ForesterDev
ForesterDev
Maybe create file with list of words, that should be replaced. And users can fill it themselves.
```sql UPDATE `npc_text` SET `text0_0` = 'Then I am glad you came. Now that you know of our fires, and of honoring them... and of the fires of our enemies,...
Broadcast texts for creature_text and gossip_menu_option ``` UPDATE `gossip_menu_option` SET `OptionBroadcastTextID` = 9103 WHERE `menu_id` = 5602 AND `id` = 0; UPDATE `creature_text` SET `BroadcastTextId` = 9104 WHERE `entry` =...