Implemented SE_IllusionOther - Allows next Illusion buff (self only)

cast to be cast on target. (AA ProjectIllusion now uses this)
Run required SLQ to update AA.
This commit is contained in:
KayenEQ
2014-06-26 06:23:27 -04:00
committed by Arthur Ice
parent 54d1cff546
commit 34bbb9236e
9 changed files with 27 additions and 12 deletions
@@ -0,0 +1,10 @@
-- AA MGB update
UPDATE altadv_vars SET spellid = 5228 WHERE skill_id = 128;
UPDATE aa_actions SET spell_id = 5228, nonspell_action = 0 WHERE aaid = 128;
-- AA Project Illusion update
UPDATE altadv_vars SET spellid = 5227 WHERE skill_id = 643;
UPDATE aa_actions SET spell_id = 5227, nonspell_action = 0 WHERE aaid = 643;
-- spells_new update
ALTER TABLE `spells_new` CHANGE `field175` `numhits_type` INT(11) NOT NULL DEFAULT '0';