From 3c2aa264c02e86f756e3b0d2bd44f2cb31813994 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 14 Sep 2024 18:21:09 +0200 Subject: Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game tables to initialize the damage and health values of creatures --- sql/updates/world/cata_classic/2024_09_14_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/cata_classic/2024_09_14_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2024_09_14_00_world.sql b/sql/updates/world/cata_classic/2024_09_14_00_world.sql new file mode 100644 index 00000000000..f16746d5ec4 --- /dev/null +++ b/sql/updates/world/cata_classic/2024_09_14_00_world.sql @@ -0,0 +1,9 @@ +ALTER TABLE `creature_classlevelstats` + DROP COLUMN `basehp0`, + DROP COLUMN `basehp1`, + DROP COLUMN `basehp2`, + DROP COLUMN `basehp3`, + DROP COLUMN `damage_base`, + DROP COLUMN `damage_exp1`, + DROP COLUMN `damage_exp2`, + DROP COLUMN `damage_exp3`; -- cgit v1.2.3