-- Gates the Waygate Stones themselves the same way `.waygate` is already gated: interacting with a
-- stone before the Ley Wardens chain is complete no longer attunes anything -- it shows this flavor
-- text instead (go_waygate_standing_stone::OnGossipHello). Deliberately doesn't name Aemos directly
-- (the `.waygate` command's own dormant-network message already does) since this is often a
-- character's first-ever hint that anything is going on here, before they've typed the command at
-- all -- stays a level more mysterious, just enough to point toward Shattrath in a general sense.
DELETE FROM `npc_text` WHERE `ID` = 911012;
INSERT INTO `npc_text` (`ID`, `text0_0`) VALUES
(911012, 'You feel it the moment your hand touches the stone -- a strange power, dormant, humming just beneath the surface. Whatever it takes to wake it, you sense the answer lies somewhere near Shattrath City.');