From 7360c2d1567be05f81bdb51d0b74f5fd4e263d6a Mon Sep 17 00:00:00 2001 From: ccrs Date: Thu, 19 Aug 2021 03:16:46 +0200 Subject: 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 --- sql/updates/world/3.3.5/2021_08_19_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2021_08_19_00_world.sql (limited to 'sql') 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 -- cgit v1.2.3