View Single Post
  #1  
Old 06-08-2009, 04:36 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default Typo in rev 640 of eqemu

This patch fixes the minor typo:

Code:
Index: common/shareddb.h
===================================================================
--- common/shareddb.h   (revision 640)
+++ common/shareddb.h   (working copy)
@@ -6,7 +6,7 @@
 #include "database.h"
 #include "skills.h"
 #include "../zone/spdat.h"
-#include "item.h"
+#include "Item.h"

 #include <list>
Reply With Quote