From e329626023b19dfe25970c8aa21ede5613361ba6 Mon Sep 17 00:00:00 2001 From: mackal Date: Mon, 1 Apr 2013 00:43:54 -0400 Subject: [PATCH] Switch Fading Memories to be purely an AA action to allow them to use it while singing. --- changelog.txt | 3 +++ utils/sql/git/required/2013_04_01_FadingMemories.sql | 3 +++ zone/AA.cpp | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 utils/sql/git/required/2013_04_01_FadingMemories.sql diff --git a/changelog.txt b/changelog.txt index 59b7a4e02..1db84c270 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,9 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- +== 04/01/2013 == +demonstar55: Switched Fading Memories to use purely AA action so bards can use it while singing. + == 03/30/2013 == demonstar55: Fixed most of the pet talking, all use StringIDs now. Pet now informs you when it taunts. diff --git a/utils/sql/git/required/2013_04_01_FadingMemories.sql b/utils/sql/git/required/2013_04_01_FadingMemories.sql new file mode 100644 index 000000000..a9576f43d --- /dev/null +++ b/utils/sql/git/required/2013_04_01_FadingMemories.sql @@ -0,0 +1,3 @@ +UPDATE `aa_actions` SET `spell_id` = '0' WHERE `aaid` = '630'; +UPDATE `altadv_vars` SET `spellid` = '0' WHERE `skill_id` = '630'; + diff --git a/zone/AA.cpp b/zone/AA.cpp index fdf5d6a95..49563ace8 100644 --- a/zone/AA.cpp +++ b/zone/AA.cpp @@ -480,7 +480,7 @@ void Client::HandleAAAction(aaID activate) { break; case aaActionFadingMemories: - // Do nothing since spell effect works correctly, but mana isn't used. + Escape(); break; default: