View Single Post
  #1  
Old 04-01-2010, 01:38 PM
LeftRoad
Sarnak
 
Join Date: Aug 2005
Location: Maine
Posts: 38
Default StringIDs.h bow double damage spelling fix

Just a minor spelling fix to make my ranger happy...
Code:
--- StringIDs.h.old	2010-04-01 12:54:34.000000000 -0400
+++ StringIDs.h	2010-04-01 13:31:32.000000000 -0400
@@ -19,7 +19,7 @@
 #define DOORS_GM					133		//You opened the locked door with your magic GM key.
 #define GAIN_XP						138		//You gain experience!!
 #define GAIN_GROUPXP				139		//You gain party experience!!
-#define BOW_DOUBLE_DAMAGE			143		//Your bow shot did double dmg.
+#define BOW_DOUBLE_DAMAGE			143		//Your bow shot did double damage.
 #define FORAGE_GRUBS				150		//You have scrounged up some fishing grubs.
 #define FORAGE_WATER				151		//You have scrounged up some water.
 #define FORAGE_FOOD					152		//You have scrounged up some food.
__________________
LeftRoad
Reply With Quote