aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvalcorb <valcorb@trinitycore.contrib>2011-11-14 00:45:00 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2011-11-14 00:45:00 +0100
commit17ddb3fa01bf452db9d7e9f2a9d5a9b36b7c6167 (patch)
tree6df042d5215298128b0bc9ceace791b213be4e42
parentc79df9bda563dbcf51a9c330a148c8004fc7451c (diff)
DB/Loot: Update Narain's Scrying Goggles dropchance to 100%
fixes #3425
-rw-r--r--sql/updates/world/2011_11_13_08_world_creature_loot_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_13_08_world_creature_loot_template.sql b/sql/updates/world/2011_11_13_08_world_creature_loot_template.sql
new file mode 100644
index 00000000000..55f58d4fbba
--- /dev/null
+++ b/sql/updates/world/2011_11_13_08_world_creature_loot_template.sql
@@ -0,0 +1,2 @@
+-- Update Dropchance for Narain's Scrying Goggles
+UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=100 WHERE `item`=20951;