From ec5515ee49eb10074521812f7f58d9baf4611ce3 Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 16 Aug 2009 19:13:02 +0200 Subject: *Remove hack in Brain Freeze code. *Update Improved Mend Pet to 3.1.3. --HG-- branch : trunk --- src/game/Item.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/Item.cpp') 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; } -- cgit v1.2.3