From a36d78526d689d653bd42ef5ff9e553c1d36ef87 Mon Sep 17 00:00:00 2001 From: sirikfoll Date: Tue, 9 Feb 2016 20:27:10 -0200 Subject: Core/Scripts port _DespawnAtEvade functionality to 3.3.5 branch Implement _DespawnAtEvade functionality to boss Lich King --- sql/updates/world/2016_02_09_99_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_09_99_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_02_09_99_world.sql b/sql/updates/world/2016_02_09_99_world.sql new file mode 100644 index 00000000000..d9ad3ed1cc1 --- /dev/null +++ b/sql/updates/world/2016_02_09_99_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `linked_respawn` WHERE `guid`=150211 AND `linkedGuid`=150211; +DELETE FROM `creature` WHERE `guid`=150212 AND `id`=38995; -- cgit v1.2.3