From 11650e4008871138cfec61f84e280adb2cdd2d5d Mon Sep 17 00:00:00 2001 From: ariel- Date: Sat, 8 Oct 2016 16:48:03 -0300 Subject: Core/Scripts: updated Lock and Load script with new hooks, DamageInfo might be null, so check for that too --- sql/updates/world/3.3.5/2016_10_08_07_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_08_07_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_08_07_world_335.sql b/sql/updates/world/3.3.5/2016_10_08_07_world_335.sql new file mode 100644 index 00000000000..d2d0a865af6 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_08_07_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_lock_and_load_dummy'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(56342, 'spell_hun_lock_and_load_dummy'); -- cgit v1.2.3