From 7f7c5c4c899e62ba6fcfd174d3cba4fd0a4510b0 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 31 May 2011 05:52:29 +0200 Subject: Scripts/World: Fix some more on the Emerald Dragon AI: - Add spellscript for Dream Fog sleep - now it ticks like it should - Adjust movement-speed and timers for the Dream Fog NPC spawns (can now be outrun, and doesn't spawn like mad) --- sql/updates/world/2011_05_31_00_world_spell_script_names.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_05_31_00_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_31_00_world_spell_script_names.sql b/sql/updates/world/2011_05_31_00_world_spell_script_names.sql new file mode 100644 index 00000000000..4a30f72473f --- /dev/null +++ b/sql/updates/world/2011_05_31_00_world_spell_script_names.sql @@ -0,0 +1 @@ +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES ('24778', 'spell_dream_fog_sleep'); -- cgit v1.2.3