mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: add loot for Cologne/Perfume Neutralizer
This commit is contained in:
5
sql/updates/world/2014_10_10_05_world.sql
Normal file
5
sql/updates/world/2014_10_10_05_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user