mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 19:53:02 -04:00
Build fixes
This commit is contained in:
@@ -215,7 +215,7 @@ public:
|
||||
uint8 failArg2 = fail2 ? (uint8)atoi(fail2) : 0;
|
||||
|
||||
WorldPackets::Spells::CastFailed castFailed(SMSG_CAST_FAILED);
|
||||
castFailed.CastID = 0;
|
||||
castFailed.CastID = ObjectGuid::Empty;
|
||||
castFailed.SpellID = 133;
|
||||
castFailed.Reason = failNum;
|
||||
castFailed.FailedArg1 = failArg1;
|
||||
|
||||
Reference in New Issue
Block a user