diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-03-07 10:32:57 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 16:52:52 +0200 |
| commit | 16e9e2aa415353d634fda921594b1155be9911e6 (patch) | |
| tree | 5e3a6df9e3fa27a4438773cb8eda2997f670b41d | |
| parent | 6d4c6e74f1d3d10114786e98d400fea55687bae4 (diff) | |
DB/Gameobject: Fix respawn time of few Quest GameObjects
By Tauriella, closes #16701
(cherry picked from commit f7a05eba638daba7e6a0fe780aeedeef04be8544)
| -rw-r--r-- | sql/updates/world/2016_04_09_02_world_2016_03_07_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_02_world_2016_03_07_00_world.sql b/sql/updates/world/2016_04_09_02_world_2016_03_07_00_world.sql new file mode 100644 index 00000000000..4557fc0c72b --- /dev/null +++ b/sql/updates/world/2016_04_09_02_world_2016_03_07_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `gameobject` SET `spawntimesecs`= 2 WHERE `guid` IN +(66308, -- New Avalon Patrol Schedule +66377, -- Empty Cauldron +66378, -- Iron Chain +66384); -- New Avalon Registry |
