diff options
author | QAston <qaston@gmail.com> | 2011-07-01 12:48:21 +0200 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2011-07-01 12:48:21 +0200 |
commit | 06515b27b3a92b353b63ee98b99d8c44f24e7194 (patch) | |
tree | 3ee85275da234a7e0311d898107e5e5e376717c6 /src/server/scripts/EasternKingdoms/ghostlands.cpp | |
parent | 3b8dce669d6ce4aad680da99dae1b73fe54b17df (diff) | |
parent | a9c9ab0efa7e41c31f52e71749048300d809d69a (diff) |
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ghostlands.cpp')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ghostlands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/ghostlands.cpp b/src/server/scripts/EasternKingdoms/ghostlands.cpp index 6c527275864..290d2f1b5ee 100644 --- a/src/server/scripts/EasternKingdoms/ghostlands.cpp +++ b/src/server/scripts/EasternKingdoms/ghostlands.cpp @@ -50,7 +50,7 @@ public: if (uiAction == GOSSIP_ACTION_INFO_DEF+1) { ItemPosCountVec dest; - uint8 msg = pPlayer->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, 24226, 1, false); + uint8 msg = pPlayer->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, 24226, 1, NULL); if (msg == EQUIP_ERR_OK) { pPlayer->StoreNewItem(dest, 24226, 1, true); @@ -169,7 +169,7 @@ public: struct npc_ranger_lilathaAI : public npc_escortAI { - npc_ranger_lilathaAI(Creature *c) : npc_escortAI(c) {} + npc_ranger_lilathaAI(Creature* c) : npc_escortAI(c) {} void WaypointReached(uint32 i) { |