From 8edea4a3c294a1892c4bbdfdfbf043009a0d5c43 Mon Sep 17 00:00:00 2001 From: Treeston Date: Tue, 2 Oct 2018 19:00:24 +0200 Subject: Core/DBC: Sanitize DBC loading procedure. Extra checks. Capability to load strings from DB. Load SpellName from spell_dbc. --- sql/updates/world/3.3.5/2018_10_02_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_02_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_10_02_02_world.sql b/sql/updates/world/3.3.5/2018_10_02_02_world.sql new file mode 100644 index 00000000000..af5ca5d2a94 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_02_02_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE spell_dbc CHANGE COLUMN Comment SpellName VARCHAR(100) AFTER EffectSpellClassMaskC3; -- cgit v1.2.3