diff options
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_13_03_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_13_03_world_335.sql b/sql/updates/world/3.3.5/2022_02_13_03_world_335.sql new file mode 100644 index 00000000000..4bd057618ed --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_13_03_world_335.sql @@ -0,0 +1,5 @@ +-- +ALTER TABLE `broadcast_text` MODIFY `VerifiedBuild` int(11) NOT NULL DEFAULT '0'; + +UPDATE `broadcast_text` SET `Text`="$N, I've come to find out how rampant the effects of Fel Moss are throughout Darkshore. The corruption of Teldrassil and our surrounding lands really concerns the druids of the Cenarian Circle, and all Night elves.$B$BIt is my goal to find out why this has happened and to put an end to it.", `VerifiedBuild`=36325 WHERE `ID`=5608; +UPDATE `npc_text` SET `text0_0`="$N, I've come to find out how rampant the effects of Fel Moss are throughout Darkshore. The corruption of Teldrassil and our surrounding lands really concerns the druids of the Cenarian Circle, and all Night elves.$B$BIt is my goal to find out why this has happened and to put an end to it." WHERE `ID`=3334; |