Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: data/scripts/teleports/TeleportToRaceTrack/TeleportToRaceTrack.java
- ===================================================================
- --- data/scripts/teleports/TeleportToRaceTrack/TeleportToRaceTrack.java (revision 8157)
- +++ data/scripts/teleports/TeleportToRaceTrack/TeleportToRaceTrack.java (working copy)
- @@ -113,6 +113,9 @@
- addStartNpc(npcId);
- addTalkId(npcId);
- }
- +
- + addStartNpc(RACE_MANAGER);
- + addTalkId(RACE_MANAGER);
- }
- public static void main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement