Files
AscEmu/sql/world/updates/20220118-00_spell_disable.sql
aaron02 1e7e13766d Vehicle Handling (#987)
* 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>
2022-01-27 07:45:28 +01:00

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');