diff options
| author | megamage <none@none> | 2009-04-29 17:48:32 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-29 17:48:32 -0500 |
| commit | 6fbe69c2db396d8fc754401a1a730a798a8b8eb7 (patch) | |
| tree | f9fd9bb27a17803d2d962e60b29ffcbe1e0ced8f /sql/world_spell_full.sql | |
| parent | ba7bcb02b56dde65d7642def7a6e818937a0b977 (diff) | |
*Allow gm command to set other types of state.
--HG--
branch : trunk
Diffstat (limited to 'sql/world_spell_full.sql')
| -rw-r--r-- | sql/world_spell_full.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 451ca98fc2c..6a16528f43c 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -467,7 +467,7 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -- -------- -- POSITION -- -------- -DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); +DELETE FROM spell_target_position WHERE `id` IN (46019, 46020, 53360); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); INSERT INTO spell_target_position () VALUES (53360, 571, 5807.829, 587.960, 660.939, 1.663); |
