Browse Source

Fix for respawn on the dumb pig

Gogs 4 years ago
parent
commit
89afd6d772
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Lua/SpawnScripts/QeynosHarbor/Pepper.lua

+ 1 - 0
Lua/SpawnScripts/QeynosHarbor/Pepper.lua

@@ -15,6 +15,7 @@ function hailed(NPC, Spawn)
 end
 
 function respawn(NPC)
+	spawn(NPC)
 end
 
 function waypoints(NPC)