diff options
author | Killyana <morphone1@gmail.com> | 2016-04-20 18:06:41 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-20 18:06:41 +0200 |
commit | bb3f6835cf873dc6db16b27f755f708c2ec0937f (patch) | |
tree | 21f47b0bd5fd5b0bb58f2cf0435d38f194db2819 | |
parent | 395ab66755d851aab30f1bf3507664b957714fcb (diff) |
DB/Gameobject: Fix respawn time for objects used for The Alchemist's Apprentice quest
Updates #17002
By Tauriella
-rw-r--r-- | sql/updates/world/6.x/2016_04_20_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_04_20_01_world.sql b/sql/updates/world/6.x/2016_04_20_01_world.sql new file mode 100644 index 00000000000..19bd02a91f5 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_20_01_world.sql @@ -0,0 +1,5 @@ +-- +-- Hairy Herring Heads, Withered Batwings, Wasp's Wings, Muddy Mire Maggots, Knotroot, Spekled Guano, Seasoned Slider Cider, Pickled Eagle Egg, Prismatic Mojo, Raptor Claw +-- Pulverized Gargoyle Teeth, Icerown Bottled Water, Putrid Pirate Perspiration, Spiky Spider Eggs, Abomination Guts, Amberseed, Shrunken Dragom's Claw, Crystallized Hogsnot +-- Ancient Ectoplasm, Chrushed Basilisk Crystals, Blight Crystal, Frozen Spider Ichor, Trollbane, Ghoul Drool, +UPDATE `gameobject` SET `spawntimesecs` = 0 WHERE `id` IN (190459,190461,190462,190463,190464,190465,190466,190467,190468,190469,190470,190471,190472,190473,190474,190476,190477,190478,190479,190480,190481,190482,191180,191181,191182); |