From 076ccce8c16b60f84f635cdb85795aba63c0c863 Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 14 Mar 2009 16:20:04 +0100 Subject: *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 --- sql/updates/1886_world.sql | 6 ++++++ sql/updates/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 sql/updates/1886_world.sql (limited to 'sql/updates') 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 -- cgit v1.2.3