mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Change Ground Spawn respawn timers to match normal spawns (msec to sec). Highly recommended sql included!
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ground_spawns` MODIFY `respawn_timer` int(11) unsigned NOT NULL default 300;
|
||||
UPDATE `ground_spawns` SET `respawn_timer` = `respawn_timer` / 1000;
|
||||
Reference in New Issue
Block a user