diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2025-05-27 14:55:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 13:55:02 +0200 |
| commit | 7e03a1ce05baf33f8810658a679733c5e3626760 (patch) | |
| tree | 27bf9668a986e085d1f36978619b0ea7e2159c88 /sql | |
| parent | 4a902645612664bc78abb36ead7834f626be22e2 (diff) | |
Scripts/Drak'Tharon Keep: Modernize scripts (#30993)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_05_27_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_27_00_world.sql b/sql/updates/world/3.3.5/2025_05_27_00_world.sql new file mode 100644 index 00000000000..e1e90a74ccf --- /dev/null +++ b/sql/updates/world/3.3.5/2025_05_27_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID` = 27483; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(27483,0,0,'%s raises his talons menacingly!',41,0,100,0,0,0,26745,0,'King Dred EMOTE_SLASH'); |
