View Single Post
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