Thread: runspeed help?
View Single Post
  #2  
Old 04-13-2013, 01:34 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Probably due to this:

quests/butcher/orc_centurion.pl
Code:
sub EVENT_SPAWN {
        quest::SetRunning(1);
}
Reply With Quote