From 21e0880fbaf78abd530e0fbb941f19adf556891a Mon Sep 17 00:00:00 2001 From: Kittnz Date: Sat, 18 Apr 2015 17:11:03 +0200 Subject: 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 --- sql/updates/world/2015_08_15_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_08_15_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_08_15_00_world.sql b/sql/updates/world/2015_08_15_00_world.sql new file mode 100644 index 00000000000..72645ab0734 --- /dev/null +++ b/sql/updates/world/2015_08_15_00_world.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionTypeOrReference`=41 WHERE `ConditionTypeOrReference`=40; -- cgit v1.2.3