diff options
author | QAston <none@none> | 2009-03-14 16:20:04 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-03-14 16:20:04 +0100 |
commit | 076ccce8c16b60f84f635cdb85795aba63c0c863 (patch) | |
tree | 203f9ac0c486e6f6b56918bd7a8465e796d8007d /sql | |
parent | 4a0bb67f8373afdbac8e54596b5f7936ed94acc7 (diff) |
*Fix glyph of aspect of the monkey.
*Fix aspect of the dragonhawk.
*Turn off combat log for some periodic auras when power regenerated is full.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1886_world.sql | 6 | ||||
-rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/1886_world.sql b/sql/updates/1886_world.sql new file mode 100644 index 00000000000..d682101ff6f --- /dev/null +++ b/sql/updates/1886_world.sql @@ -0,0 +1,6 @@ +INSERT INTO `spell_linked_spell` VALUES (61847, 61848, 2, 'Aspect of te dragonhawk'); +INSERT INTO `spell_linked_spell` VALUES (61846, 61848, 2, 'Aspect of te dragonhawk'); + +-- Glyph of Aspect of the Monkey +REPLACE INTO `spell_proc_event` VALUES (13163, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000010, 0.000000, 0.000000, 0); +REPLACE INTO `spell_proc_event` VALUES (61848, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000010, 0.000000, 0.000000, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index dc5d2c1f557..8cd388d7b97 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -81,4 +81,5 @@ INSTALL(FILES 1857_world.sql 1881_world.sql 1884_world.sql +1886_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |