server/sql/updates/10949_01_mangos_mangos_string.sql
NoFantasy 0da3463758 [10949] Fix the word accessable -> accessible in log message
Signed-off-by: NoFantasy <nofantasy@nf.no>
2011-01-02 01:30:21 +01:00

3 lines
232 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_10946_01_mangos_spell_proc_event required_10949_01_mangos_mangos_string bit;
UPDATE mangos_string SET content_default='Scripting library not found or not accessible.' WHERE entry=1166;