diff options
author | offl <offl@users.noreply.github.com> | 2021-08-06 01:28:20 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-12 00:23:35 +0100 |
commit | 984c2f8e8edbf452a7e66324a70a3c55e7cfcacc (patch) | |
tree | 5417980440a71284ea7e21303c01e757e53431c4 | |
parent | 13ebfd88364a83f5ca186e3d3febd9849eb38a83 (diff) |
DB/Creature: Update fields of some creatures
(cherry picked from commit 86ba92090a260285feb45ab9865f3194de62682a)
-rw-r--r-- | sql/updates/world/master/2022_03_11_41_world_2021_08_06_00_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_41_world_2021_08_06_00_world.sql b/sql/updates/world/master/2022_03_11_41_world_2021_08_06_00_world.sql new file mode 100644 index 00000000000..195e537a1b2 --- /dev/null +++ b/sql/updates/world/master/2022_03_11_41_world_2021_08_06_00_world.sql @@ -0,0 +1,11 @@ +-- +UPDATE `creature_template` SET `faction`=64/*, `unit_class`=1*/ WHERE `entry`=8856; -- Tyrion's Spybot +UPDATE `creature_template` SET `unit_flags`=33024 WHERE `entry`=15581; -- Elder Grimtotem +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=14441; -- Hunter Ragetotem +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=11261; -- Doctor Theolen Krastinov +UPDATE `creature_template` SET `npcflag`=0 WHERE `entry`=10505; -- Instructor Malicia +UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37887; -- Kwee Q. Peddlefeet +UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37674; -- Lovely Merchant +UPDATE `creature_template` SET `unit_flags`=32768 WHERE `entry`=37675; -- Public Relations Agent +UPDATE `creature_template` SET `unit_flags`=33587456 WHERE `entry`=36817; -- [DND] Love Boat Summoner +UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=38288; -- Love Guard Perfume Bunny |