Skip to content
Snippets Groups Projects
Commit 42f78e4d authored by DarkGod's avatar DarkGod
Browse files

Angolwen Apprentice spawn moved a little to not interfer with other possible spawns

parent a81174f1
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
newEntity{
name = "Novice mage",
type = "harmless", subtype = "special", unique = true,
immediate = {"world-encounter", "angolwen"},
immediate = {"world-encounter", "angolwen-quest"},
-- Spawn the novice mage near the player
on_encounter = function(self, who)
local x, y = self:findSpot(who)
......
......@@ -440,6 +440,7 @@ addSpot({35, 35}, "world-encounter", "noxious-caldera")
addSpot({53, 5}, "world-encounter", "sludgenest")
addSpot({162, 59}, "world-encounter", "orc-breeding-pits-spawn")
addSpot({47, 34}, "world-encounter", "conclave-vault")
addSpot({14, 25}, "world-encounter", "angolwen-quest")
-- addZone section
addZone({1, 1, 78, 43}, "zonename", "Maj'Eyal")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment