mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Fixed SQL
This commit is contained in:
parent
349eb371c6
commit
e2b9efaf49
@ -1,2 +1,2 @@
|
||||
UPDATE `aa_actions` SET `spell_id` = '5244', `nonspell_action` = '0' WHERE `aaid` = '243';
|
||||
UPDATE `altadv_vars` SET `spell_id` = '5244' WHERE `skillid` = '243';
|
||||
UPDATE `altadv_vars` SET `spellid` = '5244' WHERE `skill_id` = '243';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user