diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/Ulduar/ulduar/boss_assembly_of_iron.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/ulduar/boss_assembly_of_iron.cpp b/src/server/scripts/Northrend/Ulduar/ulduar/boss_assembly_of_iron.cpp index a78d480b658..994a7c8b0d9 100644 --- a/src/server/scripts/Northrend/Ulduar/ulduar/boss_assembly_of_iron.cpp +++ b/src/server/scripts/Northrend/Ulduar/ulduar/boss_assembly_of_iron.cpp @@ -235,7 +235,7 @@ public: DoAction(EVENT_UPDATEPHASE); } - void DoAction(uint32 action) + void DoAction(const int32 action) { switch (action) { @@ -381,7 +381,7 @@ public: DoAction(EVENT_UPDATEPHASE); } - void DoAction(uint32 action) + void DoAction(const int32 action) { switch (action) { @@ -622,7 +622,7 @@ public: DoAction(EVENT_UPDATEPHASE); } - void DoAction(uint32 action) + void DoAction(const int32 action) { switch (action) { |