From 3a6ee87bd82e08f3143b1a9470ed2f2ece13598c Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 1 Aug 2015 14:47:19 +0000 Subject: [PATCH] Guard Vent & Guard Schunain spawns. Contributed by spider. --- trunk/dist/tools/sql/game/spawnlist.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql index 4b5ce96f81..a853594328 100644 --- a/trunk/dist/tools/sql/game/spawnlist.sql +++ b/trunk/dist/tools/sql/game/spawnlist.sql @@ -53918,3 +53918,8 @@ INSERT INTO `spawnlist` VALUES DELETE FROM `spawnlist` WHERE `npc_templateid` = 32869 AND `locx` = 146014 AND `locy` = 111226 AND `locz` = -3560; DELETE FROM `spawnlist` WHERE `npc_templateid` = 32868 AND `locx` = 148558 AND `locy` = 110541 AND `locz` = -3944; + +-- Guard Vent & Guard Schunain +INSERT INTO `spawnlist` VALUES +('', 1, 33176, -74511, 168718, -3506, 0, 0, 45183, 60, 0, 0, 0), +('', 1, 33508, -69545, 170901, -3461, 0, 0, 18939, 60, 0, 0, 0);