-- Call Waygate (spell 910000) is removed: custom spell IDs have no entry in the client's own
-- Spell.dbc, so a learned-but-unrenderable spell can never appear in the spellbook or be cast.
-- Replaced with the `.waygate` chat command, which opens the same gossip menu without needing the
-- client to know about the spell at all. See PLAN.md for the full story.
DELETE FROM `spell_dbc` WHERE `ID` = 910000;
DELETE FROM `spell_script_names` WHERE `spell_id` = 910000;