forked from cmangos/classic-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3947] Sync dbscript_random_templates IDs with WotLK & TBC-DB
Don't know how these 3 ones came to be different at some point...
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
DELETE FROM dbscript_random_templates WHERE id IN (8, 20, 21, 22); | ||
INSERT INTO dbscript_random_templates (id, `type`, target_id, chance, comments) VALUES | ||
(8, 0, 10434, 0, 'Common Troll - Random Aggro Texts'), | ||
(8, 0, 1909, 0, 'Common Troll - Random Aggro Texts'), | ||
(8, 0, 10435, 0, 'Common Troll - Random Aggro Texts'), | ||
(8, 0, 1908, 0, 'Common Troll - Random Aggro Texts'), | ||
(21, 0, 39, 0, 'Gryan Stoutmantle - Random OOC Texts'), | ||
(21, 0, 40, 0, 'Gryan Stoutmantle - Random OOC Texts'), | ||
(22, 0, 43, 0, 'Captain Danuvin - Random OOC Texts'), | ||
(22, 0, 44, 0, 'Captain Danuvin - Random OOC Texts'); |