mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
Core/SmartAI: Moved log to debug level.
Signed-off-by: Manuel <manue.l@live.com.ar>
This commit is contained in:
@@ -2190,7 +2190,7 @@ void SmartScript::ProcessEvent(SmartScriptHolder &e, Unit* unit, uint32 var0, ui
|
||||
}
|
||||
case SMART_EVENT_GOSSIP_SELECT:
|
||||
{
|
||||
sLog->outString("SmartScript: Gossip Select: menu %u action %u", var0, var1);//little help for scripters
|
||||
sLog->outDebug(LOG_FILTER_DATABASE_AI,"SmartScript: Gossip Select: menu %u action %u", var0, var1);//little help for scripters
|
||||
if (e.event.gossip.sender != var0 || e.event.gossip.action != var1)
|
||||
return;
|
||||
ProcessAction(e, unit, var0, var1);
|
||||
|
||||
Reference in New Issue
Block a user