diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:40:53 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-29 19:23:53 +0100 |
| commit | ed496304a0e292f72c69729a241687a1487fb823 (patch) | |
| tree | 84b4fd9e591e78f7fc7a1e8dd2258ede4b6a02ba | |
| parent | 3e45a2d45331d3103da246a4e3720fb4c383d622 (diff) | |
DB/CreatureText: Change a wrong say to yell for Highlord Darion Mograine
Closes #20806
(cherry picked from commit 36bc87b15e0b182943622097ea74713d8c03819d)
| -rw-r--r-- | sql/updates/world/master/2021_01_25_15_world_2017_11_08_09_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_15_world_2017_11_08_09_world.sql b/sql/updates/world/master/2021_01_25_15_world_2017_11_08_09_world.sql new file mode 100644 index 00000000000..a6486603aad --- /dev/null +++ b/sql/updates/world/master/2021_01_25_15_world_2017_11_08_09_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `type`=14 WHERE `CreatureID`=28444 AND `GroupID`=1; |
