mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
Core:
* fix "warning C4305: 'initializing' : truncation from 'double' to 'float'" warnings * fix some other warnings here and there --HG-- branch : trunk
This commit is contained in:
@@ -178,14 +178,14 @@ struct Location
|
||||
|
||||
Location m_afAmbushSpawn[] =
|
||||
{
|
||||
{191.296204, -2839.329346, 107.388},
|
||||
{70.972466, -2848.674805, 109.459}
|
||||
{191.296204f, -2839.329346f, 107.388f},
|
||||
{70.972466f, -2848.674805f, 109.459f}
|
||||
};
|
||||
|
||||
Location m_afAmbushMoveTo[] =
|
||||
{
|
||||
{166.630386, -2824.780273, 108.153},
|
||||
{70.886589, -2874.335449, 116.675}
|
||||
{166.630386f, -2824.780273f, 108.153f},
|
||||
{70.886589f, -2874.335449f, 116.675f}
|
||||
};
|
||||
|
||||
class npc_rinji : public CreatureScript
|
||||
|
||||
Reference in New Issue
Block a user