From 9c3c80643bb7af80cc62a3523eba8897c22114db Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Tue, 18 Aug 2015 19:30:02 +0000
Subject: [PATCH] Outlaw Forest NPC spawns. Contributed by Stayway.
---
trunk/dist/game/data/html/default/19545.htm | 4 ++++
trunk/dist/game/data/html/default/33863.htm | 5 +++++
trunk/dist/tools/sql/game/spawnlist.sql | 14 ++++++++++++++
3 files changed, 23 insertions(+)
create mode 100644 trunk/dist/game/data/html/default/19545.htm
create mode 100644 trunk/dist/game/data/html/default/33863.htm
diff --git a/trunk/dist/game/data/html/default/19545.htm b/trunk/dist/game/data/html/default/19545.htm
new file mode 100644
index 0000000000..0254ab9cf4
--- /dev/null
+++ b/trunk/dist/game/data/html/default/19545.htm
@@ -0,0 +1,4 @@
+
Warming Fire:
+This fire was lit to confort someone. No one knows who lit it.
+
+
\ No newline at end of file
diff --git a/trunk/dist/game/data/html/default/33863.htm b/trunk/dist/game/data/html/default/33863.htm
new file mode 100644
index 0000000000..b3c6dc9e7e
--- /dev/null
+++ b/trunk/dist/game/data/html/default/33863.htm
@@ -0,0 +1,5 @@
+Refugee Leo:
+I feel the pain of my people. It burns inside me, but there must be a better way.
+I tire of war.
+
+
\ No newline at end of file
diff --git a/trunk/dist/tools/sql/game/spawnlist.sql b/trunk/dist/tools/sql/game/spawnlist.sql
index 582a6bf20b..2a1d268832 100644
--- a/trunk/dist/tools/sql/game/spawnlist.sql
+++ b/trunk/dist/tools/sql/game/spawnlist.sql
@@ -55644,3 +55644,17 @@ INSERT INTO `spawnlist` VALUES
-- Guard Shuazen
INSERT INTO `spawnlist` VALUES
('Wasteland', 1, 33517, -29952, 186838, -3942, 0, 0, 56957, 60, 0, 0, 0);
+
+-- Warming Fire
+INSERT INTO `spawnlist` VALUES
+('Outlaw Forest', 1, 19545, 87772, -20685, -2133, 0, 0, 14094, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 87861, -21872, -2163, 0, 0, 41309, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 89616, -22309, -2428, 0, 0, 24575, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 91208, -23123, -2456, 0, 0, 33623, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 92551, -21883, -2304, 0, 0, 28087, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 93170, -13218, -2287, 0, 0, 13557, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 94798, -20453, -2025, 0, 0, 53120, 60, 0, 0, 0),
+('Outlaw Forest', 1, 19545, 95529, -17600, -1994, 0, 0, 33922, 60, 0, 0, 0);
+-- Refugee Leo
+INSERT INTO `spawnlist` VALUES
+('Outlaw Forest', 1, 33863, 92022, -13238, -2400, 0, 0, 11305, 60, 0, 0, 0);