فهرست منبع

Updated callshop script command for Item and Point Shop (fixes #1008)
* Follow up to a16fb7c.
* Resolves the callshop script command not using the new Cash Shop interface for Item and Point Shop.

aleos89 9 سال پیش
والد
کامیت
4eb3a9eeda
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/map/script.c

+ 1 - 1
src/map/script.c

@@ -16107,7 +16107,7 @@ BUILDIN_FUNC(callshop)
 		return SCRIPT_CMD_FAILURE;
 	}
 
-	if (nd->subtype == NPCTYPE_SHOP || nd->subtype == NPCTYPE_ITEMSHOP || nd->subtype == NPCTYPE_POINTSHOP) {
+	if (nd->subtype == NPCTYPE_SHOP) {
 		// flag the user as using a valid script call for opening the shop (for floating NPCs)
 		sd->state.callshop = 1;