Correct spawn position for 3 old NPC.#3433
Merged
Merged
Conversation
Stoabrogga
pushed a commit
to Stoabrogga/vmangos
that referenced
this pull request
May 29, 2026
(cherry picked from commit d41b70f)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🍰 Pullrequest
This PR corrects position for the below NPCs on early patches:
It also includes a fix to Twilight Avenger that shouldn't be spawned pre patch 1.8
Proof
WoWD sniff from patch 1.8 and the DB from WoWEmu 0.4735.1.1 full.
Magister Kalendris sniff from 1.8 (this was also matching the wowemu DB above)
https://github.com/ratkosrb/VanillaSniffs/blob/main/1.8/diremaul_north_west_1.8.1.4769_2005-10-31_06-34-59_parsed.txt
[0] UpdateType: CreateObject1
[0] GUID: Full: 0xF009200000083380 Type: DynamicObject Low: 2568459163022208
[0] Object Type: 3 (Unit)
[0] Movement Flags: 8388608 (CanFly)
[0] Time: 1164616758
[0] Position: X: -106.2386 Y: 575.648 Z: -4.312203
[0] Orientation: 5.689773
[0] Jump Fall Time: 0
[0] Walk Speed: 2.5
[0] Run Speed: 8
[0] RunBack Speed: 4.5
[0] Swim Speed: 4.722222
[0] SwimBack Speed: 2.5
[0] Turn Speed: 3.141593
[0] Update Flags: 0 (None)
[0] AttackCycle: 0
[0] TimerId: 1473238188
[0] Target GUID: 0x0
[0] OBJECT_FIELD_GUID: Full: 0xF009200000083380 Type: DynamicObject Low: 2568459163022208
[0] OBJECT_FIELD_TYPE: 9
[0] OBJECT_FIELD_ENTRY: 11487
https://vanilla-archive.thealphaproject.eu/?folders=Felwood&img=WoWScrnShot_052205_012503.jpg
Image showing Grazzle from patch 1.4.2.
How2Test