diff options
| author | ccrs <ccrs@users.noreply.github.com> | 2021-08-20 03:47:00 +0200 |
|---|---|---|
| committer | ccrs <ccrs@users.noreply.github.com> | 2021-08-20 03:47:00 +0200 |
| commit | ac1ca24ab9c825f84b82cf649ed3a5c6b961e79b (patch) | |
| tree | b7ee7d315e228a77b06fbb7c54d808405802c593 | |
| parent | 3e886c55611357581ecb69c671d021d29b715e64 (diff) | |
DB: missing format to 2021_08_19_00_world file
| -rw-r--r-- | sql/updates/world/3.3.5/2021_08_19_00_world.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_19_00_world.sql b/sql/updates/world/3.3.5/2021_08_19_00_world.sql index 84824157da5..39775ff2e19 100644 --- a/sql/updates/world/3.3.5/2021_08_19_00_world.sql +++ b/sql/updates/world/3.3.5/2021_08_19_00_world.sql @@ -1 +1,2 @@ -UPDATE `creature_template` SET `ScriptName`='npc_twisted_visage' WHERE `entry`=30625;
\ No newline at end of file +-- +UPDATE `creature_template` SET `ScriptName`='npc_twisted_visage' WHERE `entry`=30625; |
