diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_01_21_00_world_2025_01_21_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_01_21_00_world_2025_01_21_00_world.sql b/sql/updates/world/cata_classic/2025_01_21_00_world_2025_01_21_00_world.sql new file mode 100644 index 00000000000..b3f89ecbbf3 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_21_00_world_2025_01_21_00_world.sql @@ -0,0 +1,3 @@ +ALTER TABLE `spell_target_position` DROP PRIMARY KEY; +ALTER TABLE `spell_target_position` ADD `OrderIndex` int NOT NULL DEFAULT '0' AFTER `EffectIndex`; +ALTER TABLE `spell_target_position` ADD PRIMARY KEY(`ID`,`EffectIndex`,`OrderIndex`); |