mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
6
sql/updates/world/3.3.5/2018_07_10_05_world.sql
Normal file
6
sql/updates/world/3.3.5/2018_07_10_05_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user