Thread: Perl Issue
View Single Post
  #5  
Old 12-03-2012, 10:45 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

And take the return items out of the logic block that is the incorrect usage of it.
Code:
   else {
      quest::say("You're not level 65 yet, $name.");
  }
  plugin::return_items(\%itemcount);
Reply With Quote