mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
*Option to define emote to play with any text from database text tables. - by Lightguard
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/724_world.sql
Normal file
3
sql/updates/724_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE custom_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
|
||||
ALTER TABLE eventai_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
|
||||
ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language;
|
||||
Reference in New Issue
Block a user