Skip to content

Commit

Permalink
[5679] q.9418 'Avruu's Orb' - Update [WOTLK ONLY]
Browse files Browse the repository at this point in the history
WoTLK Data used
- It seems that TBC had it diff... and many issues happened. Thats why blizz decided to redo it for wotlk
- wotlk vid: https://youtu.be/iRRFpSzlMjE?t=1505
  • Loading branch information
Grz3s committed Feb 19, 2025
1 parent efbd8fe commit dfff7a7
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Updates/5679_q.9418_wotlk_only.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
-- q.9418 'Avruu's Orb' - Update [WOTLK ONLY]
-- WoTLK Data used
-- It seems that TBC had it diff... and many issues happened. Thats why blizz decided to redo it for wotlk
-- wotlk vid: https://youtu.be/iRRFpSzlMjE?t=1505
/*
-- Detected build: V3_0_3_9183
ServerToClient: SMSG_QUERY_GAME_OBJECT_RESPONSE (0x005F) Length: 134 ConnIdx: 0 Time: 01/08/2009 16:27:04.000 Number: 204631
Entry: 181606
Type: 2 (QuestGiver)
Display ID: 6964
[0] Name: Haal'eshi Altar
[1] Name:
[2] Name:
[3] Name:
Icon Name:
Cast Caption:
Unk String:
[0] Data: 0
[1] Data: 0
[2] Data: 0
[3] Data: 10219
[4] Data: 0
[5] Data: 0
[6] Data: 0
[7] Data: 0
[8] Data: 0
[9] Data: 0
[10] Data: 0
[11] Data: 0
[12] Data: 0
[13] Data: 0
[14] Data: 0
[15] Data: 0
[16] Data: 0
[17] Data: 0
[18] Data: 0
[19] Data: 0
[20] Data: 0
[21] Data: 0
[22] Data: 0
[23] Data: 0
Size: 2
*/

UPDATE gameobject_template SET type = 2, data3 = 10219, data22 = 0 WHERE entry = 181606;

0 comments on commit dfff7a7

Please sign in to comment.