diff options
| author | Spp <spp@jorge.gr> | 2011-10-18 14:23:08 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2011-10-18 14:23:08 +0200 |
| commit | b5e8a192b121b8ec297885e04566758c236d9191 (patch) | |
| tree | c546bcae23e64252897b7bb22e06c29e981fb230 /src/server/scripts | |
| parent | bc023c6dfb6c37a01a26a6bef51e9ff99f9a8360 (diff) | |
Core/Calendar: Send map raid reset only once
Also some minor changes here and there
Diffstat (limited to 'src/server/scripts')
| -rwxr-xr-x | src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp b/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp index c081f0970f2..9b0a4a469ae 100755 --- a/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp +++ b/src/server/scripts/OutdoorPvP/OutdoorPvPNA.cpp @@ -384,7 +384,7 @@ bool OPvPCapturePointNA::HandleCustomSpell(Player* player, uint32 spellId, GameO int32 count = 10; uint32 itemid = 24538; // bomb id count - uint8 msg = player->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, itemid, count, &noSpaceForCount); + InventoryResult msg = player->CanStoreNewItem(NULL_BAG, NULL_SLOT, dest, itemid, count, &noSpaceForCount); if (msg != EQUIP_ERR_OK) // convert to possible store amount count -= noSpaceForCount; |
