diff options
-rw-r--r-- | sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql b/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql new file mode 100644 index 00000000000..aa09c0c72b4 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_05_world_2020_09_29_00_world.sql @@ -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; |