Eluna fix (c)mangos build for mthread changes

This commit is contained in:
Rochet2
2014-12-01 19:56:44 +02:00
parent 19f3dc297a
commit 7f496959f5
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ typedef BattlegroundTypeId BattleGroundTypeId;
struct ItemPrototype; struct ItemPrototype;
typedef ItemPrototype ItemTemplate; typedef ItemPrototype ItemTemplate;
typedef SpellEffectIndex SpellEffIndex; typedef SpellEffectIndex SpellEffIndex;
struct SpellEntry;
typedef SpellEntry SpellInfo;
#ifdef CLASSIC #ifdef CLASSIC
typedef int Difficulty; typedef int Difficulty;
#endif #endif

View File

@@ -97,6 +97,7 @@ namespace LuaMap
/** /**
* Returns the height of the [Map] at the given X and Y coordinates * Returns the height of the [Map] at the given X and Y coordinates
* In case of no height found nil is returned
* *
* @param float x * @param float x
* @param float y * @param float y