mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
Script/Commands: correction of 1b1767e9f4 (diff-de077c84577b8885f0df1d20707bbb38L243)
This commit is contained in:
@@ -236,7 +236,7 @@ public:
|
||||
else
|
||||
{
|
||||
std::ostringstream eventFilter;
|
||||
eventFilter << " AND (eventEntry IS nullptr ";
|
||||
eventFilter << " AND (eventEntry IS NULL ";
|
||||
bool initString = true;
|
||||
|
||||
for (GameEventMgr::ActiveEvents::const_iterator itr = activeEventsList.begin(); itr != activeEventsList.end(); ++itr)
|
||||
|
||||
Reference in New Issue
Block a user