mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
SQL update included to ensure proper work (if database has existing data) Signed-off-by: NoFantasy <nofantasy@nf.no>
4 lines
259 B
SQL
4 lines
259 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9121_01_mangos_npc_spellclick_spells required_9125_01_mangos_npc_spellclick_spells bit;
|
|
|
|
UPDATE npc_spellclick_spells SET cast_flags=1 WHERE spell_id=46167;
|
|
DELETE FROM npc_spellclick_spells WHERE spell_id=46773;
|