mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Scripts/Oculus: Make Urom's event state available for condition system.
Signed-off-by: Manuel <manue.l@live.com.ar>
This commit is contained in:
@@ -170,6 +170,8 @@ public:
|
||||
switch(type)
|
||||
{
|
||||
case DATA_UROM_PLATAFORM: return platformUrom;
|
||||
// used by condition system
|
||||
case DATA_UROM_EVENT: return GetBossState(DATA_UROM_EVENT);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user