diff options
author | offl <offl@users.noreply.github.com> | 2021-12-09 03:09:19 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-12-09 03:09:19 +0200 |
commit | d57286521a8bd1d41e6d47ddb05438e972e6779c (patch) | |
tree | 40b16832eb41c1ff5382ac3f778067b2e2a8163a | |
parent | c8eb463ae4606df300611a5959a1c7e2768f4eab (diff) |
DB/Texts: Correct text for General Bjarngrim
-rw-r--r-- | sql/updates/world/3.3.5/2021_12_09_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_12_09_03_world.sql b/sql/updates/world/3.3.5/2021_12_09_03_world.sql new file mode 100644 index 00000000000..ad4589a6c52 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_12_09_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId` = 31413, `Text` = "Bolvin umyol marnjar." WHERE `CreatureID` = 28586 AND `GroupID` = 4 AND `ID` = 2; |