aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKittnz <frederik156@hotmail.com>2015-04-18 17:11:03 +0200
committerDDuarte <dnpd.dd@gmail.com>2015-08-15 18:34:48 +0100
commit21e0880fbaf78abd530e0fbb941f19adf556891a (patch)
tree7fef9aa6410c65290464c7958e167eca01e40974 /sql
parent519ba47429feb57175959281f63add9c25f66e8c (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_08_15_00_world.sql1
1 files changed, 1 insertions, 0 deletions
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;