aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorclick <clickvd@gonnamakeyou.com>2011-05-31 05:52:29 +0200
committerclick <clickvd@gonnamakeyou.com>2011-05-31 05:52:29 +0200
commit7f7c5c4c899e62ba6fcfd174d3cba4fd0a4510b0 (patch)
treebe8020b526d968f1b57dbab1e080a5055e004ced /sql
parentb50bcc8fe40e4b84d3b3419b488219d4ed509006 (diff)
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)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_31_00_world_spell_script_names.sql1
1 files changed, 1 insertions, 0 deletions
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');