mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -84,12 +84,12 @@ EndScriptData */
|
||||
#define CREATURE_ENSLAVED_SOUL 23469
|
||||
#define NUMBER_ENSLAVED_SOUL 8
|
||||
|
||||
struct Position
|
||||
struct Position2d
|
||||
{
|
||||
float x,y;
|
||||
};
|
||||
|
||||
static Position Coords[]=
|
||||
static Position2d Coords[]=
|
||||
{
|
||||
{450.4, 212.3},
|
||||
{542.1, 212.3},
|
||||
|
||||
Reference in New Issue
Block a user