Core/Scripts: Added enum for generic script texts, fixed one broken text

Scripts/Icecrown Citadel: Blood-Queen Lana'Thel will no longer spawn for Blood Princes intro if they were already killed

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-11-03 16:44:34 +01:00
parent 6f748a76a1
commit f2fdcdf8f3
9 changed files with 25 additions and 14 deletions

View File

@@ -66,7 +66,6 @@ struct ItemPrototype;
struct OutdoorPvPData;
#define VISIBLE_RANGE (166.0f) //MAX visible range (size of grid)
#define DEFAULT_TEXT "<Trinity Script Text Entry Missing!>"
// Generic scripting text function.
void DoScriptText(int32 textEntry, WorldObject* pSource, Unit *pTarget = NULL);