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

[svn] Update trinityscript to SD2 rev 700. Source: scriptdev2. Patch provided by SLG.

Original author: megamage
Date: 2008-10-25 11:40:10-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bindings/scripts/ScriptMgr.h

    r44 r109  
    6666extern Script *m_scripts[MAX_SCRIPTS]; 
    6767 
    68 // Localized Text function 
    69 const char* GetEventAILocalizedText(uint32 entry); 
    70  
    71 //EventAI text function 
    72 const char* GetEventAIText(uint32 entry);                   // TODO: Locales 
    73  
    7468//Generic scripting text function 
    7569void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target = NULL);