From 7a372c3bfa96a07a79b8ac3590450407e075adb7 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 19 Apr 2015 09:11:01 +0000 Subject: [PATCH] Faster respawn for training NPCs. --- trunk/dist/tools/sql/game/spawnlist.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 9c72883e63..89c2401acc 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -48105,3 +48105,7 @@ INSERT INTO `spawnlist` VALUES ('bloody_swampland', 1, 23172, -22469, 53264, -3592, 0, 0, 19297, 30, 30, 0, 0), -- Delegate of Blood ('bloody_swampland', 1, 23172, -23529, 52855, -3664, 0, 0, 27584, 30, 30, 0, 0), -- Delegate of Blood ('bloody_swampland', 1, 23172, -23578, 52787, -3680, 0, 0, 65037, 30, 30, 0, 0); -- Delegate of Blood + +-- Faster respawn for training NPCs +UPDATE spawnlist SET respawn_delay=20 WHERE npc_templateid in ( +27457, 27532);