diff options
| author | ccrs <ccrs@users.noreply.github.com> | 2021-08-19 03:16:46 +0200 |
|---|---|---|
| committer | ccrs <ccrs@users.noreply.github.com> | 2021-08-19 03:16:46 +0200 |
| commit | 7360c2d1567be05f81bdb51d0b74f5fd4e263d6a (patch) | |
| tree | 84bd4be80283810153fd6a5b1992d41442988133 /sql | |
| parent | 32282b7326840da0adcd08044a8086568439d794 (diff) | |
Scripts/Ahnkahet: implement Herald Volazj's Twisted Visage AI + small corrections to Herald's own AI
sorry about indentation
timers are guessed
summoning logic unchanged, remains not blizzlike
visage's spells missing spelldifficulty_dbc entries
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_08_19_00_world.sql | 1 |
1 files changed, 1 insertions, 0 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 new file mode 100644 index 00000000000..84824157da5 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_19_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_twisted_visage' WHERE `entry`=30625;
\ No newline at end of file |
