server/sql/updates/12094_01_mangos_creature_template.sql
Schmoozerd d5dd1be99f [12094] Apply CREATURE_FLAG_EXTRA_NO_TALKTO_CREDIT to all creatures
The flag was introduced in [11853]. It is assumed that by now all quests that require some talk-to credit are handled by different means.
If you catch quests that don't work yet, remove this flag for this npc and report to your DB provider.
2020-02-16 16:41:16 +00:00

3 lines
186 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_12093_01_mangos_spell_template required_12094_01_mangos_creature_template bit;
UPDATE creature_template SET flags_extra=flags_extra|0x800;