diff options
author | QAston <none@none> | 2009-03-08 13:24:05 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-08 13:24:05 +0100 |
commit | 786fbdec571dbc2f48ce204338cf532aabfc0d2d (patch) | |
tree | 36de3661c37e5b6c5c77e0377c45dd76daa3f56f /sql | |
parent | abdddf36ff16ab5be7080349c86217bb69a06ddf (diff) |
*Fix crash.
*Fix Guard Dog and Improved Cower -by pasdVn.
*Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1732_world.sql | 7 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/1732_world.sql b/sql/updates/1732_world.sql new file mode 100644 index 00000000000..c3ff759c29a --- /dev/null +++ b/sql/updates/1732_world.sql @@ -0,0 +1,7 @@ +-- Improved Cower +INSERT INTO `spell_proc_event` VALUES (53180, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53181, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); + +-- Guard Dog +INSERT INTO `spell_proc_event` VALUES (53178, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); +INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 0ca75b20f73..b404ff1e787 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -70,4 +70,5 @@ INSTALL(FILES 1727_world_script.sql 1729_world.sql 1730_world.sql +1732_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |