mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Creature: Fix type of Emberstrife's emote, remove useless duration
This commit is contained in:
2
sql/updates/world/3.3.5/2020_09_29_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2020_09_29_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Fix type of Emberstrife's emote, remove useless duration https://youtu.be/ruKkcLm8Qug?t=349
|
||||
UPDATE `creature_text` SET `Type` = 16, `Duration` = 0, `comment` = "Emberstrife" WHERE `CreatureID` = 10321 AND `GroupID` = 0 AND `ID` = 0;
|
||||
Reference in New Issue
Block a user