From 053d2fa151ae209fe15c0a38fddb10abf1f6ad8a Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Thu, 16 Jul 2009 22:30:58 -0400 Subject: Set a map for the mScript when a item is used --- src/game-server/item.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp index e0ea58ca..5512a347 100644 --- a/src/game-server/item.cpp +++ b/src/game-server/item.cpp @@ -124,6 +124,7 @@ bool ItemClass::use(Being *itemUser) if (mType != ITEM_USABLE) return false; if (mScript) { + mScript->setMap(itemUser->getMap()); mScript->prepare("use"); mScript->push(itemUser); mScript->push(mDatabaseID); // ID of the item -- cgit v1.2.3-70-g09d2