DB/Creature: Fix type of Emberstrife's emote, remove useless duration

This commit is contained in:
offl
2020-09-29 03:06:47 +03:00
parent a415540775
commit df1f0eec1b

View 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;