mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Typo, thanks Shauren for spotting
--HG-- branch : trunk
This commit is contained in:
@@ -362,7 +362,7 @@ public:
|
||||
OUT_SAVE_INST_DATA;
|
||||
|
||||
std::ostringstream saveStream;
|
||||
saveStream << "U U " << GetBossSaveData() << " " << GetData[TYPE_COLOSSUS];
|
||||
saveStream << "U U " << GetBossSaveData() << " " << GetData(TYPE_COLOSSUS);
|
||||
|
||||
OUT_SAVE_INST_DATA_COMPLETE;
|
||||
return saveStream.str();
|
||||
|
||||
Reference in New Issue
Block a user