diff options
| author | gecko32 <gecko32@trinity.contrib> | 2012-01-30 12:49:13 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-30 12:49:13 +0100 |
| commit | 4495d2815b925810490ba387ca19fed3cb41815e (patch) | |
| tree | 927fe34820811e15940f61a31f22f01a4339761f | |
| parent | 01aeccb8d748e0882f8350b3c01298fdc09afdc8 (diff) | |
DB/Loot: Blue Scepter Shard should have a 100% drop chance when on quest The Wrath of Neptulon
Closes #5002
| -rw-r--r-- | sql/updates/world/2012_01_30_02_world_creature_loot_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_30_02_world_creature_loot_template.sql b/sql/updates/world/2012_01_30_02_world_creature_loot_template.sql new file mode 100644 index 00000000000..429d470a77f --- /dev/null +++ b/sql/updates/world/2012_01_30_02_world_creature_loot_template.sql @@ -0,0 +1 @@ +UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=-100 WHERE `entry`=15571 AND `item`=21137; |
