From 4cc5c11b7e750dae2f3cffb6262a94c8dfc998ac Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 10 Oct 2014 19:15:43 +0200 Subject: DB/Gameobject: add loot for Cologne/Perfume Neutralizer --- sql/updates/world/2014_10_10_05_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_10_10_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_10_10_05_world.sql b/sql/updates/world/2014_10_10_05_world.sql new file mode 100644 index 00000000000..0a93850972e --- /dev/null +++ b/sql/updates/world/2014_10_10_05_world.sql @@ -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); -- cgit v1.2.3