mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user