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

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

[svn] * Little fix in RandomMovementGenerator?
* Updated to 6731 and 680

Original author: Neo2003
Date: 2008-10-06 04:48:59-05:00

Files:
1 modified

Legend:

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

    r9 r18  
    2828class Unit; 
    2929struct GameTele; 
    30  
    31 struct LanguageDesc 
    32 { 
    33     Language lang_id; 
    34     uint32   spell_id; 
    35     uint32   skill_id; 
    36 }; 
    37  
    38 extern LanguageDesc lang_description[LANGUAGES_COUNT]; 
    39  
    40 LanguageDesc const* GetLanguageDescByID(uint32 lang); 
    41 LanguageDesc const* GetLanguageDescBySpell(uint32 spell_id); 
    42 LanguageDesc const* GetLanguageDescBySkill(uint32 skill_id); 
    4330 
    4431class ChatCommand