aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrazom62 <none@none>2010-03-21 10:52:50 +0100
committerTrazom62 <none@none>2010-03-21 10:52:50 +0100
commit5bada89128599051c155edda42abef2573ad2585 (patch)
treea346f11427b782ceaee578df875fc00c0c4a1c8e /src
parent4a406751afd6b1371b1919bf6d0a6f892d53ae33 (diff)
Fix compilation error in previous commit.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Item.cpp b/src/game/Item.cpp
index 35db772e845..025a0a629aa 100644
--- a/src/game/Item.cpp
+++ b/src/game/Item.cpp
@@ -629,7 +629,7 @@ void Item::SetState(ItemUpdateState state, Player *forplayer)
{
// pretend the item never existed
RemoveFromUpdateQueueOf(forplayer);
- forplayer->SetNotRefundable(GetGUID());
+ forplayer->DeleteRefundReference(GetGUID());
delete this;
return;
}