fix(DB/Creature): decrease respawn time of Garrick Padfoot (#7593)

This commit is contained in:
syssneck 2021-09-01 14:26:52 +02:00 committed by GitHub
parent 6b68a98783
commit 724ac01ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630089599912305764');
-- Decreases the respawntime for Garrick Padfoot to 60 s (90 s in real time when instantly looted)
UPDATE `creature` SET `spawntimesecs` = 60 WHERE `id` = 103 AND `guid` = 80247;