Skip to content

Commit

Permalink
Fixup bfd tp
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 19, 2024
1 parent bec85de commit 20f38c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Updates/0517_bfd_tp_fix.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPDATE spell_target_position SET target_orientation='184.4539947509765625' WHERE Id IN(9268);
UPDATE gameobject_template SET data3=94039 WHERE entry IN(103016);


1 comment on commit 20f38c6

@AnonXS
Copy link
Member

@AnonXS AnonXS commented on 20f38c6 Jan 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gameobject_template was fixed with cmangos/classic-db@7b931ee#diff-eed4bc2ea3d1db32682d1ecf09c9777ba8c35cab60861fadb14c79da682601b8R61, but never ported, i'll do that now but it might require a followup commit ala cmangos/classic-db@f4383c5 to fix related scripting errors. The diff was just too large and we had no wide tbc data available at the time as some of this data is different in tbc+.
e.g:

`data8 for `entry`='47'; -- Wanted: Lieutenant Fangore - 1 tbc+ 0 classic

Please sign in to comment.