aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-10-10 19:15:43 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-10-10 19:15:43 +0200
commit4cc5c11b7e750dae2f3cffb6262a94c8dfc998ac (patch)
treeab25019d990ba3d77fc54b380c660dfde39301f7 /sql
parent39362fe3d4653c9db9e22c1d158d0e8a4b123e89 (diff)
DB/Gameobject: add loot for Cologne/Perfume Neutralizer
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_10_10_05_world.sql5
1 files changed, 5 insertions, 0 deletions
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);