diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-14 14:45:32 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-04-14 14:45:32 +0200 |
| commit | efdf2ede304a27461b3a901a59e0510721082849 (patch) | |
| tree | 1b8d087a714a7843efac5b19ef8566ba2fd6571f | |
| parent | f51b62979f79fb9a404faad7b719d51a69358ae7 (diff) | |
DB/Loot: add Bogblossom to Bogblossom object, thx Helias
Closes #5922
| -rw-r--r-- | sql/updates/world/2012_04_14_00_world_gameobject_loot_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
