diff options
| author | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
|---|---|---|
| committer | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
| commit | 4b47c30641d31661c530e21dfd24a79b405736d2 (patch) | |
| tree | edbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/147_world.sql | |
| parent | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff) | |
* Fix revent SQL commits
* Fix EOL issues on all SQL files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/147_world.sql')
| -rw-r--r-- | sql/updates/147_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index 8df3be543c4..c6e75d41070 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -1,3 +1,3 @@ --- Magtheridon Earthquake
-DELETE FROM spell_script_target WHERE `entry` IN (30657);
+-- Magtheridon Earthquake +DELETE FROM spell_script_target WHERE `entry` IN (30657); INSERT INTO spell_script_target VALUES ('30657', '1', '24136');
\ No newline at end of file |
