View Single Post
  #1  
Old 03-29-2008, 05:38 AM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default Minor Annoyance regarding dieties

I realize that this is pretty silly, but for some reason every time I see the word "diety" I think about the misspelling of "Erollisi" in the diety.h file. I don't even think the diety constants are used anywhere, but it just keeps coming up in my head. So, I'm going to post it

Change diety.h:
Code:
#define DEITY_EROLLSI		204
To
Code:
#define DEITY_EROLLISI		204
Also, diety constants are set in two separate files, diety.h and eq_constants.h. Which file would the devs prefer is the authority?
Reply With Quote