diff options
| author | Drahy <none@none> | 2009-03-08 12:05:57 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-08 12:05:57 +0100 |
| commit | abdddf36ff16ab5be7080349c86217bb69a06ddf (patch) | |
| tree | f0ca4baad51107bd6455c87b4649cc11fe186263 /sql/updates/1729_world.sql | |
| parent | 86a4bc7f3f8f0d4f015050469b65ffe4d983864e (diff) | |
* Trinity sql coding style
* Renamed 1725 to 1730
* Added scripts to full script file
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1729_world.sql')
| -rw-r--r-- | sql/updates/1729_world.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/1729_world.sql b/sql/updates/1729_world.sql index 8e0c4abe669..9691e1e7059 100644 --- a/sql/updates/1729_world.sql +++ b/sql/updates/1729_world.sql @@ -1,4 +1,4 @@ -- Judgements of the Wise -INSERT INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +REPLACE INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +REPLACE INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); +REPLACE INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
\ No newline at end of file |
