mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix (c)mangos build for mthread changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user