server/sql/updates/10205_01_mangos_spell_area.sql
Lynx3d f2e3881a77 [10205] Correctly implement flying mount restrictions in zone 4395 by use of special area flag.
Also drop existing spell_area entries if exist, workaround not needed anymore.
2010-07-17 05:53:17 +02:00

3 lines
162 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_10203_01_mangos_item_template required_10205_01_mangos_spell_area bit;
DELETE FROM spell_area WHERE spell = 58600;