aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaric <baric@trinity.contrib>2013-07-06 17:02:33 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-07-06 17:02:33 +0200
commitf636510b6179f2bbbd7210a820d61929ebb2f1c0 (patch)
tree44c67cfd6e35ad4cf035acb37136127001266633
parent144026fad377e65ac4d90e8990917ebc54b156db (diff)
DB/Loot: correct serpentbloom looting
Closes #9940
-rw-r--r--sql/updates/world/2013_07_06_02_world_gobj_loot_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_06_02_world_gobj_loot_template.sql b/sql/updates/world/2013_07_06_02_world_gobj_loot_template.sql
new file mode 100644
index 00000000000..8b06691321a
--- /dev/null
+++ b/sql/updates/world/2013_07_06_02_world_gobj_loot_template.sql
@@ -0,0 +1,3 @@
+DELETE FROM `gameobject_loot_template` WHERE `entry`=2772;
+INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`)
+VALUES (2772,5339,-100,1,0,1,1);