diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-19 23:29:08 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-19 23:29:08 +0200 |
commit | 2f1f2044afd9b81e7258248c86075b8d355563bc (patch) | |
tree | 7e2c61cffc57b225981e1325043c370d5c2f4423 | |
parent | 0dd97dfcb62d91ed132789532623f5c2f164a608 (diff) |
DB/Commit: bio is an idiot that forgot a ; and a ` dont tell click!
-rw-r--r-- | sql/updates/world/2012_05_19_06_gameobject_loot_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_05_19_06_gameobject_loot_template.sql b/sql/updates/world/2012_05_19_06_gameobject_loot_template.sql index f5d496b465b..9b2dcbb9363 100644 --- a/sql/updates/world/2012_05_19_06_gameobject_loot_template.sql +++ b/sql/updates/world/2012_05_19_06_gameobject_loot_template.sql @@ -1,6 +1,6 @@ DELETE FROM `reference_loot_template` WHERE `entry`=34172; DELETE FROM `creature_loot_template` WHERE `entry`=38013; -DELETE FROM `gameobject_loot_template` WHERE `entry=28683 +DELETE FROM `gameobject_loot_template` WHERE `entry`=28683; INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES (28683,35498,3,1,0,1,1), -- Formula: Enchant Weapon - Deathfrost (28683,35557,28,1,0,1,2), -- Huge Snowball |