From 730e5dde39333cb2f63c72a7d7152bee5c4dbb05 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 8 Feb 2014 15:09:25 -0800 Subject: Implement AString --- src/map/magic.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/magic.hpp') diff --git a/src/map/magic.hpp b/src/map/magic.hpp index 5d4e517..1fabd6f 100644 --- a/src/map/magic.hpp +++ b/src/map/magic.hpp @@ -46,14 +46,14 @@ void spell_effect_report_termination(int invocation, int bl_id, * * Returns empty string if not found */ -FString magic_find_invocation(XString spellname); +AString magic_find_invocation(XString spellname); /** * Identifies the invocation used to denote a teleport location * * Returns empty string if not found */ -FString magic_find_anchor_invocation(XString teleport_location); +AString magic_find_anchor_invocation(XString teleport_location); /** * Execute a spell invocation and sets up timers to finish -- cgit v1.2.3-70-g09d2