diff options
author | illfated <illfated@users.noreply.github.com> | 2018-07-10 18:20:53 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-13 23:59:02 +0200 |
commit | 7aeff87760d90888c8a0fae30dbb4971b215d996 (patch) | |
tree | 58a5b7b6801c346e3ed46ef722629d271204e2a0 | |
parent | 1bf05ce61ffb53a9999fa9424f82a044b70c695a (diff) |
DB/Creature: Warosh, Bijou and Spirestone Mystic (LBRS)
Closes #22144
(cherry picked from commit bc25c98f4673e69078bd67b9d83bfd3f9aa954dd)
-rw-r--r-- | sql/updates/world/master/2021_10_13_02_world_2018_07_10_05_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_13_02_world_2018_07_10_05_world.sql b/sql/updates/world/master/2021_10_13_02_world_2018_07_10_05_world.sql new file mode 100644 index 00000000000..0afe3671862 --- /dev/null +++ b/sql/updates/world/master/2021_10_13_02_world_2018_07_10_05_world.sql @@ -0,0 +1,6 @@ +-- correct the emotes for Warosh: +-- UPDATE `creature_text` SET `Type`= 16 WHERE `CreatureID`= 10799 AND `ID`= 3; +-- UPDATE `creature_text` SET `Language`= 0 WHERE `CreatureID`= 10799 AND `ID`= 2; +-- remove skinning loot from Spirestone Mystic NPCs and Bijou: +UPDATE `creature_template` SET `skinloot`= 0 WHERE `entry` IN (9198, 10257); +DELETE FROM `skinning_loot_template` WHERE `entry` IN (9198); |