mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Script/MagistersTerrace: Fix fail in 27f2855248
This commit is contained in:
@@ -66,7 +66,7 @@ class instance_magisters_terrace : public InstanceMapScript
|
||||
case DATA_DELRISSA_DEATH_COUNT:
|
||||
return DelrissaDeathCount;
|
||||
case DATA_FEL_CRYSTAL_SIZE:
|
||||
return FelCrystals.size();
|
||||
return uint32(FelCrystals.size());
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -229,7 +229,7 @@ class instance_magisters_terrace : public InstanceMapScript
|
||||
}
|
||||
|
||||
protected:
|
||||
std::vector<uint32> FelCrystals;
|
||||
std::vector<uint64> FelCrystals;
|
||||
|
||||
uint64 SelinGUID;
|
||||
uint64 DelrissaGUID;
|
||||
|
||||
Reference in New Issue
Block a user