From efdf2ede304a27461b3a901a59e0510721082849 Mon Sep 17 00:00:00 2001 From: ZxBiohazardZx Date: Sat, 14 Apr 2012 14:45:32 +0200 Subject: DB/Loot: add Bogblossom to Bogblossom object, thx Helias Closes #5922 --- sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql b/sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql new file mode 100644 index 00000000000..dea4b771068 --- /dev/null +++ b/sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql @@ -0,0 +1,3 @@ +-- Add Bogblossom to this Bogblossom object for the druid quest (other one already contains it) +DELETE FROM `gameobject_loot_template` WHERE (`entry`=10961) AND (`item`=31950); +INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES (10961,31950,-100,0,0,1,1); -- cgit v1.2.3