diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-08 16:48:03 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-08 16:48:03 -0300 |
| commit | 11650e4008871138cfec61f84e280adb2cdd2d5d (patch) | |
| tree | 5b0264197c35ef9c8a13ef8c1139e2d15359e112 /sql | |
| parent | eb1a7297cfa6cd9e2e516161d4f101f936f78aa2 (diff) | |
Core/Scripts: updated Lock and Load script with new hooks, DamageInfo might be null, so check for that too
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_08_07_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
