mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 10:57:19 +02:00
Rename thief class to rogue
This commit is contained in:
parent
bf52d5332e
commit
d0708b4472
8 changed files with 39 additions and 39 deletions
|
|
@ -155,7 +155,7 @@
|
|||
#define CLASS_UNDEFINED (-1) /**< PC Class undefined */
|
||||
#define CLASS_SORCEROR 0 /**< PC Class Sorceror */
|
||||
#define CLASS_CLERIC 1 /**< PC Class Cleric */
|
||||
#define CLASS_THIEF 2 /**< PC Class Thief */
|
||||
#define CLASS_ROGUE 2 /**< PC Class Rogue */
|
||||
#define CLASS_FIGHTER 3 /**< PC Class Fighter */
|
||||
#define CLASS_BARBARIAN 4 /**< PC Class Barbarian */
|
||||
#define CLASS_RANGER 5 /**< PC Class Ranger */
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
#define ITEM_ANTI_NEUTRAL 11 /**< Not usable by neutral people */
|
||||
#define ITEM_ANTI_SORCEROR 12 /**< Not usable by sorcerors */
|
||||
#define ITEM_ANTI_CLERIC 13 /**< Not usable by clerics */
|
||||
#define ITEM_ANTI_THIEF 14 /**< Not usable by thieves */
|
||||
#define ITEM_ANTI_ROGUE 14 /**< Not usable by rogues */
|
||||
#define ITEM_ANTI_FIGHTER 15 /**< Not usable by fighters */
|
||||
#define ITEM_ANTI_BARBARIAN 16 /**< Not usable by barbarians */
|
||||
#define ITEM_ANTI_RANGER 17 /**< Not usable by rangers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue