diff options
author | Shauren <shauren.dev@gmail.com> | 2011-01-08 17:45:14 +0100 |
---|---|---|
committer | Shauren <shauren.dev@gmail.com> | 2011-01-08 17:45:14 +0100 |
commit | 04d74760872d9e6e887bd6e5dcea9021add6454c (patch) | |
tree | 5593b8c30e2877e0df60d28b1683adeddbef0df1 | |
parent | 63333dc6ff67574163ab6d07674dcf34cacbcc0e (diff) |
SQL: This table is handled by db team
-rw-r--r-- | sql/updates/10976_world_spell_target_position.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/10976_world_spell_target_position.sql b/sql/updates/10976_world_spell_target_position.sql deleted file mode 100644 index 64149d8e133..00000000000 --- a/sql/updates/10976_world_spell_target_position.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `spell_target_position` WHERE `id` = 49305; -INSERT INTO `spell_target_position` VALUES -(49305, 578, 983.108, 1054.513, 359.967, 3.354); - |