aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2016-04-10 16:37:10 +0200
committerMitchesD <majklprofik@seznam.cz>2016-04-10 16:37:10 +0200
commite7ea44cdb26a6ef544cdb1a129810ea2645124c6 (patch)
treedc735e8d00839b278b127bfcdbf57f9961d572fa /sql
parentf41b9484b7322bfd64550c887853ef4cbea9c9d1 (diff)
DB/Creature: fixed few spawns masks from recent commits
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_04_10_14_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_10_14_world.sql b/sql/updates/world/2016_04_10_14_world.sql
new file mode 100644
index 00000000000..7ecd268e2d3
--- /dev/null
+++ b/sql/updates/world/2016_04_10_14_world.sql
@@ -0,0 +1 @@
+UPDATE `creature` SET `spawnMask`=24 WHERE `map`=533 AND `spawnMask`=3;