We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd3669 commit a58afc7Copy full SHA for a58afc7
src/server/game/Conditions/ConditionMgr.cpp
@@ -743,6 +743,9 @@ uint32 Condition::GetSearcherTypeMaskForCondition() const
743
case CONDITION_GAMEMASTER:
744
mask |= GRID_MAP_TYPE_MASK_PLAYER;
745
break;
746
+ case CONDITION_STRING_ID:
747
+ mask |= GRID_MAP_TYPE_MASK_CREATURE | GRID_MAP_TYPE_MASK_GAMEOBJECT;
748
+ break;
749
default:
750
ABORT_MSG("Condition::GetSearcherTypeMaskForCondition - missing condition handling!");
751
0 commit comments