diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-17 07:34:08 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-17 07:34:08 +0100 |
| commit | aa40ddd603810bda9f673d0777711840b9b13684 (patch) | |
| tree | 3eb8b9b3394fac410ad9465e99ca54f565fe8d69 | |
| parent | aa3980c744fcb102e18319f21305576ccb0da5c9 (diff) | |
SQL: Fix sql import problems
| -rw-r--r-- | sql/updates/world/2012_12_16_03_world_sai.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2012_12_17_00_world_song_of_wind_and_water.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_12_16_03_world_sai.sql b/sql/updates/world/2012_12_16_03_world_sai.sql index e92d5648f0b..40b1e32dbeb 100644 --- a/sql/updates/world/2012_12_16_03_world_sai.sql +++ b/sql/updates/world/2012_12_16_03_world_sai.sql @@ -1,4 +1,4 @@ -SET @NPC_KC := 28713; +SET @NPC_KC := 28713; SET @NPC_SOUL_FONT_BUNNY := 28724; SET @NPC_QUTEZLUN_WORSHIPPER := 28747; SET @NPC_SERPENTTOUCHED_BERSERKER := 28748; diff --git a/sql/updates/world/2012_12_17_00_world_song_of_wind_and_water.sql b/sql/updates/world/2012_12_17_00_world_song_of_wind_and_water.sql index 0cfc2677df1..52c80334c0c 100644 --- a/sql/updates/world/2012_12_17_00_world_song_of_wind_and_water.sql +++ b/sql/updates/world/2012_12_17_00_world_song_of_wind_and_water.sql @@ -1,4 +1,4 @@ --- Add DB suport for quest ID: 12726 "Song of Wind and Water" +-- Add DB suport for quest ID: 12726 "Song of Wind and Water" -- Indexes: SET @HAIPHOON_W := 28999; -- WATER SET @HAIPHOON_A := 28985; -- AIR |
