View Single Post
  #2  
Old 06-08-2009, 04:46 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Also:

Code:
Index: zone/perl_questitem.cpp
===================================================================
--- zone/perl_questitem.cpp     (revision 640)
+++ zone/perl_questitem.cpp     (working copy)
@@ -22,7 +22,7 @@
 #include "../common/debug.h"
 #include "embperl.h"

-#include "../common/item.h"
+#include "../common/Item.h"

 #ifdef THIS            /* this macro seems to leak out on some systems */
 #undef THIS
Reply With Quote