diff options
author | Killyana <morphone1@gmail.com> | 2016-12-29 09:02:04 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-12-29 09:02:04 +0100 |
commit | 13e84b7efaed3d886010f362081c47f1cf4a559b (patch) | |
tree | ad840ac0a493b8c7501c3a0cf3534fa1ee2ffb77 | |
parent | 1133a35e8826e4c81843b12bd21d2642f1164cd6 (diff) |
DB/Quest: The Sleeper Has Awakened
Closes #18650
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_29_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_29_02_world.sql b/sql/updates/world/3.3.5/2016_12_29_02_world.sql new file mode 100644 index 00000000000..0805212d0df --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_29_02_world.sql @@ -0,0 +1,2 @@ +-- The Sleeper Has Awakened +UPDATE `creature_text` SET `sound`=6209 WHERE `entry`=11218 AND `groupid`=0 AND `id`=0; |