diff options
-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 |