server/sql/updates/0124_12094_01_mangos_creature_template.sql
Schmoozerd ed948ba869 [0124] 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:43:53 +00:00

3 lines
No EOL
195 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_0123_12093_01_mangos_spell_template required_0124_12094_01_mangos_creature_template bit;
UPDATE creature_template SET flags_extra=flags_extra|0x800;