diff options
| author | Blaymoira <none@none> | 2009-03-14 19:35:04 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-03-14 19:35:04 +0100 |
| commit | 04a42413bf9662c4e9c6cfdf6916e05325d090c7 (patch) | |
| tree | 7689deba162f051770b979d48e2f6279697129f7 /sql | |
| parent | ef71840b7ecb62a15ebc74954f26b20f290f8cc7 (diff) | |
| parent | 8cce1ff1ecf795ebe8c620a9469e3b9d7290241a (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1886_world.sql | 6 | ||||
| -rw-r--r-- | sql/updates/1895_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 3 |
3 files changed, 12 insertions, 1 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/1895_world.sql b/sql/updates/1895_world.sql new file mode 100644 index 00000000000..a6387631352 --- /dev/null +++ b/sql/updates/1895_world.sql @@ -0,0 +1,4 @@ +DELETE FROM spell_proc_event where entry IN (31124, 31126); +INSERT INTO spell_proc_event () VALUES +(31124, 0, 8, 16777222, 0, 0, 0, 0, 0), +(31126, 0, 8, 16777222, 0, 0, 0, 0, 0); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index dc5d2c1f557..71774b4ebbc 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -79,6 +79,7 @@ INSTALL(FILES 1825_world.sql 1828_world.sql 1857_world.sql -1881_world.sql 1884_world.sql +1886_world.sql +1895_world.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |
