mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
* vehicle handling * Spells: Handle custom base points correctly * fix Vehicle and Movement fix Vehicle Position Updates, Fix Vehicles make no Damage * Units: Add functions to handle unit spell immunity * fix a crash on respawn vehicles shouldnt chase * fix cata vehicles Fix Not able to switch seats from Acessory to Base crashfixes and codestyle * Auras: Aura effects should be properly updated on aura refresh * review from appled * review from appled Co-authored-by: Appled <346848+Appled@users.noreply.github.com>
4 lines
153 B
SQL
4 lines
153 B
SQL
DELETE FROM `spell_disable` WHERE (`spellid`='46598');
|
|
|
|
INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES ('102', '20220118-00_spell_disable');
|