mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Scripts/Ruby Sanctum: Fixed corporeality scaling changes.
Thanks to Unholychick. P.S.: #9231 if still valid will be fixed soon (tm)
This commit is contained in:
@@ -199,8 +199,8 @@ uint8 const MAX_CORPOREALITY_STATE = 11;
|
||||
|
||||
struct CorporealityEntry
|
||||
{
|
||||
uint32 materialRealmSpell;
|
||||
uint32 twilightRealmSpell;
|
||||
uint32 materialRealmSpell;
|
||||
};
|
||||
|
||||
CorporealityEntry const _corporealityReference[MAX_CORPOREALITY_STATE] = {
|
||||
|
||||
Reference in New Issue
Block a user