Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-27-13, 06:32 AM   #1
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Deepwind Gorge flag bug

When you play alliance on Deepwind Gorge, and the horde pick up the alliance flag. There is no "flag" icon on top of the mine cart, while there is if the alliance picks up the horde flag. (There could be a problem if you play on horde side, then you can't see the horde "flag" icon.)

The problem is when i try to call:

Code:
HordeFlagPositionX = select(1, GetBattlefieldFlagPosition(2))
HordeFlagPositionY = select(2, GetBattlefieldFlagPosition(2))
It returns 0 values for both x and y coordinates, since there is no flag drawn in the battleground's map.
Would be appreciated if you could fix this asap.
  Reply With Quote
 

WoWInterface » Developer Discussions » Wish List » Deepwind Gorge flag bug

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off