aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-01-30 14:17:37 +0100
committerMitchesD <majklprofik@seznam.cz>2015-01-30 14:17:37 +0100
commitf90decb08d1e5277ac97994b64de25c834737d42 (patch)
tree3ebdbb3dea1ae0e82a17decb69e512c79124bc4d
parent71b53601a3c5701600b3585709e190525e0ae818 (diff)
Scripts/HoR: fix warning
-rw-r--r--src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
index 5b8ab4a8d46..9edde447f32 100644
--- a/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
+++ b/src/server/scripts/Northrend/FrozenHalls/HallsOfReflection/halls_of_reflection.cpp
@@ -2468,7 +2468,7 @@ class npc_uther_quel_delar : public CreatureScript
}
}
- void MovementInform(uint32 type, uint32 pointId) override
+ void MovementInform(uint32 /*type*/, uint32 pointId) override
{
switch (pointId)
{