diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-29 09:16:21 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-01 10:23:24 +0100 |
| commit | 21c77d6c290c5204298778f0178fd5ebe7268d7e (patch) | |
| tree | 77697f94e5b44e8da25fc567cdcebfcfed9ec366 | |
| parent | 3c059809c0c7aa961f413864d70aa23999d26371 (diff) | |
DB/Misc: Fix startup errors
Updates #13707
(cherry picked from commit 491dd1852ae95bc2070a306365bb20e076946aa6)
| -rw-r--r-- | sql/updates/world/2015_11_01_12_world_2015_04_29_00.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_01_12_world_2015_04_29_00.sql b/sql/updates/world/2015_11_01_12_world_2015_04_29_00.sql new file mode 100644 index 00000000000..14ff30d9e14 --- /dev/null +++ b/sql/updates/world/2015_11_01_12_world_2015_04_29_00.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `spawnMask`=1 WHERE `guid` IN (29765,29766,29767,29768,29769,29770,29771,29774); |
