DB/Loot: Update drop chance of Ensorcelled Parchment from 0.2% to 100%

Change respawn time of that chest from 2 secs to 3 minutes
Closes #6445
This commit is contained in:
gecko32
2012-05-31 18:40:34 +01:00
committed by Nay
parent 7824b84e3a
commit 851f43b0a6

View File

@@ -0,0 +1,4 @@
-- Update drop chance of Ensorcelled Parchment from 0.2% to 100%
UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance`=100 WHERE `entry`=1570 AND `item`=3706;
-- Change spawntime from 2 secs to 3 minutes
UPDATE `gameobject` SET `spawntimesecs`=180 WHERE `id`=1765;