DB/Gameobject: add loot for Cologne/Perfume Neutralizer

This commit is contained in:
Aokromes
2014-10-10 19:15:43 +02:00
parent 39362fe3d4
commit 4cc5c11b7e

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (28677,28678);
INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`) VALUES
(28677,49352,100,1),
(28678,49351,100,1);