mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-12 23:45:12 -04:00
Fixed issue with Promoter Hotel Spawner.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ public class promoter_hotel_spawner extends script.base_script
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
// there's a special NPC (Zekka Thyne) in the Coronet hotel so avoid spawning the promoter on top of him.
|
||||
if(myCity.equals("coronet") || myCity.equals("narmle")) {
|
||||
if(myCity != null && (myCity.equals("coronet") || myCity.equals("narmle"))) {
|
||||
spawnPoint.x = -25.3f;
|
||||
spawnPoint.y = 1.6f;
|
||||
spawnPoint.z = -5.5f;
|
||||
|
||||
Reference in New Issue
Block a user