mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-03 14:12:27 +00:00
Merge e329626023b19dfe25970c8aa21ede5613361ba6 into fb0add070b86bb82efc3f92289f34ba973da4053
This commit is contained in:
commit
46ab72989b
@ -1,6 +1,9 @@
|
|||||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
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 ==
|
== 03/30/2013 ==
|
||||||
demonstar55: Fixed most of the pet talking, all use StringIDs now. Pet now informs you when it taunts.
|
demonstar55: Fixed most of the pet talking, all use StringIDs now. Pet now informs you when it taunts.
|
||||||
|
|
||||||
|
|||||||
3
utils/sql/git/required/2013_04_01_FadingMemories.sql
Normal file
3
utils/sql/git/required/2013_04_01_FadingMemories.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
UPDATE `aa_actions` SET `spell_id` = '0' WHERE `aaid` = '630';
|
||||||
|
UPDATE `altadv_vars` SET `spellid` = '0' WHERE `skill_id` = '630';
|
||||||
|
|
||||||
@ -480,7 +480,7 @@ void Client::HandleAAAction(aaID activate) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case aaActionFadingMemories:
|
case aaActionFadingMemories:
|
||||||
// Do nothing since spell effect works correctly, but mana isn't used.
|
Escape();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user