mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build
This commit is contained in:
@@ -194,7 +194,13 @@ namespace LuaGameObject
|
|||||||
else if (state == 1)
|
else if (state == 1)
|
||||||
go->SetGoState(GO_STATE_READY);
|
go->SetGoState(GO_STATE_READY);
|
||||||
else if (state == 2)
|
else if (state == 2)
|
||||||
|
{
|
||||||
|
#ifdef TRINITY
|
||||||
|
go->SetGoState(GO_STATE_DESTROYED);
|
||||||
|
#else
|
||||||
go->SetGoState(GO_STATE_ACTIVE_ALTERNATIVE);
|
go->SetGoState(GO_STATE_ACTIVE_ALTERNATIVE);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user