aboutsummaryrefslogtreecommitdiff
path: root/src/game/Item.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-16 19:13:02 +0200
committerQAston <none@none>2009-08-16 19:13:02 +0200
commitec5515ee49eb10074521812f7f58d9baf4611ce3 (patch)
tree21fa23061257dea621fbe9a8b91b424f2d4110c7 /src/game/Item.cpp
parenta4b91e2cc4a4d0a09bce01c686df1fc7c812a12a (diff)
*Remove hack in Brain Freeze code.
*Update Improved Mend Pet to 3.1.3. --HG-- branch : trunk
Diffstat (limited to 'src/game/Item.cpp')
-rw-r--r--src/game/Item.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Item.cpp b/src/game/Item.cpp
index dac3ca8b0c8..9e07dbfaa16 100644
--- a/src/game/Item.cpp
+++ b/src/game/Item.cpp
@@ -970,6 +970,8 @@ Item* Item::CreateItem( uint32 item, uint32 count, Player const* player )
else
delete pItem;
}
+ else
+ assert(false);
return NULL;
}