diff options
author | MitchesD <majklprofik@seznam.cz> | 2016-04-10 16:37:10 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-04-10 16:37:10 +0200 |
commit | e7ea44cdb26a6ef544cdb1a129810ea2645124c6 (patch) | |
tree | dc735e8d00839b278b127bfcdbf57f9961d572fa | |
parent | f41b9484b7322bfd64550c887853ef4cbea9c9d1 (diff) |
DB/Creature: fixed few spawns masks from recent commits
-rw-r--r-- | sql/updates/world/2016_04_10_14_world.sql | 1 |
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; |