-- Retires the spell-hijack cast-time approach from 2026_08_15_02.sql. In-game testing found -- overriding a real spell's effect (PreventHitEffect) was unreliable -- the real Hearthstone -- "teleport home" effect and its cooldown still fired some of the time despite the conditional -- SpellScript. Replaced with a plain server-controlled wait (message + cosmetic visual + timer, no -- real spell involved at all -- see README.md's "Cast time" section). Spell 8690 (Hearthstone) no -- longer has any custom script attached; this cleans up the binding this module added. DELETE FROM `spell_script_names` WHERE `spell_id` = 8690 AND `ScriptName` = 'spell_waygate_network_teleport';