fix(DB/Creature): Shatterspear Trolls respawn time (#10283)

This commit is contained in:
Nefertumm
2022-01-22 14:24:30 -03:00
committed by GitHub
parent 8144ceaced
commit b4182405c9

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642736821471593800');
UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id1` IN (10919, 11196);