Skip to content

Commit

Permalink
DB/Loot: add Bogblossom to Bogblossom object, thx Helias
Browse files Browse the repository at this point in the history
Closes #5922
  • Loading branch information
ZxBiohazardZx committed Apr 14, 2012
1 parent f51b629 commit efdf2ed
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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);

3 comments on commit efdf2ed

@Vincent-Michael
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2012-04-14 15:14:35 Table 'gameobject_loot_template' entry 10961 isn't gameobject entry and not referenced from loot, and then useless.

@Helias
Copy link
Contributor

@Helias Helias commented on efdf2ed Apr 14, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try
sql UPDATE gameobject_templateSETdata3=1, type=3 WHERE entry`=185500;``

@Vincent-Michael
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is hack ...

Please sign in to comment.