| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes #26823
|
|
|
|
TARGET_UNIT_LINE_CASTER_TO_DEST_*** (#26786)
|
|
|
|
(#26806)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Blob update is way too slow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Distance checking should always be in 3D, independently on if the mover has the ability to fly or not.
(cherry picked from commit 0fb133013c0c1c2c7f47c215435990822454d8f8)
|
|
pooled creatures. This should fix startup crashes until I can investigate and find a long-term fix. Tag #21519.
(cherry picked from commit 9fc6b13027d2d66a99b6bee49d3add23f2c0c8af)
|
|
faulty dynspawn code.
(cherry picked from commit 3eab2d7efcc225696fe32f94687fd8e7b6755a2a)
|
|
(cherry picked from commit c9b730c767072225fdc2142908455c1d26e91fa8)
|
|
Closes #21338. Supersedes #21479.
(cherry picked from commit ec916db294760576ef4466d7e558f038dacecf20)
|
|
WorldObject::IsOutdoors, basic member access.
Ref #21479.
(cherry picked from commit e79c595b695ea5f35b8324efbb7741ccb102bce9)
|
|
boost heap iterators. Use ordered iterators instead, this is cheap for our use case anyway. This will make taunt behave consistently again.
Closes #21499.
(cherry picked from commit 71b5ed6832ac4162754ec50f53cd76305f8a187a)
|
|
Closes #20957
(cherry picked from commit acdf7be800ec937c2334caf629d3376037d4b863)
|
|
and flags values on a per-spawn basis
Updates #20957
Closes #20958
(cherry picked from commit 34967e9c32b2c7e871bb93f41609a3b08ad92931)
|
|
GameObjectTemplateAddon struct
(cherry picked from commit 02739c2cbb1c6956e26a21120ddef42d017923c2)
|
|
Closes #21495
(cherry picked from commit 8f66695ac008f1889a6f595d5b333cb61c802ad1)
|
|
Ref #15560
(cherry picked from commit e8094badf7fe42ba2d22198a1053585d6455cf50)
|
|
- AI hook will now receive the result by copy, as modifying it had no effect
- Some renaming: result->spellClickHandled, clickPair is actually clickBounds, the clickPair is the pair <creatureID, SpellClickInfo>
(cherry picked from commit 98d6258efdc07b53808ba6177e5427c65163bc0d)
|
|
Action 70 will be used only for gobs and requires always an action_param1=respawntime (the time which the gob will remain spawned)
Action 133 will be used for Npcs and in some cases for gobs if they must remain spawned for ever (this action uses always target_type=1 and action_param1=0/1 (npc/gob) and action_param2= guid of the unit
Closes #21494
(cherry picked from commit e24282d41f8dddb8de840cc82d66c44eb0c7b1c8)
|
|
(cherry picked from commit 19cb62c0bf442bd402428a8cb775225896cd5c06)
|
|
- missing row number in one of the DELETE FROM queries in commit 20a0d27b5bcbc2c3a334edef37f6a05e653ca401
Closes #21488
(cherry picked from commit 4c791ec376fdf5c7717a6249604502ec15656902)
|
|
attack
- also add some missing emote responses to Stormwind City Guard
Closes #21470
(cherry picked from commit 20a0d27b5bcbc2c3a334edef37f6a05e653ca401)
|
|
Closes #21492
(cherry picked from commit 83292cd983474753393017c4f7ac3ba509fc4c83)
|
|
SMART_ACTION_ENABLE_TEMP_GOBJ, since that's the only thing it still does in the dynspawn model. Adjust body accordingly to warn on misuse.
(cherry picked from commit 0850b5ff39b187d8a1adb032dfd7900d4474cfaf)
|
|
hack gameobjects, ref 27e7906.
(cherry picked from commit 9f92896c52dfdaaad3a7eb66a780a7415dc12546)
|
|
gobj respawn time to work again
(cherry picked from commit 27e7906814f2696863f5ab0488c59ffa347d8cc9)
|
|
on owned auras, causing an error on save
- This is handled by group stack rules actually
- Also reset removed aura counter when cleaning removed auras
Closes #21486
(cherry picked from commit 1074a9b053c7d1fbff1321bf95b15d7be1ee669f)
|
|
(cherry picked from commit 691c67f0be09095a34421043baf245fdf28e5d04)
|
|
It feels like that is something that should've been noticed at some point.
Also remove CreatureScript::CanSpawn since nobody uses it, and spawn groups do the same thing.
(cherry picked from commit 94b5d9bfa1195ad7c32cf51a665b55514dac0938)
|
|
dispel effect
- Spell with SPELL_ATTR4_FIXED_DAMAGE won't do it by itself to avoid applying resilience twice, but because those are triggered from a periodic aura, those apply resilience on tick, not saved to amount.
- This is one of the cases where you have to call Unit::SpellDamageBonusTaken directly
Closes #21393
(cherry picked from commit 3753ec56476d597b180968eb673cb20776785f31)
|
|
to have auras registered on load
Closes #21472
(cherry picked from commit 7cff1b540c96d9e2cf82b244cc0d1618bf5b090f)
|
|
Works like a charm
Closes #21471
(cherry picked from commit fc678bb3c21d6c5a87a840c7bbf596eaea1cffc3)
|