diff options
author | Tauriella <Tauriella@users.noreply.github.com> | 2017-09-07 14:54:08 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-09-07 14:54:08 +0200 |
commit | 4249976890848e455eb4f4582d56a72af932e417 (patch) | |
tree | 54ae4c4ac280fbb5610c726dc1cb018824cb0a1f | |
parent | 1fffb439cefad2b397dc35ffd398864c9c3e2ae4 (diff) |
DB/Gameobject: Fix respawn time for some unique gobs related to quests
Closes #20162
-rw-r--r-- | sql/updates/world/3.3.5/2017_09_07_00_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_07_00_world.sql b/sql/updates/world/3.3.5/2017_09_07_00_world.sql new file mode 100644 index 00000000000..9e9245af740 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_07_00_world.sql @@ -0,0 +1,14 @@ +-- +UPDATE `gameobject` SET `spawntimesecs` = 2 WHERE `id` IN +(20691, -- Cozzle's Footlocker + 20925, -- Captain's Footlocker +181110, -- Soaked Tome +181133, -- Rathis Tomber's Supplies +181238, -- Dented Chest +181239, -- Worn Chest +182011, -- Crate of Ingots +182804, -- Mysteries of the Light +183050, -- The Saga of Terokk +187980, -- First Aid Supplies +181138,181139,181140, -- Night Elf Plans: An'daroth, An'owyn, Scrying on the Sin'dorei +182542,181626); -- Sealed Box (Investigate Tuurem), Dawn Runner Cargo/Warped Crates |