-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5337][ACID] Q: It's All Fun and Games
Fixed: - q.12892 'It's All Fun and Games' - H - q.12887 'It's All Fun and Games' - A Closes: cmangos/issues#2596 Part of: #378
- 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,8 @@ | ||
-- q.12892 'It's All Fun and Games' - H | ||
-- q.12887 'It's All Fun and Games' - A | ||
-- The Ocular 29747 | ||
UPDATE creature_template SET InhabitType = 4, StaticFlags2 = 4194336 WHERE entry = 29747; | ||
DELETE FROM creature_addon WHERE guid IN (SELECT guid FROM creature WHERE id IN (29747)); | ||
DELETE FROM creature_template_addon WHERE entry IN (29747); | ||
INSERT INTO creature_template_addon (entry, mount, stand_state, sheath_state, pvp_flags, emote, moveflags, auras) VALUES | ||
(29747,0,0,0,0,0,0,'18950 55162'); |
anothertime