diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2018-01-05 16:57:47 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2018-01-05 16:57:47 +0100 |
| commit | e075435ac487c7097e3f9ce307097d010263b788 (patch) | |
| tree | 18c5e10463e319deed3e2344e507748e427532fe | |
| parent | 0d1e251e32e5151788083a8ed37f0c3295acd47e (diff) | |
DB/World: Updated 2 creature_template names
| -rw-r--r-- | sql/updates/world/master/2018_01_05_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_05_04_world.sql b/sql/updates/world/master/2018_01_05_04_world.sql new file mode 100644 index 00000000000..7aa56548a05 --- /dev/null +++ b/sql/updates/world/master/2018_01_05_04_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `TitleAlt`='Council to the Triumvirate' WHERE `entry`=124574; -- Hatuun +UPDATE `creature_template` SET `name`='Kobold Worker' WHERE `entry`=257; -- Kobold Workers |
