Core/Condition: Add In Water Condition

Updates #7019

(cherry picked from commit 5f8db047614a492dd178325b429839609d9f7fc5)

Conflicts:
	src/server/game/Conditions/ConditionMgr.cpp
	src/server/game/Conditions/ConditionMgr.h

Closes #15285

CONDITION_TERRAIN_SWAP (40) has been changed to 41 to keep compatibility with the 3.3.5 branch
This commit is contained in:
Kittnz
2015-08-15 18:34:48 +01:00
committed by DDuarte
parent 519ba47429
commit 21e0880fba
3 changed files with 16 additions and 2 deletions
@@ -0,0 +1 @@
UPDATE `conditions` SET `ConditionTypeOrReference`=41 WHERE `ConditionTypeOrReference`=40;