Changeset 85 for trunk/src/game/Chat.h

Show
Ignore:
Timestamp:
11/19/08 13:32:53 (17 years ago)
Author:
yumileroy
Message:

[svn] Implement a new table (spell_disabled) to allow disabling some spells for players and / or creatures. To disable a spell for a players and pets, set 20 in the disable_mask, to disable for creatures, set 21. The comment field is optional. Original patch provided by Craker.

Original author: w12x
Date: 2008-10-21 03:58:38-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Chat.h

    r79 r85  
    194194        bool HandleReloadSpellThreatsCommand(const char* args); 
    195195        bool HandleReloadSpellPetAurasCommand(const char* args); 
     196        bool HandleReloadSpellDisabledCommand(const char* args); 
    196197        bool HandleReloadPageTextsCommand(const char* args); 
    197198        bool HandleReloadItemEnchantementsCommand(const char* args);