From be4451d40f7534c6c5924afc3758705f707e3a01 Mon Sep 17 00:00:00 2001 From: zuu Date: Sat, 29 Jun 2013 14:54:07 +0000 Subject: (svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id --- src/script/api/script_story_page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api') diff --git a/src/script/api/script_story_page.cpp b/src/script/api/script_story_page.cpp index aabe6befc..87ae0e3fc 100644 --- a/src/script/api/script_story_page.cpp +++ b/src/script/api/script_story_page.cpp @@ -92,7 +92,7 @@ EnforcePrecondition(false, type != ::SPET_GOAL || !(p->company == INVALID_COMPANY && Goal::Get(reference)->company != INVALID_COMPANY)); return ScriptObject::DoCommand(type == ::SPET_LOCATION ? reference : 0, - pe->page, + story_page_element_id, type == ::SPET_GOAL ? reference : 0, CMD_UPDATE_STORY_PAGE_ELEMENT, type == ::SPET_TEXT || type == ::SPET_LOCATION ? text->GetEncodedText() : NULL, -- cgit v1.2.3-54-g00ecf