diff options
author | offl <offl@users.noreply.github.com> | 2021-07-17 21:56:46 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-07-17 21:56:46 +0300 |
commit | 2a8ff02cfbf1098fd5d489426cbef9f1d28185ca (patch) | |
tree | 26ca478b7b9bb5f6c56de0db8dd5feab4a63d877 | |
parent | 47a4d58a982d5c22fbcdd07cac9dae5fd1bc52e4 (diff) |
DB/Misc: Fix error introduced after 863635dbf982394716d13608659ad81aa28812d3
-rw-r--r-- | sql/updates/world/3.3.5/2021_07_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_07_17_00_world.sql b/sql/updates/world/3.3.5/2021_07_17_00_world.sql new file mode 100644 index 00000000000..be112f1938d --- /dev/null +++ b/sql/updates/world/3.3.5/2021_07_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `ScriptName` = 'npc_son_of_flame' WHERE `entry` = 12143; |