diff options
| author | Gyx <2359980687@qq.com> | 2012-03-14 09:20:36 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-03-14 09:20:36 +0800 |
| commit | e8f414e143d9f716298a18f0c290149d2a154229 (patch) | |
| tree | 224939a88c4a700db74c74487ccab106d028ceb5 /src/server/scripts/OutdoorPvP | |
| parent | 1dde22394c880a0839ced6bb70f778340800ec1c (diff) | |
Core/Script: Clean-Up in Scripts.
Creature* c -> Creature* creature
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/scripts/OutdoorPvP')
| -rwxr-xr-x | src/server/scripts/OutdoorPvP/OutdoorPvPZM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/OutdoorPvP/OutdoorPvPZM.h b/src/server/scripts/OutdoorPvP/OutdoorPvPZM.h index 2a11139a701..8d2124a3791 100755 --- a/src/server/scripts/OutdoorPvP/OutdoorPvPZM.h +++ b/src/server/scripts/OutdoorPvP/OutdoorPvPZM.h @@ -219,7 +219,7 @@ class OPvPCapturePointZM_GraveYard : public OPvPCapturePoint bool HandleDropFlag(Player* player, uint32 spellId); - bool CanTalkTo(Player* player, Creature* c, GossipMenuItems const& gso); + bool CanTalkTo(Player* player, Creature* creature, GossipMenuItems const& gso); uint32 GetGraveYardState() const; |
