mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
*Merge.
--HG-- branch : trunk
This commit is contained in:
@@ -31,6 +31,7 @@ ADD_CUSTOM_TARGET("revision.h" ALL
|
||||
COMMAND "${Trinity_BINARY_DIR}/genrev"
|
||||
${Trinity_SOURCE_DIR}
|
||||
WORKING_DIRECTORY "${Trinity_SOURCE_DIR}/src/shared"
|
||||
DEPENDS genrev
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -1488,6 +1488,7 @@ Creature* BattleGround::AddCreature(uint32 entry, uint32 type, uint32 teamval, f
|
||||
return NULL;
|
||||
}
|
||||
|
||||
pCreature->SetHomePosition(x, y, z, o);
|
||||
pCreature->AIM_Initialize();
|
||||
|
||||
//pCreature->SetDungeonDifficulty(0);
|
||||
|
||||
Reference in New Issue
Block a user