mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/IcecrownCitadel): Fix Sindragosa respawn (#18179)
Fix Sindragosa respawn
This commit is contained in:
committed by
GitHub
parent
a5cd23fa5b
commit
423b676802
@@ -1673,8 +1673,8 @@ public:
|
||||
data >> LichKingHeroicAvailable;
|
||||
data >> BloodPrinceTrashCount;
|
||||
data >> IsBuffAvailable;
|
||||
SetData(DATA_BUFF_AVAILABLE, IsBuffAvailable);
|
||||
data >> IsSindragosaIntroDone;
|
||||
SetData(DATA_BUFF_AVAILABLE, IsBuffAvailable);
|
||||
}
|
||||
|
||||
void WriteSaveDataMore(std::ostringstream& data) override
|
||||
|
||||
Reference in New Issue
Block a user