Script/Commands: correction of 1b1767e9f4 (diff-de077c84577b8885f0df1d20707bbb38L243)
This commit is contained in:
parent
865e3d0c99
commit
e2a00f9ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue