From 398e67cbca3960603cc498e8b0e40bd6a7625d6e Mon Sep 17 00:00:00 2001 From: Wyreth <32145860+Wyreth@users.noreply.github.com> Date: Sun, 22 Oct 2017 14:23:29 +0200 Subject: Scripts/Quest: Captain Tyralius improvements (#20419) Update: #12352 --- sql/updates/world/3.3.5/2017_10_22_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_10_22_00_world.sql b/sql/updates/world/3.3.5/2017_10_22_00_world.sql new file mode 100644 index 00000000000..7dbd71c3e73 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_22_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `unit_flags`=512, `ScriptName`="npc_captain_tyralius" WHERE `entry`=20787; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=20825; +DELETE FROM `creature` WHERE `id` IN (20787, 20825); -- cgit v1.2.3