From c30e1199d736918ee9ee4069706300453138bea5 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 13 Jul 2024 17:42:21 -0400 Subject: [PATCH] chore(binana): update files --- 3.3.5a/include/datarecycler/func.sym | 1 + 3.3.5a/include/gx/device.h | 101 +- 3.3.5a/include/main.h | 1 + 3.3.5a/symbol/client/func.sym | 26 +- 3.3.5a/symbol/console/func.sym | 79 +- 3.3.5a/symbol/event/func.sym | 55 +- 3.3.5a/symbol/gx/func.sym | 52 +- 3.3.5a/symbol/main.sym | 4365 ++-- 3.3.5a/symbol/os/func.sym | 35 +- 3.3.5a/symbol/script/func.sym | 3981 ++-- 3.3.5a/symbol/storm/func.sym | 65 +- 3.3.5a/x32dbg/game.dd32 | 30638 +++++++++++++++++++++++++ ghidra/ExportSymbolsScript.py | 36 + go.mod | 11 + go.sum | 12 + go/cmd/binana/LICENSE | 0 go/cmd/binana/cmd/root.go | 44 + go/cmd/binana/cmd/x64dbg_gen.go | 117 + go/cmd/binana/main.go | 7 + go/symfile/loader.go | 139 + go/symfile/memory_table.go | 29 + go/symfile/symfile.go | 44 + go/x64dbg/database.go | 91 + script/compile-symbols | 2 +- 24 files changed, 35645 insertions(+), 4286 deletions(-) create mode 100644 3.3.5a/include/datarecycler/func.sym create mode 100644 3.3.5a/x32dbg/game.dd32 create mode 100644 ghidra/ExportSymbolsScript.py create mode 100644 go.mod create mode 100644 go.sum create mode 100644 go/cmd/binana/LICENSE create mode 100644 go/cmd/binana/cmd/root.go create mode 100644 go/cmd/binana/cmd/x64dbg_gen.go create mode 100644 go/cmd/binana/main.go create mode 100644 go/symfile/loader.go create mode 100644 go/symfile/memory_table.go create mode 100644 go/symfile/symfile.go create mode 100644 go/x64dbg/database.go diff --git a/3.3.5a/include/datarecycler/func.sym b/3.3.5a/include/datarecycler/func.sym new file mode 100644 index 0000000..74b7d5d --- /dev/null +++ b/3.3.5a/include/datarecycler/func.sym @@ -0,0 +1 @@ +CDataRecyler__Clear 0095CEC0 f end=0095CF39 \ No newline at end of file diff --git a/3.3.5a/include/gx/device.h b/3.3.5a/include/gx/device.h index bb3afff..8307e11 100644 --- a/3.3.5a/include/gx/device.h +++ b/3.3.5a/include/gx/device.h @@ -23,6 +23,7 @@ typedef struct CGxAppRenderState CGxAppRenderState; typedef struct CGxPushedRenderState CGxPushedRenderState; typedef struct ShaderConstants ShaderConstants; typedef struct CGxDevice CGxDevice; +typedef struct CGxDevice__vtable CGxDevice__vtable; struct CGxAppRenderState { CGxStateBom m_value; @@ -44,16 +45,110 @@ struct ShaderConstants { uint32_t unk2; }; +// 84 functions +struct CGxDevice__vtable { + // void ITexMarkAsUpdated(CGxTex*, unsigned int); + void* v_fn_0_ITexMarkAsUpdated; + // void IRsSendToHw(EGxRenderState); + void* v_fn_1_IRsSendToHw; + // void ICursorCreate(CGxFormat const&); + void* v_fn_2_ICursorCreate; + // void ICursorDestroy(); + void* v_fn_3_ICursorDestroy; + // void ICursorDraw(); + void* v_fn_4_ICursorDraw; + void* v_fn_5; + void* v_fn_6; + void* v_fn_7; + void* v_fn_8; + void* v_fn_9; + void* v_fn_10_DeviceCreate; + void* v_fn_11; + void* v_fn_12; + void* v_fn_13_DeviceSetFormat; + void* v_fn_14_DeviceSetBaseMipLevel; + void* v_fn_15_DeviceSetGamma; + void* v_fn_16; + void* v_fn_17; + void* v_fn_18; + void* v_fn_19; + void* v_fn_20; + void* v_fn_21; + void* v_fn_22; + void* v_fn_23; + void* v_fn_24; + void* v_fn_25; + void* v_fn_26; + void* v_fn_27; + void* v_fn_28; + void* v_fn_29; + void* v_fn_30; + void* v_fn_31; + void* v_fn_32; + void* v_fn_33; + void* v_fn_34; + void* v_fn_35_CapsWindowSize; + void* v_fn_36; + void* v_fn_37; + void* v_fn_38; + void* v_fn_39; + void* v_fn_40; + void* v_fn_41; + void* v_fn_42; + void* v_fn_43; + void* v_fn_44; + void* v_fn_45; + void* v_fn_46; + void* v_fn_47; + void* v_fn_48; + void* v_fn_49; + void* v_fn_50; + void* v_fn_51; + void* v_fn_52; + void* v_fn_53; + void* v_fn_54; + void* v_fn_55; + void* v_fn_56; + void* v_fn_57; + void* v_fn_58; + void* v_fn_59; + void* v_fn_60; + void* v_fn_61; + void* v_fn_62; + void* v_fn_63; + void* v_fn_64; + void* v_fn_65; + void* v_fn_66; + void* v_fn_67; + void* v_fn_68; + void* v_fn_69; + void* v_fn_70; + void* v_fn_71; + void* v_fn_72; + void* v_fn_73; + void* v_fn_74; + void* v_fn_75; + void* v_fn_76; + void* v_fn_77; + void* v_fn_78; + void* v_fn_79; + void* v_fn_80; + void* v_fn_81; + void* v_fn_82; + void* v_fn_83; +}; + // this class is at least 14688 bytes in size struct CGxDevice { // TODO: pointer to struct CGxDevice__vtable - void* v_vtable; + CGxDevice__vtable* v_vtable; // 0x0 TSGrowableArray_CGxPushedRenderState m_pushedStates; TSGrowableArray_uint32_t m_stackOffsets; TSGrowableArray_EGxRenderState m_dirtyStates; + uint32_t m_unk[73]; CRect m_defWindowRect; - CRect m_curWindowRect; - EGxApi m_api; + CRect m_curWindowRect; // 0x174 + EGxApi m_api; // 0x1b4 CGxFormat m_format; CGxCaps m_caps; // TSHashTable_CGxShader_HASHKEY_STRI m_shaderList[GxShTargets_Last]; diff --git a/3.3.5a/include/main.h b/3.3.5a/include/main.h index 50043aa..7b34e55 100644 --- a/3.3.5a/include/main.h +++ b/3.3.5a/include/main.h @@ -22,6 +22,7 @@ #include "gx/types.h" // include files that define the use of template classes for standard library types +// template classes for whoa types should be entered immediately after where the type is #include "storm/array/uint32_t.h" diff --git a/3.3.5a/symbol/client/func.sym b/3.3.5a/symbol/client/func.sym index 612a7ce..82b88bc 100644 --- a/3.3.5a/symbol/client/func.sym +++ b/3.3.5a/symbol/client/func.sym @@ -1,9 +1,17 @@ -SetPaths 00402b20 f -CommonMain 00406c70 f -InitializeGlobal 004067f0 f -DestroyGlobal 00406b70 f -CmdLineProcess 0047b720 f -NDCToDDCHeight 0047c080 f -TextBlockCreate 004bdaa0 f -TextBlockGenerateFont 004be9c0 f -ScrnLayerCreate 004a8bb0 f \ No newline at end of file +SetPaths 00402B20 f end=00402B8B +CommonMain 00406C70 f end=00406D64 +InitializeGlobal 004067F0 f end=00406B67 +DestroyGlobal 00406B70 f end=00406C65 +CmdLineProcess 0047B720 f end=0047B736 +CSRWLock__Enter 0047D0E0 f +CSRWLock__Leave 00481390 f +NDCToDDCHeight 0047C080 f end=0047C08E +NDCToDDC 0047BFF0 f end=0047C019 +DDCToNDC 0047C020 f end=0047C049 +ConvertPosition 0047FC90 f end=0047FDD4 +TextBlockCreate 004BDAA0 f end=004BDBE4 +TextBlockGenerateFont 004BE9C0 f end=004BEB8C +TextBlockGetFontPtr 004BD9D0 f end=004BD9EA +ScrnLayerCreate 004A8BB0 f end=004A8C83 +ScrnLayerSetRect 004A8500 f end=004A8522 +ClientKillTimer 004033B0 f end=004033B9 \ No newline at end of file diff --git a/3.3.5a/symbol/console/func.sym b/3.3.5a/symbol/console/func.sym index 9a08bd6..7e43ee8 100644 --- a/3.3.5a/symbol/console/func.sym +++ b/3.3.5a/symbol/console/func.sym @@ -1,38 +1,41 @@ -CVar__Register 00767fc0 f -CVar__Initialize 00768340 f -CVar__Set 007668c0 f -CVar__Destroy 007673f0 f -CVarSaveFile 00767100 f -CVarLoadFile 00766530 f -ConsoleAccessGetEnabled 00769230 f -ConsoleCommand_Quit 00768410 f -ConsoleCommandExecute 007658a0 f -ConsoleCommandHistory 00768440 f -ConsoleCommandHistoryDepth 0095bfb0 f -ConsoleCommandHistoryPrev 00763b40 f ; UC -ConsoleCommandHistoryNext 00763b90 f ; UC -ConsoleCommandRegister 00769100 f -ConsoleCommandUnregister 007689e0 f -ConsoleDeviceInitialize 0076ab80 f -ConsolePostClose 00763c50 f -ConsoleScreenInitialize 00766140 f -ConsoleWrite 00765270 f -ConsoleWriteA 007653b0 f -EventCloseCallback 00763d60 f -PaintBackground 007643f0 f -PaintText 007645e0 f -OnChar 00764990 f -OnIdle 007659c0 f -OnKeyDown 00765af0 f -OnKeyUp 00763be0 f -OnKeyDownRepeat 00764b90 f -MakeCommandCurrent 00763a60 f -ReserveInputSpace 007637d0 f -GetInputLine 00764520 f -PasteInInputLine 00764800 f -SetInputString 00763730 f ; UC -ResetHighlight 00763830 f -UpdateHighlight 00763860 f -DrawCaret 007641a0 f -DrawBackground 00763df0 f -DrawHighLight 00764040 f \ No newline at end of file +CVar__Set 007668C0 f end=00766936 +CVar__Destroy 007673F0 f end=00767434 +CVar__Register 00767FC0 f end=007681E9 +CVar__Initialize 00768340 f end=00768402 +CVarSaveFile 00767100 f end=0076719C +CVarLoadFile 00766530 f end=007665C2 +ConsoleAccessGetEnabled 00769230 f end=00769236 +ConsoleCommand_Quit 00768410 f end=0076841B +ConsoleCommandExecute 007658A0 f end=007659BF +ConsoleCommandHistory 00768440 f end=0076845B +ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6 +ConsoleCommandHistoryPrev 00763B40 f end=00763B83 ; UC +ConsoleCommandHistoryNext 00763B90 f end=00763BD6 ; UC +ConsoleCommandRegister 00769100 f end=007691B3 +ConsoleCommandUnregister 007689E0 f end=00768A19 +ConsoleDeviceInitialize 0076AB80 f end=0076B287 +ConsolePostClose 00763C50 f end=00763C5D +ConsoleScreenInitialize 00766140 f end=00766295 +ConsoleWrite 00765270 f end=00765359 +ConsoleWriteA 007653B0 f end=00765400 +EventCloseCallback 00763D60 f end=00763D71 +PaintBackground 007643F0 f end=00764413 +PaintText 007645E0 f end=00764788 +OnChar 00764990 f end=00764A03 +OnIdle 007659C0 f end=00765AE5 +OnKeyDown 00765AF0 f end=00765FB2 +OnKeyUp 00763BE0 f end=00763C0A +OnKeyDownRepeat 00764B90 f end=00764E4F +OnMouseDown 00764A10 f end=00764B88 +OnMouseUp 007639A0 f end=007639CF +OnMouseMove 007639D0 f end=00763A54 +MakeCommandCurrent 00763A60 f end=00763AAA +ReserveInputSpace 007637D0 f end=0076382B +GetInputLine 00764520 f end=007645D3 +PasteInInputLine 00764800 f end=00764985 +SetInputString 00763730 f end=007637CD ; UC +ResetHighlight 00763830 f end=00763855 +UpdateHighlight 00763860 f end=00763996 +DrawBackground 00763DF0 f end=00764039 +DrawHighLight 00764040 f end=00764196 +DrawCaret 007641A0 f end=007643EA \ No newline at end of file diff --git a/3.3.5a/symbol/event/func.sym b/3.3.5a/symbol/event/func.sym index f418097..4064390 100644 --- a/3.3.5a/symbol/event/func.sym +++ b/3.3.5a/symbol/event/func.sym @@ -1,10 +1,45 @@ -EventCreateContextEx 0047d080 f -EventDoMessageLoop 0047f2d0 f -EventIsKeyDown 0047d230 f -EventPostCloseEx 0047d290 f -EventRegister 0x47d770 f -EventRegisterEx 0047d3c0 f -EventSetConfirmCloseCallback 0047d090 f -EventSetMouseMode 0x47d690 f -EventUnregister 0047d790 f -IEvtSchedulerProcess 0047f230 f +EventDestroy 0047D030 f end=0047D04E +EventDestroy_cleanup 00480EA0 f end=00480ED9 +EventInitialize 0047CFF0 f end=0047D02D +EventCreateContextEx 0047D080 f end=0047D089 +EventSetConfirmCloseCallback 0047D090 f end=0047D099 +EventIsButtonDown 0047D1D0 f end=0047D230 +EventIsKeyDown 0047D230 f end=0047D290 +EventPostCloseEx 0047D290 f end=0047D305 +EventRegisterEx 0047D3C0 f end=0047D443 +EventSetMouseMode 0047D690 f end=0047D6FD +EventRegister 0047D770 f end=0047D78D +EventUnregister 0047D790 f end=0047D7A9 +EventUnregisterEx 0047D450 f end=0047D4B7 +EventDoMessageLoop 0047F2D0 f end=0047F2EC +EventForceIdleProcessing 0047DCA0 f end=0047DE09 +EventKillTimer 0047D620 f end=0047D683 +IEvtInputProcess 00480410 f end=004804A8 +IEvtInputGetMousePosition 004800A0 f end=004800EF +IEvtInputSetConfirmCloseCallback 0047FC20 f end=0047FC36 +IEvtInputSetMouseMode 0047FBB0 f end=0047FC17 +IEvtInputDestroy 0047FB80 f end=0047FB92 +IEvtQueueCheckSyncKeyState 00480A50 f end=00480AC2 +IEvtQueueCheckSyncMouseState 004804C0 f end=004804E6 +IEvtQueueDestroy 004804B0 f end=004804BA +IEvtQueueDispatch 00480AD0 f end=00480BCB +IEvtQueueDispatchAll 00480BD0 f end=00480D28 +IEvtQueueRegister 004804F0 f end=004805F4 +IEvtQueueUnregister 00480D30 f end=00480DD1 +IEvtSchedulerCreateContext 0047F5C0 f end=0047F6B9 +IEvtSchedulerInitialize 0047F2F0 f end=0047F5BA +IEvtSchedulerDestroy 0047DEA0 f end=0047E117 +IEvtSchedulerShutdown 0047D990 f end=0047D9EB +SchedulerThreadProc 0047F230 f end=0047F2C1 ; IEvtSchedulerProcess appears to be optimized out +SchedulerThreadProcProcess 0047EFF0 f end=0047F225 +IEvtTimerDispatch 00481100 f end=00481289 +IEvtTimerGetNextTime 00480F70 f end=00480FCA +IEvtTimerKill 00481290 f end=0048138F +PostMouseModeChanged 0047FAC0 f end=0047FB22 +PropSelectContext 0047CBF0 f end=0047CC08 +PropSet 0047CC50 f end=0047CC70 +PropGet 0047CC20 f end=0047CC41 +InitializeSchedulerThread 0047E910 f end=0047EA69 +SynthesizeIdle 0047DBC0 f end=0047DC14 +SynthesizePaint 0047DC50 f end=0047DC8D +SynthesizePoll 0047DC20 f end=0047DC50 \ No newline at end of file diff --git a/3.3.5a/symbol/gx/func.sym b/3.3.5a/symbol/gx/func.sym index 38497c3..fa5d3cc 100644 --- a/3.3.5a/symbol/gx/func.sym +++ b/3.3.5a/symbol/gx/func.sym @@ -1,23 +1,29 @@ -GxDevApi 00682d20 f -GxDrawLockedElements 00682340 f -GxLog 006817e0 f -GxRsPush 00409670 f -GxRsPop 00685fb0 f -GxPrimIndexPtr 00681ab0 f -GxPrimLockVertexPtrs 006828c0 f -GxPrimVertexPtr_FFP 00682400 f ; this is one of the functions named 'GxPrimVertexPtr' that uses the fixed-function pipeline -GxuDetermineQuotedCode 006bd5a0 f -GxuFontClearBatch 006be390 f -GxuFontAddToBatch 006bce10 f -GxuFontCreateBatch 006bf160 f -GxuFontCreateString 006be2b0 f -GxuFontDestroyString 006bdfc0 f -GxuFontGetMaxCharsWithinWidth 006bcea0 f -GxuFontGetTextExtent 006bce60 f -GxuFontRenderBatch 006bce40 f -GxuFontSetStringPosition 006bd0a0 f -CGxDevice__CGxDevice 00688690 f -CGxDevice__MasterEnableSet 00685eb0 f -CGxDevice__IRsForceUpdate 006859e0 f -CGxDeviceOpenGl__CGxDeviceOpenGl 0068bbc0 f -CGxDeviceD3d__CGxDeviceD3d 0068fd50 f +GxDevCreate 00681290 f end=00681301 +GxDevApi 00682D20 f end=00682D27 +GxDrawLockedElements 00682340 f end=0068239E +GxLog 006817E0 f end=006817F5 +GxRsPush 00409670 f end=004096CC +GxRsPop 00685FB0 f end=00686116 +GxPrimIndexPtr 00681AB0 f end=00681AFB +GxPrimVertexPtr_FFP 00682400 f end=00682781 ; this is one of the functions named 'GxPrimVertexPtr' that uses the fixed-function pipeline +GxPrimLockVertexPtrs 006828C0 f end=006828FE +GxuFontAddToBatch 006BCE10 f end=006BCE32 +GxuFontRenderBatch 006BCE40 f end=006BCE52 +GxuFontGetTextExtent 006BCE60 f end=006BCE98 +GxuFontGetMaxCharsWithinWidth 006BCEA0 f end=006BCEE7 +GxuFontSetStringPosition 006BD0A0 f end=006BD0BE +GxuDetermineQuotedCode 006BD5A0 f end=006BD89D +GxuFontDestroyString 006BDFC0 f end=006BE014 +GxuFontCreateString 006BE2B0 f end=006BE390 +GxuFontClearBatch 006BE390 f end=006BE3AD +GxuFontCreateBatch 006BF160 f end=006BF202 +CGxDevice__CGxDevice 00688690 f end=0068903F +CGxDevice__MasterEnableSet 00685EB0 f end=00685F33 +CGxDevice__IRsForceUpdate 006859E0 f end=00685A65 +CGxDevice__NewOpenGl 0068BF20 f end=0068BF44 +CGxDevice__NewD3d 00689EF0 f end=00689F14 +CGxDevice__NewD3d9Ex 0068C220 f end=0068C244 +CGxDeviceOpenGl__CGxDeviceOpenGl 0068BBC0 f end=0068BD15 +CGxDeviceD3d__CGxDeviceD3d 0068FD50 f end=0068FE80 +CGxDeviceD3d9Ex__CGxDeviceD3d9Ex 006A1A90 f end=006A1C24 +OnPaint 004A8720 f end=004A8B58 \ No newline at end of file diff --git a/3.3.5a/symbol/main.sym b/3.3.5a/symbol/main.sym index cef395e..622dff0 100644 --- a/3.3.5a/symbol/main.sym +++ b/3.3.5a/symbol/main.sym @@ -1,2165 +1,2212 @@ -CGxDeviceD3d9Ex__vtable 00a2f500 l -CGxDeviceD3d__CGxDeviceD3d 0068fd50 f -CGxDeviceD3d__vtable 00a2e718 l -CGxDeviceOpenGl__CGxDeviceOpenGl 0068bbc0 f -CGxDeviceOpenGl__vtable 00a2e198 l -CGxDevice__CGxDevice 00688690 f -CGxDevice__IRsForceUpdate 006859e0 f -CGxDevice__MasterEnableSet 00685eb0 f -CGxDevice__s_shadowConstants 00c5dfe0 l +SetPaths 00402B20 f end=00402B8B +ClientKillTimer 004033B0 f end=004033B9 +InitializeGlobal 004067F0 f end=00406B67 +DestroyGlobal 00406B70 f end=00406C65 +CommonMain 00406C70 f end=00406D64 +GxRsPush 00409670 f end=004096CC +OsCloseFile 00461B00 f end=00461B09 +OsReadFile 00461B50 f end=00461B88 +OsGetFileSize 00461BD0 f end=00461BF4 +OsSetCurrentDirectory 00461DB0 f end=00461DD7 +OsCreateFile 00461FA0 f end=00461FFA +OsCreateFile 00461FA0 f end=00461FFA +CmdLineProcess 0047B720 f end=0047B736 +NDCToDDC 0047BFF0 f end=0047C019 +DDCToNDC 0047C020 f end=0047C049 +NDCToDDCHeight 0047C080 f end=0047C08E +PropSelectContext 0047CBF0 f end=0047CC08 +PropGet 0047CC20 f end=0047CC41 +PropSet 0047CC50 f end=0047CC70 +EventInitialize 0047CFF0 f end=0047D02D +EventDestroy 0047D030 f end=0047D04E +EventCreateContextEx 0047D080 f end=0047D089 +EventSetConfirmCloseCallback 0047D090 f end=0047D099 +CSRWLock__Enter 0047D0E0 f +EventIsButtonDown 0047D1D0 f end=0047D230 +EventIsKeyDown 0047D230 f end=0047D290 +EventPostCloseEx 0047D290 f end=0047D305 +EventRegisterEx 0047D3C0 f end=0047D443 +EventUnregisterEx 0047D450 f end=0047D4B7 +EventKillTimer 0047D620 f end=0047D683 +EventSetMouseMode 0047D690 f end=0047D6FD +EventRegister 0047D770 f end=0047D78D +EventUnregister 0047D790 f end=0047D7A9 +IEvtSchedulerShutdown 0047D990 f end=0047D9EB +SynthesizeIdle 0047DBC0 f end=0047DC14 +SynthesizePoll 0047DC20 f end=0047DC50 +SynthesizePaint 0047DC50 f end=0047DC8D +EventForceIdleProcessing 0047DCA0 f end=0047DE09 +IEvtSchedulerDestroy 0047DEA0 f end=0047E117 +InitializeSchedulerThread 0047E910 f end=0047EA69 +SchedulerThreadProcProcess 0047EFF0 f end=0047F225 +SchedulerThreadProc 0047F230 f end=0047F2C1 ; IEvtSchedulerProcess appears to be optimized out +EventDoMessageLoop 0047F2D0 f end=0047F2EC +IEvtSchedulerInitialize 0047F2F0 f end=0047F5BA +IEvtSchedulerCreateContext 0047F5C0 f end=0047F6B9 +PostMouseModeChanged 0047FAC0 f end=0047FB22 +IEvtInputDestroy 0047FB80 f end=0047FB92 +IEvtInputSetMouseMode 0047FBB0 f end=0047FC17 +IEvtInputSetConfirmCloseCallback 0047FC20 f end=0047FC36 +ConvertPosition 0047FC90 f end=0047FDD4 +IEvtInputGetMousePosition 004800A0 f end=004800EF +IEvtInputProcess 00480410 f end=004804A8 +IEvtQueueDestroy 004804B0 f end=004804BA +IEvtQueueCheckSyncMouseState 004804C0 f end=004804E6 +IEvtQueueRegister 004804F0 f end=004805F4 +IEvtQueueCheckSyncKeyState 00480A50 f end=00480AC2 +IEvtQueueDispatch 00480AD0 f end=00480BCB +IEvtQueueDispatchAll 00480BD0 f end=00480D28 +IEvtQueueUnregister 00480D30 f end=00480DD1 +EventDestroy_cleanup 00480EA0 f end=00480ED9 +IEvtTimerGetNextTime 00480F70 f end=00480FCA +IEvtTimerDispatch 00481100 f end=00481289 +IEvtTimerKill 00481290 f end=0048138F +CSRWLock__Leave 00481390 f +ScrnLayerSetRect 004A8500 f end=004A8522 +OnPaint 004A8720 f end=004A8B58 +ScrnLayerCreate 004A8BB0 f end=004A8C83 +TextBlockGetFontPtr 004BD9D0 f end=004BD9EA +TextBlockCreate 004BDAA0 f end=004BDBE4 +TextBlockGenerateFont 004BE9C0 f end=004BEB8C +Script_GetLocale 004DBFD0 f end=004DBFF3 ; thanks namreeb :^) +Script_IsWindowsClient 004DCE40 f end=004DCE5E +Script_RestartGx 004DD400 f end=004DD412 +Script_RestoreVideoStereoDefaults 004DD420 f end=004DD42D +Script_GetMovieResolution 004DD610 f end=004DD671 +Script_GetExpansionLevel 004DDC20 f end=004DDC51 +TSList__LinkNode 004F71A0 f end=004F724D +Script_LoggingChat 004FBD00 f end=004FBD13 +Script_LoggingCombat 004FBD20 f end=004FBD36 +Script_GetActiveVoiceChannel 004FBD40 f end=004FBD90 +Script_GetChatWindowInfo 004FBD90 f end=004FBF5D +Script_GetChatWindowSavedPosition 004FBF60 f end=004FC018 +Script_GetChatWindowSavedDimensions 004FC020 f end=004FC0B4 +Script_GetChatWindowMessages 004FC0C0 f end=004FC169 +Script_AddChatWindowMessages 004FC170 f end=004FC249 +Script_RemoveChatWindowMessages 004FC250 f end=004FC329 +Script_SetChatWindowName 004FC330 f end=004FC3CF +Script_SetChatWindowSize 004FC3D0 f end=004FC461 +Script_SetChatWindowColor 004FC470 f end=004FC5AB +Script_SetChatWindowAlpha 004FC5B0 f end=004FC659 +Script_SetChatWindowLocked 004FC660 f end=004FC6DB +Script_SetChatWindowUninteractable 004FC6E0 f end=004FC75B +Script_SetChatWindowDocked 004FC760 f end=004FC807 +Script_SetChatWindowShown 004FC810 f end=004FC88B +Script_SetChatWindowSavedPosition 004FC890 f end=004FC99E +Script_SetChatWindowSavedDimensions 004FC9A0 f end=004FCA4B +Script_GetNumSavedInstances 004FCA50 f end=004FCA84 +Script_IsVoiceChatEnabled 004FCBF0 f end=004FCC52 +Script_IsVoiceChatAllowed 004FCC60 f end=004FCCA3 +Script_IsVoiceChatAllowedByServer 004FCCB0 f end=004FCCEA +Script_UnitIsSilenced 004FCCF0 f end=004FCDE9 +Script_GetMuteStatus 004FCDF0 f end=004FCEE7 +Script_ListChannelByName 004FE630 f end=004FE64C +Script_GetChannelList 004FE650 f end=004FE715 +Script_SetChannelPassword 004FE720 f end=004FE806 +Script_SetChannelOwner 004FE810 f end=004FE82C +Script_DisplayChannelOwner 004FE830 f end=004FE84C +Script_GetChannelName 004FE850 f end=004FE94E +Script_ChannelModerator 004FE950 f end=004FE96C +Script_ChannelUnmoderator 004FE970 f end=004FE98C +Script_ChannelMute 004FE990 f end=004FE9AC +Script_ChannelUnmute 004FE9B0 f end=004FE9CC +Script_ChannelInvite 004FE9D0 f end=004FE9EC +Script_ChannelKick 004FE9F0 f end=004FEA0C +Script_ChannelBan 004FEA10 f end=004FEA2C +Script_ChannelUnban 004FEA30 f end=004FEA4C +Script_ChannelToggleAnnouncements 004FEA50 f end=004FEA6C +Script_ChannelVoiceOn 004FEA70 f end=004FEA8C +Script_ChannelVoiceOff 004FEA90 f end=004FEAAC +Script_DisplayChannelVoiceOn 004FEAB0 f end=004FEACC +Script_DisplayChannelVoiceOff 004FEAD0 f end=004FEAEC +Script_ChangeChatColor 004FEAF0 f end=004FED0C +Script_ResetChatColors 004FED10 f end=004FEDB5 +Script_SetChatColorNameByClass 004FEDC0 f end=004FEED1 +Script_GetChatTypeIndex 004FEEE0 f end=004FEFE5 +Script_GetChatWindowChannels 004FEFF0 f end=004FF0C7 +Script_RemoveChatWindowChannel 004FF0D0 f end=004FF1F9 +Script_EnumerateServerChannels 004FF200 f end=004FF2B4 +Script_GetSavedInstanceInfo 004FF2C0 f end=004FF4EA +Script_GetChannelDisplayInfo 004FF580 f end=004FFA01 +Script_GetSelectedDisplayChannel 004FFA10 f end=004FFA61 +Script_IsDisplayChannelOwner 004FFA70 f end=004FFAE0 +Script_IsDisplayChannelModerator 004FFAE0 f end=004FFB50 +Script_IsSilenced 004FFB50 f end=004FFC23 +Script_SetChannelWatch 004FFC30 f end=004FFC4C +Script_ClearChannelWatch 004FFC50 f end=004FFCB8 +Script_DeclineInvite 004FFCC0 f end=004FFCDC +Script_SendAddonMessage 00500560 f end=00500751 +Script_GetNumLanguages 00500760 f end=0050078E +Script_GetLanguageByIndex 00500810 f end=00500906 +Script_GetDefaultLanguage 00500910 f end=00500975 +Script_DoEmote 00500980 f end=00500AD9 +Script_SetActiveVoiceChannel 00500AE0 f end=00500BD6 +Script_RequestRaidInfo 00500BE0 f end=00500C7F +Script_CanComplainChat 00500C80 f end=00500D75 +Script_ChannelSilenceVoice 00501140 f end=00501246 +Script_ChannelSilenceAll 00501250 f end=005012E7 +Script_ChannelUnSilenceVoice 005012F0 f end=005013F6 +Script_ChannelUnSilenceAll 00501400 f end=00501497 +Script_AddChatWindowChannel 00501DB0 f end=00501EF8 +Script_ResetChatWindows 00501F00 f end=00502264 +Script_GetNumDisplayChannels 00504E10 f end=00504E49 +Script_SetSelectedDisplayChannel 00504E50 f end=00504F27 +Script_GetChannelRosterInfo 00504F30 f end=0050518C +Script_GetNumChannelMembers 00505190 f end=005052D7 +Script_CollapseChannelHeader 005052E0 f end=00505354 +Script_ExpandChannelHeader 00505360 f end=005053D4 +Script_LeaveChannelByName 005096D0 f end=00509718 +Script_SendChatMessage 0050D170 f end=0050D8A0 +Script_SendSystemMessage 0050D8A0 f end=0050D900 +Script_JoinTemporaryChannel 0050DAA0 f end=0050DAB4 +Script_JoinPermanentChannel 0050DAC0 f end=0050DAD4 +Script_ListChannels 0050DAE0 f end=0050DC01 +Script_SetSavedInstanceExtend 0050DC10 f end=0050DDD5 +Script_ComplainChat 0050ED00 f end=0050EDC5 +Script_FrameXML_Debug 0050F830 f end=0050F884 +Script_GetBuildInfo 0050F890 f end=0050F8E7 +Script_SetLayoutMode 0050F8F0 f end=0050F943 +Script_GetMouseButtonClicked 0050F950 f end=0050F988 +Script_SetConsoleKey 0050F990 f end=0050FE77 +Script_IsDebugBuild 0050FE80 f end=0050FE98 +Script_RegisterCVar 0050FF30 f end=0050FF44 +Script_GetCVarInfo 0050FF50 f end=00510035 +Script_GetCVar 00510040 f end=005100B1 +Script_GetCVarBool 005100C0 f end=00510145 +Script_GetCVarDefault 00510150 f end=005101CE +Script_SetWaterDetail 005101D0 f end=005101F9 +Script_GetFarclip 00510200 f end=00510227 +Script_SetFarclip 00510230 f end=005102A8 +Script_GetTexLodBias 005102B0 f end=005102D7 +Script_SetTexLodBias 005102E0 f end=00510358 +Script_GetBaseMip 00510360 f end=00510389 +Script_SetBaseMip 00510390 f end=0051040B +Script_Stuck 00510410 f end=00510429 +Script_Logout 00510430 f end=00510443 +Script_Quit 00510450 f end=00510463 +Script_GetFramerate 00510470 f end=00510491 +Script_SetCursor 005104A0 f end=00510920 +Script_ResetCursor 00510920 f end=00510928 +Script_ReportBug 00510930 f end=00510973 +Script_ReportSuggestion 00510980 f end=005109C3 +Script_BeginTrade 005109D0 f end=005109D8 +Script_CancelTrade 005109E0 f end=005109E8 +Script_ForceLogout 005109F0 f end=005109FF +Script_ForceQuit 00510A00 f end=00510A0D +Script_GetCursorPosition 00510A10 f end=00510AB3 +Script_GetNetStats 00510AC0 f end=00510B29 +Script_RunScript 00510B30 f end=00510B72 +Script_ReplaceTradeEnchant 00510B80 f end=00510B88 +Script_IsMacClient 00510B90 f end=00510BA6 +Script_ReadFile 00510BB0 f end=00510BC8 +Script_GetCoinIcon 00510BD0 f end=00510C53 +Script_GetCoinText 00510C60 f end=00510CF6 +Script_GetCoinTextureString 00510D00 f end=00510DAD +Script_ConfirmBindOnUse 00510DB0 f end=00510DB8 +Script_RestoreVideoResolutionDefaults 00510DC0 f end=00510DCD +Script_RestoreVideoEffectsDefaults 00510DD0 f end=00510DDD +Script_SetEuropeanNumbers 00510DE0 f end=00510DFD +Script_GetRealmName 00510E00 f end=00510E1C +Script_GetItemQualityColor 00510E20 f end=00510EEA +Script_GetItemFamily 00510F20 f end=00510FB9 +Script_GetItemCooldown 00510FC0 f end=005110C7 +Script_IsCurrentItem 005110D0 f end=00511150 +Script_IsEquippableItem 00511150 f end=005111FF +Script_GetNumAddOns 00511200 f end=00511234 +Script_GetAddOnInfo 00511240 f end=00511423 +Script_GetAddOnMetadata 00511430 f end=00511505 +Script_UpdateAddOnMemoryUsage 00511510 f end=00511523 +Script_GetAddOnMemoryUsage 00511530 f end=00511601 +Script_GetScriptCPUUsage 00511610 f end=00511631 +Script_UpdateAddOnCPUUsage 00511640 f end=00511653 +Script_GetAddOnCPUUsage 00511660 f end=0051171C +Script_GetFunctionCPUUsage 00511720 f end=005117BE +Script_GetEventCPUUsage 005117C0 f end=00511829 +Script_ResetCPUUsage 00511830 f end=00511838 +Script_EnableAddOn 00511840 f end=005118F5 +Script_EnableAllAddOns 00511900 f end=0051193A +Script_DisableAddOn 00511940 f end=005119F5 +Script_DisableAllAddOns 00511A00 f end=00511A3A +Script_ResetDisabledAddOns 00511A40 f end=00511A51 +Script_IsAddOnLoadOnDemand 00511A60 f end=00511B30 +Script_IsAddOnLoaded 00511B30 f end=00511C32 +Script_GetBillingTimeRested 00511C40 f end=00511C7A +Script_GetExistingLocales 00511C80 f end=00511CBC +Script_InCombatLockdown 00511CC0 f end=00511D15 +Script_VoicePushToTalkStop 00511D20 f end=00511D28 +Script_GetSummonFriendCooldown 00511D30 f end=00511DCB +Script_GetNumDeclensionSets 00511DD0 f end=00511E7D +Script_DeclineName 00511E80 f end=00511F82 +Script_UploadSettings 00511F90 f end=00511F98 +Script_DownloadSettings 00511FA0 f end=00511FA8 +Script_IsDesaturateSupported 00511FB0 f end=00511FE0 +Script_GetThreatStatusColor 00511FE0 f end=0051208A +Script_ConsoleAddMessage 00512090 f end=005120DD +Script_IsModifierKeyDown 00514430 f end=005144B1 +Script_IsLeftShiftKeyDown 005144C0 f end=00514518 +Script_IsRightShiftKeyDown 00514520 f end=0051457A +Script_IsShiftKeyDown 00514580 f end=00514602 +Script_IsLeftControlKeyDown 00514610 f end=0051466B +Script_IsRightControlKeyDown 00514670 f end=005146CB +Script_IsControlKeyDown 005146D0 f end=00514756 +Script_IsLeftAltKeyDown 00514760 f end=005147BB +Script_IsRightAltKeyDown 005147C0 f end=0051481B +Script_IsAltKeyDown 00514820 f end=005148A6 +Script_IsMouseButtonDown 005148B0 f end=00514B94 +Script_GetMouseButtonName 00514BA0 f end=00514C0F +Script_SetCVar 00514C10 f end=00514D3A +Script_GetCVarMin 00514D40 f end=00514E23 +Script_GetCVarMax 00514E30 f end=00514F52 +Script_GetCVarAbsoluteMin 00514F60 f end=0051500A +Script_GetCVarAbsoluteMax 00515010 f end=005150D6 +Script_Screenshot 005150E0 f end=005150F8 +Script_CursorHasItem 00515100 f end=00515140 +Script_CursorHasSpell 00515140 f end=0051517A +Script_CursorHasMacro 00515180 f end=005151BA +Script_CursorHasMoney 005151C0 f end=005151FA +Script_GetCursorInfo 00515200 f end=00515528 +Script_TargetDirectionFinished 00515560 f end=0051556D +Script_GetZoneText 00515570 f end=00515595 +Script_GetRealZoneText 005155A0 f end=005155C5 +Script_GetSubZoneText 005155D0 f end=005155F5 +Script_GetMinimapZoneText 00515600 f end=00515625 +Script_ResetInstances 00515630 f end=00515698 +Script_IsInInstance 005156A0 f end=0051574C +Script_GetInstanceDifficulty 00515750 f end=00515787 +Script_GetDungeonDifficulty 00515790 f end=00515809 +Script_GetRaidDifficulty 00515810 f end=0051587B +Script_RequestTimePlayed 00515880 f end=005158F2 +Script_ResurrectGetOfferer 00515950 f end=005159B5 +Script_ResurrectHasSickness 005159C0 f end=005159FA +Script_ResurrectHasTimer 00515A00 f end=00515A43 +Script_GetCursorMoney 00515A50 f end=00515A84 +Script_GuildSetMOTD 00515A90 f end=00515B6D +Script_GuildLeave 00515B70 f end=00515BD8 +Script_GuildDisband 00515BE0 f end=00515C48 +Script_GuildInfo 00515C50 f end=00515CB8 +Script_ArenaTeamInviteByName 00515CC0 f end=00515DCB +Script_ArenaTeamLeave 00515DD0 f end=00515EAC +Script_ArenaTeamUninviteByName 00515EB0 f end=00515FE4 +Script_ArenaTeamSetLeaderByName 00515FF0 f end=00516124 +Script_ArenaTeamDisband 00516130 f end=0051620C +Script_GetReleaseTimeRemaining 00516210 f end=00516272 +Script_GetCorpseRecoveryDelay 00516280 f end=005162D5 +Script_GetInstanceBootTimeRemaining 005162E0 f end=00516335 +Script_GetInstanceLockTimeRemaining 00516340 f end=00516409 +Script_GetInstanceLockTimeRemainingEncounter 00516410 f end=005164A4 +Script_GetSummonConfirmTimeLeft 005164B0 f end=00516505 +Script_GetSummonConfirmSummoner 00516510 f end=00516574 +Script_GetSummonConfirmAreaName 00516580 f end=005165D8 +Script_GetNumTitles 005165E0 f end=0051660D +Script_RandomRoll 00516610 f end=005166E8 +Script_OpeningCinematic 005166F0 f end=00516758 +Script_InCinematic 00516760 f end=0051679A +Script_ReplaceEnchant 005167A0 f end=005167D3 +Script_IsSubZonePVPPOI 005167E0 f end=00516840 +Script_TogglePVP 00516840 f end=005168A8 +Script_SetPVP 005168B0 f end=00516966 +Script_SetPortraitToTexture 00516970 f end=00516A93 +Script_GetGMTicketCategories 00516AA0 f end=00516B1A +Script_GetBindLocation 00516B20 f end=00516B82 +Script_GetAreaSpiritHealerTime 00516B90 f end=00516BE1 +Script_GetMouseFocus 00516BF0 f end=00516C56 +Script_GetItemInfo 00516C60 f end=00516EC8 +Script_GetItemUniqueness 00516ED0 f end=00517013 +Script_GetItemIcon 00517020 f end=005170F5 +Script_GetItemSpell 00517100 f end=005171E7 +Script_IsHelpfulItem 005171F0 f end=005172E0 +Script_IsHarmfulItem 005172E0 f end=005173D4 +Script_IsConsumableItem 005173E0 f end=00517529 +Script_IsDressableItem 00517530 f end=005176E5 +Script_GetFrameCPUUsage 00517890 f end=005179A3 +Script_GetAddOnDependencies 005179B0 f end=00517A97 +Script_GetMirrorTimerProgress 00517AA0 f end=00517B4E +Script_SetTaxiBenchmarkMode 00517B50 f end=00517BDC +Script_SetUIVisibility 00517C20 f end=00517C58 +Script_GetTotemTimeLeft 00517C60 f end=00517D14 +Script_DeclineLevelGrant 00517D20 f end=00517D2D +Script_IsThreatWarningEnabled 00517D30 f end=00517D6A +Script_CanMapChangeDifficulty 00517D70 f end=00517DF1 +Script_ClearCursor 0051A3B0 f end=0051A3C2 +Script_EquipCursorItem 0051A3D0 f end=0051A528 +Script_EquipPendingItem 0051A530 f end=0051A5B8 +Script_CancelPendingEquip 0051A5C0 f end=0051A648 +Script_AttackTarget 0051A650 f end=0051A67F +Script_AutoEquipCursorItem 0051A680 f end=0051A6AB +Script_ToggleSheath 0051A6B0 f end=0051A6D9 +Script_InviteUnit 0051A6E0 f end=0051A796 +Script_UninviteUnit 0051A7A0 f end=0051A876 +Script_CanShowResetInstances 0051A880 f end=0051A8BA +Script_GetInstanceInfo 0051A8C0 f end=0051AA85 +Script_RepopMe 0051AA90 f end=0051AABB +Script_AcceptResurrect 0051AAC0 f end=0051AAEB +Script_DeclineResurrect 0051AAF0 f end=0051AB1B +Script_AcceptGroup 0051AB20 f end=0051AB98 +Script_DeclineGroup 0051ABA0 f end=0051ABC9 +Script_AcceptGuild 0051ABD0 f end=0051ABF9 +Script_DeclineGuild 0051AC00 f end=0051AC29 +Script_AcceptArenaTeam 0051AC30 f end=0051AC59 +Script_DeclineArenaTeam 0051AC60 f end=0051AC89 +Script_CancelLogout 0051AC90 f end=0051ACC9 +Script_HasSoulstone 0051ACD0 f end=0051ADC9 +Script_UseSoulstone 0051ADD0 f end=0051AE79 +Script_HasKey 0051AE80 f end=0051AEE6 +Script_GetScreenWidth 0051AEF0 f end=0051AF4F +Script_GetScreenHeight 0051AF50 f end=0051AFAF +Script_GetDamageBonusStat 0051AFB0 f end=0051B042 +Script_ConfirmSummon 0051B050 f end=0051B108 +Script_CancelSummon 0051B110 f end=0051B1CD +Script_SitStandOrDescendStart 0051B1D0 f end=0051B239 +Script_CheckInteractDistance 0051B240 f end=0051B3A6 +Script_GetCurrentTitle 0051B3B0 f end=0051B40F +Script_IsTitleKnown 0051B410 f end=0051B4DC +Script_GetTitleName 0051B4E0 f end=0051B69F +Script_AcceptXPLoss 0051B6A0 f end=0051B6DE +Script_CheckSpiritHealerDist 0051B6E0 f end=0051B73B +Script_CheckTalentMasterDist 0051B740 f end=0051B79B +Script_CheckBinderDist 0051B7A0 f end=0051B7FB +Script_RetrieveCorpse 0051B800 f end=0051B8A4 +Script_GetRestState 0051B8B0 f end=0051B955 +Script_GetXPExhaustion 0051B960 f end=0051BA50 +Script_GetZonePVPInfo 0051BA50 f end=0051BC93 +Script_GetPVPDesired 0051BCA0 f end=0051BCFC +Script_GetPVPTimer 0051BD00 f end=0051BD59 +Script_IsPVPTimerRunning 0051BD60 f end=0051BDC1 +Script_DropItemOnUnit 0051BDD0 f end=0051BF47 +Script_ConfirmTalentWipe 0051BF50 f end=0051BF8F +Script_ConfirmBinder 0051BF90 f end=0051BFCE +Script_ShowingHelm 0051BFD0 f end=0051C033 +Script_ShowingCloak 0051C040 f end=0051C0A3 +Script_ShowHelm 0051C0B0 f end=0051C0FF +Script_ShowCloak 0051C100 f end=0051C14F +Script_GetItemGem 0051C150 f end=0051C2D4 +Script_GetItemCount 0051C2E0 f end=0051C44C +Script_IsUsableItem 0051C450 f end=0051C68E +Script_IsEquippedItem 0051C690 f end=0051C732 +Script_IsEquippedItemType 0051C740 f end=0051C86C +Script_ItemHasRange 0051C870 f end=0051C9B1 +Script_IsItemInRange 0051C9C0 f end=0051CB30 +Script_PartialPlayTime 0051CB30 f end=0051CB9C +Script_NoPlayTime 0051CBA0 f end=0051CC0C +Script_GetMirrorTimerInfo 0051CC10 f end=0051CCF8 +Script_UseItemByName 0051CD00 f end=0051CDAA +Script_EquipItemByName 0051CDB0 f end=0051D0A5 +Script_StopAttack 0051D0B0 f end=0051D0FA +Script_GetTaxiBenchmarkMode 0051D100 f end=0051D161 +Script_Dismount 0051D170 f end=0051D1AD +Script_IsReferAFriendLinked 0051D1B0 f end=0051D222 +Script_CanGrantLevel 0051D230 f end=0051D2A2 +Script_CanSummonFriend 0051D2B0 f end=0051D322 +Script_GetTotemInfo 0051D330 f end=0051D503 +Script_DestroyTotem 0051D520 f end=0051D584 +Script_GameMovieFinished 0051D590 f end=0051D598 +Script_GetAllowLowLevelRaid 0051D5A0 f end=0051D5FC +Script_SetAllowLowLevelRaid 0051D600 f end=0051D706 +Script_ReloadUI 005222E0 f end=00522314 +Script_DeleteCursorItem 00522320 f end=0052247F +Script_FocusUnit 00522480 f end=005224BB +Script_FollowUnit 005224C0 f end=005225D7 +Script_ClearFocus 005225E0 f end=00522600 +Script_InitiateTrade 00522600 f end=0052270B +Script_CanInspect 00522710 f end=00522870 +Script_NotifyInspect 00522870 f end=0052294C +Script_DropCursorMoney 00522950 f end=0052297A +Script_PickupPlayerMoney 00522980 f end=00522A16 +Script_GuildInvite 00522A20 f end=00522AE4 +Script_GuildUninvite 00522AF0 f end=00522BB4 +Script_GuildPromote 00522BC0 f end=00522C84 +Script_GuildDemote 00522C90 f end=00522D54 +Script_GuildSetLeader 00522D60 f end=00522E24 +Script_SetCurrentTitle 00522E30 f end=00522F6C +Script_BindEnchant 00522F70 f end=00522F8A +Script_NotWhileDeadError 00522F90 f end=00522FA0 +Script_CancelAreaSpiritHeal 00522FA0 f end=00522FA8 +Script_PickupItem 00522FB0 f end=0052308C +Script_StartAttack 00523090 f end=00523153 +Script_GrantLevel 00523160 f end=0052320E +Script_SummonFriend 00523260 f end=00523360 +Script_AcceptLevelGrant 00523360 f end=00523368 +Script_EndRefund 00523370 f end=005233C5 +Script_EndBoundTradeable 005233D0 f end=0052349D +Script_StopCinematic 00524980 f end=005249B7 +Script_TargetUnit 00525A30 f end=00525A8B +Script_TargetNearest 00525A90 f end=00525ACB +Script_TargetNearestEnemy 00525AD0 f end=00525B0B +Script_TargetNearestEnemyPlayer 00525B10 f end=00525B4B +Script_TargetNearestFriend 00525B50 f end=00525B8B +Script_TargetNearestFriendPlayer 00525B90 f end=00525BCB +Script_TargetNearestPartyMember 00525BD0 f end=00525BF2 +Script_TargetNearestRaidMember 00525C00 f end=00525C22 +Script_TargetDirectionEnemy 00525C30 f end=00525CC4 +Script_TargetDirectionFriend 00525CD0 f end=00525D64 +Script_TargetLastTarget 00525D70 f end=00525DE6 +Script_TargetLastEnemy 00525DF0 f end=00525E4F +Script_TargetLastFriend 00525E50 f end=00525EAF +Script_AssistUnit 00525EB0 f end=00525FB1 +Script_ClearTarget 00525FC0 f end=0052604B +Script_SetDungeonDifficulty 00526050 f end=0052619C +Script_SetRaidDifficulty 005261A0 f end=005262C4 +Script_AcceptAreaSpiritHeal 005262D0 f end=005262D8 +Script_TargetTotem 005262E0 f end=00526362 +Script_InteractUnit 00527F00 f end=00527FD4 +Script_LoadAddOn 00528920 f end=00528AE1 +Script_RegisterForSave 0052B470 f end=0052B4D4 +Script_RegisterForSavePerCharacter 0052B4E0 f end=0052B544 +Script_GetNumPartyMembers 0052C110 f end=0052C187 +Script_GetRealNumPartyMembers 0052C190 f end=0052C1C4 +Script_GetPartyMember 0052C1D0 f end=0052C26A +Script_GetPartyLeaderIndex 0052C270 f end=0052C29D +Script_GetLootThreshold 0052C2A0 f end=0052C2C2 +Script_GetOptOutOfLoot 0052C2D0 f end=0052C30A +Script_IsPartyLFG 0052C310 f end=0052C34A +Script_HasLFGRestrictions 0052C350 f end=0052C36C +Script_IsPartyLeader 0052CCD0 f end=0052CD26 +Script_IsRealPartyLeader 0052CD30 f end=0052CD86 +Script_GetLootMethod 0052CD90 f end=0052CEDD +Script_SetOptOutOfLoot 0052CF00 f end=0052CF60 +Script_GetPartyAssignment 0052CF60 f end=0052CFF6 +Script_CanChangePlayerDifficulty 0052D000 f end=0052D053 +Script_LeaveParty 0052D990 f end=0052D9B9 +Script_SilenceMember 0052D9C0 f end=0052DAEC +Script_UnSilenceMember 0052DAF0 f end=0052DC1C +Script_SetLootMethod 0052DC20 f end=0052DE54 +Script_SetLootThreshold 0052DE60 f end=0052DF35 +Script_SetPartyAssignment 0052E1B0 f end=0052E3F2 +Script_ClearPartyAssignment 0052E400 f end=0052E412 +Script_ChangePlayerDifficulty 0052E420 f end=0052E475 +Script_CanAlterSkin 0052E4F0 f end=0052E512 +Script_GetBarberShopStyleInfo 0052E850 f end=0052E9A6 +Script_GetHairCustomization 0052E9B0 f end=0052E9CC +Script_GetFacialHairCustomization 0052E9D0 f end=0052E9EC +Script_GetBarberShopTotalCost 0052ED60 f end=0052ED7C +Script_CancelBarberShop 0052ED80 f end=0052ED88 +Script_ApplyBarberShopStyle 0052EEF0 f end=0052EEF8 +Script_BarberShopReset 0052F900 f end=0052F90B +Script_SetNextBarberShopStyle 0052FDD0 f end=0052FE5F +Script_GetNextCompleatedTutorial 005301D0 f end=00530239 +Script_GetPrevCompleatedTutorial 00530240 f end=005302A8 +Script_CanResetTutorials 00530700 f end=0053074D +Script_FlagTutorial 00530750 f end=0053079F +Script_IsTutorialFlagged 005307A0 f end=00530818 +Script_ClearTutorials 00530820 f end=00530828 +Script_ResetTutorials 00530830 f end=00530838 +Script_TriggerTutorial 005308D0 f end=0053091F +Script_BNConnected 00530EC0 f end=00530F13 +Script_IsBNLogin 00530F20 f end=00530F58 +Script_BNGetInfo 005343F0 f end=00534581 +Script_BNGetNumFriends 00534590 f end=005346EC +Script_BNGetNumFriendToons 005349F0 f end=00534B5C +Script_BNRemoveFriend 00534ED0 f end=00534F73 +Script_BNSetFriendNote 00534F80 f end=0053507B +Script_BNGetNumFriendInvites 00535080 f end=00535171 +Script_BNGetFriendInviteInfo 00535180 f end=0053537E +Script_BNSendFriendInvite 00535380 f end=0053548B +Script_BNSendFriendInviteByID 00535490 f end=005355B2 +Script_BNAcceptFriendInvite 005355C0 f end=00535656 +Script_BNDeclineFriendInvite 00535660 f end=005356F6 +Script_BNReportFriendInvite 00535700 f end=00535796 +Script_BNSetAFK 005357A0 f end=0053585E +Script_BNSetDND 00535860 f end=0053591E +Script_BNSetCustomMessage 00535920 f end=00535A9B +Script_BNGetCustomMessageTable 00535AA0 f end=00535C54 +Script_BNSetFocus 00535C60 f end=00535CD9 +Script_BNCreateConversation 00535CE0 f end=00535EA4 +Script_BNInviteToConversation 00535EB0 f end=00536026 +Script_BNLeaveConversation 00536030 f end=00536107 +Script_BNSendConversationMessage 00536110 f end=0053621F +Script_BNGetNumConversationMembers 00536220 f end=00536329 +Script_BNGetConversationInfo 00536330 f end=005363FB +Script_BNGetNumBlocked 00536400 f end=005364D7 +Script_BNIsBlocked 005364E0 f end=005365A6 +Script_BNSetBlocked 005365B0 f end=0053669C +Script_BNSetSelectedBlock 005366A0 f end=0053678D +Script_BNGetSelectedBlock 00536790 f end=0053688B +Script_BNGetNumBlockedToons 00536890 f end=00536967 +Script_BNGetBlockedToonInfo 00536970 f end=00536A90 +Script_BNIsToonBlocked 00536A90 f end=00536B56 +Script_BNSetToonBlocked 00536B60 f end=00536C4C +Script_BNSetSelectedToonBlock 00536C50 f end=00536D3D +Script_BNGetSelectedToonBlock 00536D40 f end=00536E3B +Script_BNReportPlayer 00536E40 f end=00537009 +Script_BNFeaturesEnabledAndConnected 00537010 f end=0053706C +Script_BNFeaturesEnabled 00537070 f end=005370CA +Script_BNGetNumFOF 005370D0 f end=0053723E +Script_BNGetFOFInfo 00537240 f end=0053750F +Script_BNSetSelectedFriend 00537510 f end=005375F8 +Script_BNGetSelectedFriend 00537600 f end=005376BB +Script_BNSetMatureLanguageFilter 005376C0 f end=005377B3 +Script_BNGetMatureLanguageFilter 005377C0 f end=005378A0 +Script_BNIsSelf 005378A0 f end=00537943 +Script_BNIsFriend 00537950 f end=005379F3 +Script_BNGetMaxPlayersInConversation 00537A00 f end=00537A5E +Script_BNGetFriendInfo 00539BF0 f end=00539CB8 +Script_BNGetFriendInfoByID 00539CC0 f end=00539D6B +Script_BNGetFriendToonInfo 00539D70 f end=00539F82 +Script_BNGetToonInfo 00539F90 f end=0053A025 +Script_BNSendWhisper 0053A030 f end=0053A150 +Script_BNGetConversationMemberInfo 0053A150 f end=0053A2F6 +Script_BNListConversation 0053A300 f end=0053A539 +Script_BNGetBlockedInfo 0053A540 f end=0053A65E +Script_BNRequestFOFInfo 0053A660 f end=0053A742 +Script_GetNumSpellTabs 0053B5C0 f end=0053B5F4 +Script_GetKnownSlotFromHighestRankSlot 0053B650 f end=0053B6B6 +Script_FindSpellBookSlotByID 0053B6C0 f end=0053B739 +Script_GetSpellTabInfo 0053BE70 f end=0053C0A5 +Script_GetNumShapeshiftForms 0053C0B0 f end=0053C0E4 +Script_CastShapeshiftForm 0053C0F0 f end=0053C177 +Script_GetShapeshiftFormCooldown 0053C180 f end=0053C29C +Script_GetNumCompanions 0053C2A0 f end=0053C304 +Script_PickupCompanion 0053C310 f end=0053C393 +Script_IsSpellKnown 0053C3A0 f end=0053C426 +Script_UpdateSpells 0053DD10 f end=0053DD21 +Script_HasPetSpells 0053DD30 f end=0053DE09 +Script_GetShapeshiftForm 0053DE10 f end=0053DE51 +Script_CancelShapeshiftForm 0053DE60 f end=0053DE89 +Script_GetShapeshiftFormInfo 0053DE90 f end=0053E05A +Script_CastSpellByID 0053E060 f end=0053E2B6 +Script_GetCompanionInfo 0053E2C0 f end=0053E490 +Script_GetCompanionCooldown 0053E490 f end=0053E5D4 +Script_CallCompanion 0053E5E0 f end=0053E6A3 +Script_DismissCompanion 0053E6B0 f end=0053E7D4 +Script_SummonRandomCritter 0053E7E0 f end=0053E80C +Script_CastSpellByName 00540310 f end=005405A9 +Script_GetSpellName 005407F0 f end=005408D6 +Script_GetSpellLink 005408E0 f end=00540A26 +Script_GetSpellInfo 00540A30 f end=00540D66 +Script_GetSpellTexture 00540D70 f end=00540DE3 +Script_GetSpellCount 00540DF0 f end=00540E75 +Script_GetSpellCooldown 00540E80 f end=0054100C +Script_GetSpellAutocast 00541010 f end=005410DE +Script_ToggleSpellAutocast 005410E0 f end=0054113C +Script_EnableSpellAutocast 00541140 f end=0054119C +Script_DisableSpellAutocast 005411A0 f end=005411FC +Script_PickupSpell 00541200 f end=00541242 +Script_CastSpell 00541250 f end=005412BA +Script_IsSelectedSpell 005412C0 f end=00541336 +Script_IsPassiveSpell 00541340 f end=0054141D +Script_IsAttackSpell 00541420 f end=005414FD +Script_IsCurrentSpell 00541500 f end=005415CC +Script_IsAutoRepeatSpell 005415D0 f end=00541679 +Script_IsUsableSpell 00541680 f end=005417FB +Script_IsHelpfulSpell 00541800 f end=005418ED +Script_IsHarmfulSpell 005418F0 f end=005419E1 +Script_IsConsumableSpell 005419F0 f end=00541AE4 +Script_SpellHasRange 00541AF0 f end=00541C51 +Script_IsSpellInRange 00541C60 f end=00541DEF +Script_GetNumMapLandmarks 00543020 f end=00543054 +Script_GetNumMapOverlays 00543060 f end=00543094 +Script_PositionWorldMapArrowFrame 005430A0 f end=005432B9 +Script_PositionMiniWorldMapArrowFrame 005432C0 f end=005434D9 +Script_ShowWorldMapArrowFrame 005434E0 f end=00543533 +Script_ShowMiniWorldMapArrowFrame 00543540 f end=00543593 +Script_GetWintergraspWaitTime 005435A0 f end=005435FD +Script_CanQueueForWintergrasp 00543600 f end=00543642 +Script_GetMapContinents 00544B20 f end=00544B8D +Script_GetMapZones 00544B90 f end=00544C3B +Script_DungeonUsesTerrainMap 00544C40 f end=00544C9D +Script_GetMapInfo 00544CA0 f end=00544D3A +Script_GetCurrentMapContinent 00544D40 f end=00544E03 +Script_GetCurrentMapAreaID 00544E10 f end=00544E71 +Script_GetCurrentMapZone 00544E80 f end=00544FB2 +Script_GetCurrentMapDungeonLevel 00544FC0 f end=00545050 +Script_IsZoomOutAvailable 00545050 f end=00545102 +Script_UpdateMapHighlight 00545110 f end=00545880 +Script_GetPlayerMapPosition 00545880 f end=00545941 +Script_GetCorpseMapPosition 00545950 f end=005459BD +Script_GetDeathReleasePosition 005459C0 f end=00545A29 +Script_GetMapLandmarkInfo 00545A30 f end=00545C7B +Script_GetMapOverlayInfo 00545C80 f end=00545E57 +Script_CreateWorldMapArrowFrame 00545E60 f end=00545F12 +Script_CreateMiniWorldMapArrowFrame 00545F20 f end=00545FD2 +Script_UpdateWorldMapArrowFrames 00545FE0 f end=00545FE8 +Script_InitWorldMapPing 00545FF0 f end=005460F7 +Script_GetNumDungeonMapLevels 00546290 f end=005462BA +Script_SetMapZoom 005469E0 f end=00546A83 +Script_ZoomOut 00546A90 f end=00546C4C +Script_SetMapByID 00546C50 f end=00546E76 +Script_ProcessMapClick 00546E80 f end=00546EEA +Script_ClickLandmark 00546EF0 f end=00546FDB +Script_SetDungeonMapLevel 00547B80 f end=00547C02 +Script_SetMapToCurrentZone 00547C10 f end=00547C1D +Script_GetNumWorldStateUI 00548720 f end=00548754 +Script_GetWorldStateUIInfo 00548D40 f end=00548F49 +Script_IsActiveBattlefieldArena 00549AD0 f end=00549B40 +Script_CloseBattlefield 00549B40 f end=00549B7B +Script_GetBattlefieldPortExpiration 00549B80 f end=00549C37 +Script_GetBattlefieldInstanceExpiration 00549C40 f end=00549CC5 +Script_GetBattlefieldInstanceRunTime 00549CD0 f end=00549D30 +Script_GetBattlefieldEstimatedWaitTime 00549D30 f end=00549DC6 +Script_GetBattlefieldTimeWaited 00549DD0 f end=00549E73 +Script_GetNumBattlefieldScores 00549E80 f end=00549EB4 +Script_GetBattlefieldWinner 00549EC0 f end=00549F13 +Script_GetNumBattlefieldStats 00549F20 f end=00549F54 +Script_GetBattlefieldStatData 00549F60 f end=0054A032 +Script_GetNumBattlefieldPositions 0054A040 f end=0054A0D1 +Script_GetNumBattlefieldFlagPositions 0054A0E0 f end=0054A13A +Script_GetNumBattlefieldVehicles 0054A140 f end=0054A174 +Script_GetBattlefieldTeamInfo 0054A180 f end=0054A27C +Script_GetBattlefieldArenaFaction 0054A280 f end=0054A2BA +Script_GetNumArenaOpponents 0054A2C0 f end=0054A2F4 +Script_GetHolidayBGHonorCurrencyBonuses 0054A300 f end=0054A361 +Script_GetRandomBGHonorCurrencyBonuses 0054A370 f end=0054A3D1 +Script_GetNumBattlefields 0054BAA0 f end=0054BAD4 +Script_IsBattlefieldArena 0054BAE0 f end=0054BB3D +Script_SetSelectedBattlefield 0054BB40 f end=0054BBC6 +Script_GetSelectedBattlefield 0054BBD0 f end=0054BC24 +Script_GetBattlefieldStatus 0054BC30 f end=0054BE79 +Script_GetBattlefieldScore 0054BE90 f end=0054C120 +Script_SetBattlefieldScoreFaction 0054C120 f end=0054C167 +Script_GetBattlefieldStatInfo 0054C170 f end=0054C248 +Script_LeaveBattlefield 0054C250 f end=0054C2E0 +Script_GetBattlefieldPosition 0054C2E0 f end=0054C4D0 +Script_GetBattlefieldVehicleInfo 0054C4D0 f end=0054C6D4 +Script_CanJoinBattlefieldAsGroup 0054C6E0 f end=0054C73D +Script_GetBattlefieldMapIconScale 0054C740 f end=0054C7A0 +Script_HearthAndResurrectFromArea 0054C7A0 f end=0054C808 +Script_CanHearthAndResurrectFromArea 0054C810 f end=0054C870 +Script_GetNumBattlegroundTypes 0054C870 f end=0054C892 +Script_GetWorldPVPQueueStatus 0054C8A0 f end=0054C9D3 +Script_SortBGList 0054C9F0 f end=0054CA22 +Script_GetBattlefieldInfo 0054D770 f end=0054D8E2 +Script_GetBattlefieldInstanceInfo 0054D8F0 f end=0054D990 +Script_JoinBattlefield 0054D990 f end=0054DA10 +Script_AcceptBattlefieldPort 0054DA10 f end=0054DC91 +Script_RequestBattlefieldScoreData 0054DCA0 f end=0054DCA8 +Script_RequestBattlefieldPositions 0054DCB0 f end=0054DCB8 +Script_GetBattlefieldFlagPosition 0054DCC0 f end=0054DDF1 +Script_SortBattlefieldScoreData 0054DE00 f end=0054E007 +Script_GetBattlegroundInfo 0054E010 f end=0054E15E +Script_BattlefieldMgrEntryInviteResponse 0054E160 f end=0054E191 +Script_BattlefieldMgrQueueRequest 0054E1A0 f end=0054E1C0 +Script_BattlefieldMgrQueueInviteResponse 0054E1C0 f end=0054E1F1 +Script_BattlefieldMgrExitRequest 0054E200 f end=0054E220 +Script_RequestBattlegroundInstanceInfo 0054E6D0 f end=0054E717 +Script_GetGamma 0054EA60 f end=0054EA89 +Script_SetGamma 0054EA90 f end=0054EB0B +Script_GetTerrainMip 0054EB10 f end=0054EB3B +Script_SetTerrainMip 0054EB40 f end=0054EBBA +Script_IsPlayerResolutionAvailable 0054EBC0 f end=0054EBFB +Script_SetupFullscreenScale 0054ED80 f end=0054EE58 +Script_GetVideoCaps 0054EE60 f end=0054EF87 +Script_IsStereoVideoAvailable 0054EF90 f end=0054EFD5 +Script_GetScreenResolutions 0054F430 f end=0054F49D +Script_GetCurrentResolution 0054F4A0 f end=0054F561 +Script_SetScreenResolution 0054F570 f end=0054F684 +Script_GetRefreshRates 0054F690 f end=0054F81D +Script_GetMultisampleFormats 0054F820 f end=0054F8AA +Script_GetCurrentMultisampleFormat 0054F8B0 f end=0054F97B +Script_SetMultisampleFormat 0054F980 f end=0054FB0B +Script_KBSetup_BeginLoading 00551720 f end=00551759 +Script_KBSetup_IsLoaded 00551760 f end=00551783 +Script_KBSetup_GetLanguageCount 00551790 f end=005517D0 +Script_KBSetup_GetLanguageData 005517D0 f end=005518B3 +Script_KBSetup_GetCategoryCount 005518C0 f end=00551900 +Script_KBSetup_GetCategoryData 00551900 f end=005519E3 +Script_KBSetup_GetArticleHeaderCount 005519F0 f end=00551A30 +Script_KBSetup_GetArticleHeaderData 00551A30 f end=00551B3D +Script_KBSetup_GetTotalArticleCount 00551B40 f end=00551B8F +Script_KBQuery_IsLoaded 00551B90 f end=00551BB3 +Script_KBQuery_GetArticleHeaderCount 00551BC0 f end=00551C00 +Script_KBQuery_GetArticleHeaderData 00551C00 f end=00551D0D +Script_KBQuery_GetTotalArticleCount 00551D10 f end=00551D5F +Script_KBArticle_BeginLoading 00551D60 f end=00551D99 +Script_KBArticle_IsLoaded 00551DA0 f end=00551DC3 +Script_KBArticle_GetData 00551DD0 f end=00551FA1 +Script_KBSystem_GetMOTD 00551FB0 f end=00551FCC +Script_KBSystem_GetServerStatus 00551FD0 f end=00551FEC +Script_KBSystem_GetServerNotice 00551FF0 f end=0055200C +Script_KBSetup_GetSubCategoryCount 005523A0 f end=00552439 +Script_KBSetup_GetSubCategoryData 00552440 f end=0055257D +Script_KBQuery_BeginLoading 00552580 f end=005526C8 +Script_SearchLFGGetJoinedID 005529A0 f end=005529D7 +Script_GetLFGTypes 00552DD0 f end=00552E10 +Script_GetLFGRoles 00552E10 f end=00552E84 +Script_GetLFGInfoLocal 00552E90 f end=00552F2F +Script_GetLFGInfoServer 00552F30 f end=00552FFE +Script_GetLFGProposalMember 00553110 f end=00553119 +Script_GetRandomDungeonBestChoice 00553120 f end=00553163 +Script_CanPartyLFGBackfill 00553170 f end=005531C2 +Script_SearchLFGGetNumResults 00553BA0 f end=00553C25 +Script_SearchLFGGetEncounterResults 00553C30 f end=00553D60 +Script_SetLFGRoles 00553D60 f end=00553E19 +Script_CompleteLFGRoleCheck 00553E20 f end=00553F46 +Script_SetLFGComment 00553F50 f end=00553F86 +Script_GetLFGQueueStats 00553F90 f end=00554157 +Script_LeaveLFG 00554160 f end=00554168 +Script_GetLFGProposal 00554370 f end=00554379 +Script_GetLFGProposalEncounter 00554440 f end=00554449 +Script_AcceptProposal 005545E0 f end=005545FB +Script_RejectProposal 00554600 f end=0055460D +Script_GetLFGRoleUpdate 00554680 f end=00554689 +Script_GetLFGRoleUpdateSlot 00554740 f end=00554749 +Script_GetLFGRoleUpdateMember 005548E0 f end=005548E9 +Script_GetAvailableRoles 005548F0 f end=00554958 +Script_SetLFGBootVote 00554A50 f end=00554A59 +Script_GetLFGBootProposal 00554BD0 f end=00554BD9 +Script_GetLFDChoiceOrder 00554BE0 f end=00554D1B +Script_GetLFRChoiceOrder 00554D20 f end=00554E5B +Script_GetLFDChoiceInfo 005551E0 f end=005553A5 +Script_GetNumRandomDungeons 005553B0 f end=005553E4 +Script_GetLFGDungeonInfo 00555590 f end=005555CC +Script_GetLFGRandomDungeonInfo 005555D0 f end=00555653 +Script_IsInLFGDungeon 00555660 f end=005556CB +Script_GetPartyLFGBackfillInfo 005556D0 f end=00555752 +Script_UnitHasLFGRandomCooldown 00555760 f end=00555839 +Script_UnitHasLFGDeserter 00555840 f end=00555919 +Script_SearchLFGGetResults 00555FD0 f end=0055627C +Script_SearchLFGGetPartyResults 00556280 f end=005564CA +Script_GetLFDChoiceCollapseState 005564D0 f end=005567D1 +Script_GetLFDChoiceEnabledState 005567E0 f end=005569CE +Script_RequestLFDPlayerLockInfo 005569D0 f end=00556A49 +Script_RequestLFDPartyLockInfo 00556A50 f end=00556AC9 +Script_SetLFGHeaderCollapsed 00556AD0 f end=00556B53 +Script_SetLFGDungeonEnabled 00556B60 f end=00556BBF +Script_LFGTeleport 00556BC0 f end=00556D70 +Script_GetLFGQueuedList 00557520 f end=00557657 +Script_JoinLFG 00557660 f end=005576A3 +Script_GetLFDChoiceLockedState 005576B0 f end=00557881 +Script_GetLFDLockPlayerCount 00557890 f end=00557925 +Script_GetLFDLockInfo 00557930 f end=00557A99 +Script_GetLFGDungeonRewards 00557AA0 f end=00557BDB +Script_GetLFGDungeonRewardInfo 00557BE0 f end=00557D56 +Script_GetLFGDungeonRewardLink 00557D60 f end=00557E31 +Script_GetLFGCompletionReward 00557E40 f end=00557F61 +Script_GetLFGCompletionRewardItem 00557F70 f end=0055805C +Script_GetLFGRandomCooldownExpiration 00558060 f end=005580DB +Script_GetLFGDeserterExpiration 005580E0 f end=0055815B +Script_IsListedInLFR 005586D0 f end=0055870F +Script_SearchLFGJoin 00559400 f end=005594D1 +Script_SearchLFGLeave 005594E0 f end=005594F6 +Script_ClearLFGDungeon 00559500 f end=005595C9 +Script_ClearAllLFGDungeons 005595D0 f end=005595D8 +Script_SetLFGDungeon 00559F50 f end=00559FE4 +Script_GetLastQueueStatusIndex 00559FF0 f end=0055A03B +Script_IsLFGDungeonJoinable 0055A040 f end=0055A0BF +Script_PartyLFGStartBackfill 0055A0C0 f end=0055A130 +Script_RefreshLFGList 0055D280 f end=0055D2A1 +Script_SearchLFGSort 0055D2B0 f end=0055D43D +Script_GetNumBindings 0055DC00 f end=0055DC23 +Script_GetCurrentBindingSet 0055DC30 f end=0055DC57 +Script_GetNumModifiedClickActions 0055DC60 f end=0055DC84 +Script_GetBinding 0055E8D0 f end=0055E9B0 +Script_GetBindingKey 0055E9B0 f end=0055EA67 +Script_GetModifiedClickAction 0055EA70 f end=0055EACE +Script_RunBinding 0055FAD0 f end=0055FB81 +Script_SetModifiedClick 0055FB90 f end=0055FC1F +Script_GetModifiedClick 0055FC20 f end=0055FCB9 +Script_IsModifiedClick 0055FCC0 f end=0055FD13 +Script_ClearOverrideBindings 00560560 f end=005605EC +Script_GetBindingAction 00562550 f end=005625F0 +Script_GetBindingByKey 005625F0 f end=0056269B +Script_SetBinding 00563520 f end=005635DF +Script_SetBindingSpell 005635E0 f end=00563700 +Script_SetBindingItem 00563700 f end=00563820 +Script_SetBindingMacro 00563820 f end=00563940 +Script_SetBindingClick 00563940 f end=00563A87 +Script_SetOverrideBinding 00563A90 f end=00563B7C +Script_SetOverrideBindingSpell 00563B80 f end=00563CAC +Script_SetOverrideBindingItem 00563CB0 f end=00563DDC +Script_SetOverrideBindingMacro 00563DE0 f end=00563F0C +Script_SetOverrideBindingClick 00563F10 f end=00564067 +Script_LoadBindings 00564070 f end=005640B2 +Script_SaveBindings 005640C0 f end=00564123 +Script_GetClickFrame 00564130 f end=005641BC +Script_SecureCmdOptionParse 00564AE0 f end=00564B8A +Script_StopMacro 00564B90 f end=00564BAD +Script_GetNumMacros 00564BB0 f end=00564C08 +Script_GetRunningMacro 00564C10 f end=00564C61 +Script_GetRunningMacroButton 00564C70 f end=00564C8C +Script_GetMacroIconInfo 00564E90 f end=00564F54 +Script_GetMacroItemIconInfo 00564F60 f end=00565024 +Script_RunMacroText 00566400 f end=00566487 +Script_GetNumMacroIcons 00566490 f end=005664D2 +Script_GetNumMacroItemIcons 005664E0 f end=00566522 +Script_GetMacroIndexByName 005666A0 f end=005666FE +Script_RunMacro 00566E80 f end=00566EAD +Script_GetMacroInfo 00566EB0 f end=00566F32 +Script_GetMacroBody 00566F40 f end=00566F6C +Script_DeleteMacro 00566F70 f end=00566F9F +Script_EditMacro 00566FA0 f end=005670CE +Script_SetMacroItem 005670D0 f end=005671F5 +Script_GetMacroItem 00567200 f end=00567313 +Script_SetMacroSpell 00567320 f end=0056744C +Script_GetMacroSpell 00567450 f end=005674F0 +Script_PickupMacro 005674F0 f end=0056751F +Script_CreateMacro 00568160 f end=005682B6 +Script_CommentatorGetNumMaps 00568730 f end=00568764 +Script_CommentatorZoomIn 00568770 f end=00568808 +Script_CommentatorZoomOut 00568810 f end=005688B2 +Script_CommentatorSetMode 005690A0 f end=0056917B +Script_CommentatorToggleMode 00569180 f end=00569229 +Script_CommentatorGetMode 00569230 f end=005692A0 +Script_CommentatorUpdatePlayerInfo 005692A0 f end=0056933F +Script_CommentatorUpdateMapInfo 00569340 f end=005693DF +Script_CommentatorGetMapInfo 005693E0 f end=0056951E +Script_CommentatorGetInstanceInfo 00569520 f end=005696DD +Script_CommentatorEnterInstance 005696E0 f end=005697AD +Script_CommentatorExitInstance 005697B0 f end=0056981C +Script_CommentatorGetNumPlayers 00569820 f end=00569901 +Script_CommentatorGetPlayerInfo 00569910 f end=00569B4C +Script_CommentatorFollowPlayer 00569B50 f end=00569CCE +Script_CommentatorLookatPlayer 00569CD0 f end=00569E46 +Script_CommentatorSetMapAndInstanceIndex 00569E50 f end=00569F99 +Script_CommentatorSetPlayerIndex 00569FA0 f end=0056A0EC +Script_CommentatorSetCamera 0056A0F0 f end=0056A29E +Script_CommentatorGetCamera 0056A2A0 f end=0056A376 +Script_CommentatorGetCurrentMapID 0056A380 f end=0056A404 +Script_CommentatorStartInstance 0056A410 f end=0056A639 +Script_CommentatorAddPlayer 0056A640 f end=0056A85E +Script_CommentatorRemovePlayer 0056A860 f end=0056AA04 +Script_CommentatorSetBattlemaster 0056AA10 f end=0056AAEC +Script_CommentatorSetMoveSpeed 0056AAF0 f end=0056AB61 +Script_CommentatorSetCameraCollision 0056AB70 f end=0056AC05 +Script_CommentatorSetTargetHeightOffset 0056AC10 f end=0056AC88 +Script_CommentatorSetSkirmishMatchmakingMode 0056AC90 f end=0056AD96 +Script_CommentatorRequestSkirmishQueueData 0056ADA0 f end=0056AE42 +Script_CommentatorRequestSkirmishMode 0056AE50 f end=0056AEF2 +Script_CommentatorGetSkirmishMode 0056AF00 f end=0056AF51 +Script_CommentatorGetSkirmishQueueCount 0056AF60 f end=0056AFB1 +Script_CommentatorGetSkirmishQueuePlayerInfo 0056AFC0 f end=0056B0AB +Script_CommentatorStartSkirmishMatch 0056B0B0 f end=0056B1DC +Script_SetSendMailShowing 0056D570 f end=0056D5B4 +Script_ClearSendMail 0056D5C0 f end=0056D5CD +Script_GetSendMailMoney 0056D5D0 f end=0056D604 +Script_SetSendMailCOD 0056D610 f end=0056D689 +Script_GetSendMailCOD 0056D690 f end=0056D6C4 +Script_GetInboxNumItems 0056D6D0 f end=0056D728 +Script_GetStationeryInfo 0056DF80 f end=0056E0DC +Script_SelectStationery 0056E0E0 f end=0056E167 +Script_GetSelectedStationeryTexture 0056E170 f end=0056E1DA +Script_GetNumPackages 0056E1E0 f end=0056E202 +Script_GetPackageInfo 0056E210 f end=0056E306 +Script_SelectPackage 0056E310 f end=0056E39D +Script_GetSendMailItemLink 0056E3A0 f end=0056E440 +Script_CheckInbox 0056E440 f end=0056E518 +Script_GetInboxHeaderInfo 0056E520 f end=0056E9AF +Script_GetInboxInvoiceInfo 0056E9B0 f end=0056EC9D +Script_GetInboxItemLink 0056ECA0 f end=0056EDE2 +Script_TakeInboxMoney 0056EDF0 f end=0056EEE2 +Script_TakeInboxTextItem 0056EEF0 f end=0056EFFA +Script_ReturnInboxItem 0056F000 f end=0056F13F +Script_DeleteInboxItem 0056F140 f end=0056F274 +Script_InboxItemCanDelete 0056F280 f end=0056F342 +Script_HasNewMail 0056F350 f end=0056F396 +Script_GetLatestThreeSenders 0056F3A0 f end=0056F404 +Script_RespondMailLockSendItem 0056F410 f end=0056F4D8 +Script_ClickSendMailItemButton 00570550 f end=005706B2 +Script_SetSendMailMoney 005706C0 f end=0057074C +Script_GetSendMailItem 00570750 f end=00570901 +Script_SendMail 00570910 f end=00570BC7 +Script_GetInboxText 00570BD0 f end=00570F0A +Script_GetInboxItem 00570F10 f end=005711BC +Script_TakeInboxItem 005711C0 f end=00571347 +Script_ComplainInboxItem 00571350 f end=005713B4 +Script_CanComplainInboxItem 005713C0 f end=0057144F +Script_AutoLootMailItem 00571450 f end=005714CA +Script_CloseMail 00571A40 f end=00571AA1 +Script_GetNumStationeries 00571AB0 f end=00571AF2 +Script_GetSendMailPrice 00571B00 f end=00571BDF +Script_GetRaidTargetIndex 00572AB0 f end=00572B3A +Script_GetNumRaidMembers 00572B40 f end=00572B74 +Script_GetRealNumRaidMembers 00572B80 f end=00572BB4 +Script_SetRaidRosterSelection 00572BC0 f end=00572C4F +Script_GetRaidRosterSelection 00572C50 f end=00572C7D +Script_GetReadyCheckTimeLeft 00572C80 f end=00572D07 +Script_GetRaidRosterInfo 00573690 f end=00573A5F +Script_IsRaidLeader 00573A60 f end=00573AA6 +Script_IsRealRaidLeader 00573AB0 f end=00573AF6 +Script_IsRaidOfficer 00573B00 f end=00573B4A +Script_SetRaidSubgroup 00573B50 f end=00573C8F +Script_SwapRaidSubgroup 00573C90 f end=00573E09 +Script_PromoteToLeader 00573E10 f end=00573EE3 +Script_PromoteToAssistant 00573EF0 f end=00573FD0 +Script_DemoteAssistant 00573FD0 f end=005740AF +Script_DoReadyCheck 005740B0 f end=005740B8 +Script_ConfirmReadyCheck 005740C0 f end=0057417E +Script_GetReadyCheckStatus 00574180 f end=00574304 +Script_ConvertToRaid 00574A00 f end=00574AA8 +Script_SetRaidTarget 00574AB0 f end=00574CF3 +Script_PlayDance 005761F0 f end=00576238 +Script_GetAutoCompleteResults 0057B3A0 f end=0057B4F4 +Script_GetAutoCompletePresenceID 0057B500 f end=0057B573 +Script_BankButtonIDToInvSlotID 0057B940 f end=0057B9B9 +Script_CloseBankFrame 0057B9C0 f end=0057B9E0 +Script_GetNumBankSlots 0057BAB0 f end=0057BB30 +Script_GetBankSlotCost 0057BB30 f end=0057BBB3 +Script_PurchaseSlot 0057BBC0 f end=0057BC8A +Script_GetNumTrackingTypes 0057F170 f end=0057F1AE +Script_GetTrackingInfo 0057F1B0 f end=0057F37A +Script_SetTracking 0057F380 f end=0057F4F0 +Script_GetTrackingTexture 0057F4F0 f end=0057F5CE +Script_GetMerchantNumItems 005841D0 f end=005841F2 +Script_GetMerchantItemLink 00584200 f end=005842C4 +Script_GetMerchantItemMaxStack 005842D0 f end=00584389 +Script_HideRepairCursor 00584390 f end=005843AE +Script_InRepairMode 005843B0 f end=005843EB +Script_GetNumBuybackItems 005843F0 f end=0058444F +Script_CloseMerchant 005846D0 f end=005846D8 +Script_GetMerchantItemCostInfo 005846E0 f end=00584820 +Script_GetMerchantItemCostItem 00584820 f end=005849E5 +Script_CanMerchantRepair 005849F0 f end=00584A59 +Script_ShowRepairCursor 00584A60 f end=00584ABE +Script_GetMerchantItemInfo 00584E10 f end=00585070 +Script_GetBuybackItemInfo 00585070 f end=005852B4 +Script_GetBuybackItemLink 005852C0 f end=00585394 +Script_PickupMerchantItem 005853A0 f end=005854B2 +Script_BuyMerchantItem 005854C0 f end=005855B7 +Script_BuybackItem 005855C0 f end=005856C1 +Script_ShowMerchantSellCursor 005856D0 f end=00585886 +Script_ShowBuybackSellCursor 00585890 f end=00585990 +Script_GetRepairAllCost 00585990 f end=00585C8E +Script_RepairAllItems 00585C90 f end=00585F57 +Script_GetTradeTargetItemLink 005865F0 f end=005866DB +Script_AcceptTrade 005866E0 f end=00586722 +Script_CancelTradeAccept 00586730 f end=00586773 +Script_GetPlayerTradeMoney 00586780 f end=005867C5 +Script_GetTargetTradeMoney 005867D0 f end=00586804 +Script_PickupTradeMoney 00586810 f end=0058686C +Script_SetTradeMoney 00586870 f end=005868D1 +Script_ClickTargetTradeButton 00586C80 f end=00586CF2 +Script_GetTradePlayerItemLink 00586D00 f end=00586D87 +Script_AddTradeMoney 00586D90 f end=00586DB5 +Script_CloseTrade 00587940 f end=005879D0 +Script_ClickTradeButton 005879D0 f end=00587C60 +Script_GetTradeTargetItemInfo 00587C60 f end=00587EAD +Script_GetTradePlayerItemInfo 00587EB0 f end=005880BB +Script_GetNumLootItems 00588540 f end=0058856A +Script_GetLootSlotInfo 00588570 f end=005886C6 +Script_GetLootSlotLink 005886D0 f end=0058874D +Script_LootSlotIsItem 00588750 f end=00588804 +Script_LootSlotIsCoin 00588810 f end=005888B0 +Script_CloseLoot 005888B0 f end=005888D6 +Script_IsFishingLoot 005888E0 f end=0058891A +Script_GetMasterLootCandidate 00588920 f end=005889CD +Script_GetLootRollItemInfo 005889D0 f end=00588C00 +Script_GetLootRollItemLink 00588C00 f end=00588CBF +Script_GetLootRollTimeLeft 00588CC0 f end=00588D59 +Script_RollOnLoot 00588D60 f end=00588DC7 +Script_ConfirmLootRoll 00588DD0 f end=00588E52 +Script_SetLootPortrait 00588F00 f end=00588F89 +Script_LootSlot 00589520 f end=00589584 +Script_ConfirmLootSlot 00589590 f end=005895F4 +Script_GiveMasterLoot 00589600 f end=005896AC +Script_ItemTextGetPage 00589B50 f end=00589B87 +Script_ItemTextGetText 00589B90 f end=00589BAB +Script_ItemTextGetItem 00589C40 f end=00589C8E +Script_ItemTextGetMaterial 00589C90 f end=00589D67 +Script_ItemTextHasNextPage 00589D70 f end=00589DBC +Script_ItemTextPrevPage 0058A110 f end=0058A148 +Script_ItemTextNextPage 0058A150 f end=0058A192 +Script_CloseItemText 0058A400 f end=0058A421 +Script_ItemTextGetCreator 0058A480 f end=0058A515 +Script_GetGossipText 0058A900 f end=0058A91B +Script_GetNumGossipOptions 0058A920 f end=0058A954 +Script_GetNumGossipAvailableQuests 0058A960 f end=0058A994 +Script_GetNumGossipActiveQuests 0058A9A0 f end=0058A9D4 +Script_GetGossipOptions 0058A9E0 f end=0058AA35 +Script_CloseGossip 0058AA40 f end=0058AA60 +Script_ForceGossip 0058AB50 f end=0058AB9C +Script_GetGossipAvailableQuests 0058B3A0 f end=0058B487 +Script_GetGossipActiveQuests 0058B490 f end=0058B587 +Script_SelectGossipOption 0058B590 f end=0058B5F7 +Script_SelectGossipAvailableQuest 0058B600 f end=0058B664 +Script_SelectGossipActiveQuest 0058B670 f end=0058B6D4 +Script_GetTitleText 0058BD10 f end=0058BD2B +Script_GetGreetingText 0058BD30 f end=0058BD4B +Script_GetQuestText 0058BD50 f end=0058BD6B +Script_GetObjectiveText 0058BD70 f end=0058BD8B +Script_GetProgressText 0058BD90 f end=0058BDAB +Script_GetRewardText 0058BDB0 f end=0058BDCB +Script_GetNumAvailableQuests 0058BDD0 f end=0058BDF2 +Script_GetNumActiveQuests 0058BE00 f end=0058BE22 +Script_GetAvailableTitle 0058BE30 f end=0058BEC4 +Script_GetActiveTitle 0058BED0 f end=0058BF63 +Script_GetAvailableLevel 0058BF70 f end=0058C003 +Script_GetActiveLevel 0058C010 f end=0058C0A3 +Script_GetRewardMoney 0058C0B0 f end=0058C0D2 +Script_GetRewardXP 0058C0E0 f end=0058C102 +Script_GetRewardHonor 0058C110 f end=0058C135 +Script_GetRewardTalents 0058C140 f end=0058C15C +Script_GetQuestMoneyToGet 0058C160 f end=0058C182 +Script_GetNumQuestRewards 0058C190 f end=0058C1E1 +Script_GetNumQuestChoices 0058C1F0 f end=0058C241 +Script_GetNumQuestItems 0058C250 f end=0058C2A1 +Script_GetQuestItemLink 0058C2B0 f end=0058C39C +Script_QuestChooseRewardError 0058C3A0 f end=0058C3B0 +Script_GetSuggestedGroupNum 0058C3B0 f end=0058C3D2 +Script_QuestFlagsPVP 0058C3E0 f end=0058C426 +Script_QuestGetAutoAccept 0058C430 f end=0058C46D +Script_GetMaxDailyQuests 0058C470 f end=0058C492 +Script_GetRewardArenaPoints 0058C4A0 f end=0058C4C2 +Script_QuestIsDaily 0058C4D0 f end=0058C50D +Script_QuestIsWeekly 0058C510 f end=0058C54D +Script_ConfirmAcceptQuest 0058C910 f end=0058C986 +Script_GetQuestBackgroundMaterial 0058C990 f end=0058CA67 +Script_CloseQuest 0058D350 f end=0058D365 +Script_IsAvailableQuestTrivial 0058D370 f end=0058D41A +Script_IsActiveQuestTrivial 0058D420 f end=0058D4CA +Script_SelectAvailableQuest 0058D4D0 f end=0058D534 +Script_SelectActiveQuest 0058D540 f end=0058D5A4 +Script_AcceptQuest 0058D5B0 f end=0058D5B8 +Script_DeclineQuest 0058D5C0 f end=0058D5C8 +Script_IsQuestCompletable 0058D5D0 f end=0058D60A +Script_CompleteQuest 0058D610 f end=0058D618 +Script_GetQuestReward 0058D620 f end=0058D670 +Script_GetRewardSpell 0058D670 f end=0058D80A +Script_GetRewardTitle 0058D810 f end=0058D971 +Script_GetQuestItemInfo 0058D980 f end=0058DAAC +Script_GetQuestSpellLink 0058DAB0 f end=0058DB2A +Script_GetDailyQuestsCompleted 0058DB30 f end=0058DBBB +Script_GetAvailableQuestInfo 0058DBC0 f end=0058DD2A +Script_NumTaxiNodes 00590710 f end=00590744 +Script_SetTaxiMap 00590D10 f end=00590D52 +Script_TaxiNodeName 00590D60 f end=00590DFE +Script_TaxiNodePosition 00590E00 f end=00590EB4 +Script_CloseTaxiMap 00590EC0 f end=00590EC8 +Script_TaxiNodeGetType 00590ED0 f end=00590F3E +Script_TaxiGetSrcX 00590F40 f end=00590FDF +Script_TaxiGetSrcY 00590FE0 f end=00591080 +Script_TaxiGetDestX 00591080 f end=00591120 +Script_TaxiGetDestY 00591120 f end=005911C0 +Script_GetNumRoutes 005911C0 f end=00591249 +Script_TaxiNodeCost 005915E0 f end=00591677 +Script_TakeTaxiNode 00591680 f end=005916E4 +Script_TaxiNodeSetCurrent 00591E60 f end=00591EC4 +Script_GetNumTrainerServices 00593D10 f end=00593D44 +Script_IsTradeskillTrainer 00593D50 f end=00593D8A +Script_GetTrainerGreetingText 00593D90 f end=00593DAB +Script_GetTrainerServiceTypeFilter 00593E10 f end=00593EA4 +Script_GetTrainerSkillLineFilter 00593EB0 f end=00593F67 +Script_CloseTrainer 00594370 f end=00594391 +Script_SelectTrainerService 005943A0 f end=00594424 +Script_GetTrainerSelectionIndex 00594430 f end=0059447B +Script_GetTrainerServiceCost 00594480 f end=0059452C +Script_GetTrainerServiceLevelReq 00594530 f end=005945AE +Script_GetTrainerServiceNumAbilityReq 005945B0 f end=0059464F +Script_GetTrainerSkillLines 00594650 f end=005946BB +Script_OpenTrainer 00595040 f end=00595084 +Script_GetTrainerServiceInfo 00595090 f end=00595148 +Script_GetTrainerServiceIcon 00595150 f end=005952E7 +Script_GetTrainerServiceSkillLine 005952F0 f end=00595470 +Script_GetTrainerServiceSkillReq 00595470 f end=005955D9 +Script_GetTrainerServiceAbilityReq 005955E0 f end=005957CC +Script_GetTrainerServiceStepReq 005957D0 f end=005959C5 +Script_GetTrainerServiceDescription 005959D0 f end=00595B59 +Script_IsTrainerServiceSkillStep 00595B60 f end=00595C3B +Script_GetTrainerServiceStepIncrease 00595C40 f end=00595E60 +Script_BuyTrainerService 00595E60 f end=00595EB6 +Script_SetTrainerServiceTypeFilter 00595EC0 f end=0059600E +Script_SetTrainerSkillLineFilter 00596010 f end=00596143 +Script_CollapseTrainerSkillLine 00596150 f end=005961E4 +Script_ExpandTrainerSkillLine 005961F0 f end=00596282 +Script_GetTrainerServiceItemLink 00596290 f end=005963BF +Script_GetTabardCreationCost 00598DD0 f end=00598E04 +Script_CloseTabardCreation 00598F30 f end=00598F38 +Script_CloseGuildRegistrar 00599F00 f end=00599F3F +Script_GetGuildCharterCost 00599F40 f end=00599F74 +Script_BuyGuildCharter 0059A130 f end=0059A1B2 +Script_TurnInGuildCharter 0059A1C0 f end=0059A1E9 +Script_GetTabardInfo 0059A1F0 f end=0059A275 +Script_IsAuctionSortReversed 0059AB90 f end=0059AD3B +Script_GetAuctionSort 0059AD40 f end=0059AE6B +Script_SortAuctionClearSort 0059AE70 f end=0059AF02 +Script_SortAuctionSetSort 0059AF10 f end=0059B037 +Script_CancelSell 0059B040 f end=0059B0AC +Script_SetAuctionsTabShowing 0059B0B0 f end=0059B0F4 +Script_GetAuctionHouseDepositRate 0059BC90 f end=0059BCF0 +Script_QueryAuctionItems 0059BCF0 f end=0059C196 +Script_GetNumAuctionItems 0059C1A0 f end=0059C2CF +Script_GetAuctionItemLink 0059C2D0 f end=0059C414 +Script_GetAuctionItemClasses 0059C420 f end=0059C479 +Script_GetAuctionItemSubClasses 0059C480 f end=0059C588 +Script_GetAuctionInvTypes 0059C590 f end=0059C737 +Script_CanSendAuctionQuery 0059C740 f end=0059C828 +Script_SetSelectedAuctionItem 0059C830 f end=0059C91A +Script_GetSelectedAuctionItem 0059C920 f end=0059C9E4 +Script_CanCancelAuction 0059C9F0 f end=0059CAA1 +Script_SortAuctionApplySort 0059CAB0 f end=0059CB68 +Script_CalculateAuctionDeposit 0059D270 f end=0059D405 +Script_ClickAuctionSellItemButton 0059D410 f end=0059D4F0 +Script_GetOwnerAuctionItems 0059D4F0 f end=0059D533 +Script_GetBidderAuctionItems 0059D540 f end=0059D5D1 +Script_GetAuctionItemInfo 0059D5E0 f end=0059DA35 +Script_PlaceAuctionBid 0059DA40 f end=0059DCFE +Script_SortAuctionItems 0059DD00 f end=0059DDEA +Script_CancelAuction 0059DDF0 f end=0059DF54 +Script_CloseAuctionHouse 0059F750 f end=0059F758 +Script_GetAuctionSellItemInfo 0059F760 f end=0059F98D +Script_StartAuction 0059F990 f end=0059FD5B +Script_GetAuctionItemTimeLeft 0059FD60 f end=0059FF23 +Script_GetNumStablePets 005A0F60 f end=005A0F94 +Script_GetNumStableSlots 005A0FA0 f end=005A0FD4 +Script_PickupStablePet 005A0FE0 f end=005A1054 +Script_GetSelectedStablePet 005A1060 f end=005A108D +Script_IsAtStableMaster 005A1090 f end=005A10CF +Script_GetStablePetInfo 005A1330 f end=005A14C8 +Script_GetNextStableSlotCost 005A14D0 f end=005A152A +Script_SetPetStablePaperdoll 005A1530 f end=005A169B +Script_GetStablePetFoodTypes 005A16A0 f end=005A17E9 +Script_ClosePetStables 005A1950 f end=005A19B5 +Script_StablePet 005A19C0 f end=005A1AB5 +Script_UnstablePet 005A1AC0 f end=005A1BC2 +Script_BuyStableSlot 005A1BD0 f end=005A1C93 +Script_ClickStablePet 005A1CA0 f end=005A1EC5 +Script_GetNumPetitionItems 005A1F70 f end=005A1FA4 +Script_GetPetitionItemInfo 005A1FB0 f end=005A20E3 +Script_ClickPetitionButton 005A2200 f end=005A2292 +Script_ClosePetitionVendor 005A24F0 f end=005A252F +Script_BuyPetition 005A2530 f end=005A25FB +Script_TurnInPetition 005A2600 f end=005A26CF +Script_TurnInArenaPetition 005A26D0 f end=005A2820 +Script_HasFilledPetition 005A2820 f end=005A287D +Script_GetNumArenaTeamMembers 005A2930 f end=005A29F4 +Script_GetArenaTeamRosterShowOffline 005A2A00 f end=005A2A3A +Script_GetCurrentArenaSeason 005A2A40 f end=005A2A6D +Script_GetPreviousArenaSeason 005A2A70 f end=005A2A9D +Script_GetArenaTeamRosterInfo 005A2FC0 f end=005A325C +Script_GetArenaTeamGdfInfo 005A3260 f end=005A3364 +Script_SetArenaTeamRosterSelection 005A3370 f end=005A340C +Script_GetArenaTeamRosterSelection 005A3410 f end=005A348C +Script_SortArenaTeamRoster 005A3490 f end=005A35DD +Script_SetArenaTeamRosterShowOffline 005A35E0 f end=005A35FD +Script_GetArenaTeam 005A3860 f end=005A3CE4 +Script_ArenaTeamRoster 005A3CF0 f end=005A3D54 +Script_PickupGuildBankMoney 005A4330 f end=005A43B3 +Script_SetCurrentGuildBankTab 005A43C0 f end=005A440B +Script_GetCurrentGuildBankTab 005A4410 f end=005A443F +Script_GetGuildBankMoney 005A4440 f end=005A4493 +Script_GetGuildBankWithdrawMoney 005A44A0 f end=005A44C2 +Script_GetNumGuildBankTabs 005A44D0 f end=005A44FC +Script_CloseGuildBankFrame 005A4500 f end=005A4520 +Script_GetNumGuildBankTransactions 005A4520 f end=005A45AC +Script_GetNumGuildBankMoneyTransactions 005A45B0 f end=005A45D2 +Script_GetGuildBankText 005A45E0 f end=005A469F +Script_GetGuildBankItemLink 005A4D30 f end=005A4E46 +Script_GetGuildBankMoneyTransaction 005A4E50 f end=005A500D +Script_QueryGuildBankTab 005A5CE0 f end=005A5D2F +Script_BuyGuildBankTab 005A5D30 f end=005A5E14 +Script_DepositGuildBankMoney 005A5E20 f end=005A5EE2 +Script_WithdrawGuildBankMoney 005A5EF0 f end=005A5F51 +Script_CanWithdrawGuildBankMoney 005A5F60 f end=005A5FF8 +Script_GetGuildBankItemInfo 005A6000 f end=005A61FA +Script_PickupGuildBankItem 005A6200 f end=005A63EA +Script_AutoStoreGuildBankItem 005A63F0 f end=005A65F2 +Script_SplitGuildBankItem 005A6600 f end=005A67EB +Script_GetGuildBankTabInfo 005A67F0 f end=005A69F9 +Script_SetGuildBankTabInfo 005A6A00 f end=005A6B12 +Script_GetGuildBankTabCost 005A6B20 f end=005A6B9C +Script_GetGuildTabardFileNames 005A6BA0 f end=005A6D50 +Script_QueryGuildBankLog 005A6D50 f end=005A6DB9 +Script_GetGuildBankTransaction 005A6DC0 f end=005A70ED +Script_QueryGuildBankText 005A7110 f end=005A7179 +Script_SetGuildBankText 005A7180 f end=005A7243 +Script_GetActionCount 005A7D10 f end=005A7D87 +Script_GetActionText 005A7D90 f end=005A7E60 +Script_IsUsableAction 005A7E60 f end=005A7F15 +Script_GetBonusBarOffset 005A7F20 f end=005A7F54 +Script_ChangeActionBarPage 005A7F60 f end=005A7FCB +Script_GetActionBarPage 005A7FD0 f end=005A8011 +Script_HasAction 005A8220 f end=005A8290 +Script_SetActionBarToggles 005A8290 f end=005A832F +Script_GetMultiCastTotemSpells 005A8330 f end=005A83B1 +Script_IsStackableAction 005A8720 f end=005A8790 +Script_GetActionBarToggles 005A8790 f end=005A8811 +Script_IsPossessBarVisible 005A8820 f end=005A88A9 +Script_IsEquippedAction 005A8BC0 f end=005A8C30 +Script_GetActionInfo 005A8F10 f end=005A91BB +Script_GetActionCooldown 005A91C0 f end=005A9288 +Script_GetActionAutocast 005A9290 f end=005A9357 +Script_GetActionTexture 005A9B30 f end=005A9B99 +Script_IsAttackAction 005A9BA0 f end=005A9C10 +Script_IsAutoRepeatAction 005A9C10 f end=005A9C80 +Script_IsConsumableAction 005A9C80 f end=005A9CF0 +Script_ActionHasRange 005A9CF0 f end=005A9D4D +Script_IsActionInRange 005A9D50 f end=005A9E17 +Script_IsCurrentAction 005AAD40 f end=005AADB0 +Script_PlaceAction 005AB840 f end=005AB896 +Script_SetMultiCastSpell 005AB8A0 f end=005AB9CD +Script_UseAction 005AC000 f end=005AC084 +Script_PickupAction 005AC090 f end=005AC0D7 +Script_RegisterStaticConstants 005AC320 f end=005AC385 +Script_GMSurveyAnswerSubmit 005AC390 f end=005AC477 +Script_GMSurveyCommentSubmit 005AC480 f end=005AC4C1 +Script_GMSurveyQuestion 005AC750 f end=005AC7C3 +Script_GMSurveyAnswer 005AC7D0 f end=005AC865 +Script_GMSurveyNumAnswers 005AC870 f end=005AC8E5 +Script_GMReportLag 005AD020 f end=005AD064 +Script_GetGMTicket 005AD070 f end=005AD078 +Script_NewGMTicket 005AD080 f end=005AD0EE +Script_UpdateGMTicket 005AD0F0 f end=005AD13F +Script_DeleteGMTicket 005AD140 f end=005AD148 +Script_GMResponseNeedMoreHelp 005AD150 f end=005AD1A3 +Script_GMResponseResolve 005AD1B0 f end=005AD1B8 +Script_GetGMStatus 005AD1C0 f end=005AD228 +Script_GMSurveySubmit 005AD230 f end=005AD238 +Script_EquipmentManagerIgnoreSlotForSave 005AD770 f end=005AD7B2 +Script_EquipmentManagerIsSlotIgnoredForSave 005AD7C0 f end=005AD812 +Script_EquipmentManagerClearIgnoredSlotsForSave 005AD820 f end=005AD828 +Script_EquipmentManagerUnignoreSlotForSave 005AD830 f end=005AD872 +Script_CanUseEquipmentSets 005AD880 f end=005AD8E3 +Script_DeleteEquipmentSet 005AE800 f end=005AE85A +Script_GetEquipmentSetLocations 005AE860 f end=005AEF83 +Script_GetEquipmentSetItemIDs 005AEF90 f end=005AF0C7 +Script_GetNumEquipmentSets 005AF0D0 f end=005AF116 +Script_GetEquipmentSetInfo 005AF120 f end=005AF1CD +Script_GetEquipmentSetInfoByName 005AF1D0 f end=005AF242 +Script_PickupEquipmentSetByName 005AF250 f end=005AF2BB +Script_PickupEquipmentSet 005AF2C0 f end=005AF317 +Script_EquipmentSetContainsLockedItems 005AF320 f end=005AF380 +Script_UseEquipmentSet 005AF380 f end=005AF3F1 +Script_RenameEquipmentSet 005AF910 f end=005AF9BA +Script_SaveEquipmentSet 005AF9C0 f end=005AFBAF +Script_GetCurrencyListSize 005AFD10 f end=005AFD32 +Script_GetCurrencyListInfo 005B0680 f end=005B093C +Script_ExpandCurrencyList 005B0940 f end=005B09AD +Script_SetCurrencyUnused 005B09B0 f end=005B0A1D +Script_SetCurrencyBackpack 005B0A20 f end=005B0A8D +Script_GetBackpackCurrencyInfo 005B0A90 f end=005B0CD2 +Script_CanShowAchievementUI 005B0CE0 f end=005B0CFC +Script_GetCategoryList 005B1390 f end=005B14A3 +Script_GetStatisticsCategoryList 005B14B0 f end=005B15BD +Script_GetCategoryInfo 005B15C0 f end=005B1689 +Script_GetPreviousAchievement 005B1690 f end=005B1713 +Script_GetAchievementInfoFromCriteria 005B1720 f end=005B18D7 +Script_GetAchievementCategory 005B18E0 f end=005B1969 +Script_GetAchievementNumRewards 005B1970 f end=005B19FA +Script_GetAchievementReward 005B1A00 f end=005B1AA7 +Script_SetAchievementComparisonUnit 005B1AB0 f end=005B1BAC +Script_QueryQuestsCompleted 005B1BB0 f end=005B1C18 +Script_GetLatestCompletedAchievements 005B1C20 f end=005B1C8E +Script_GetLatestUpdatedStats 005B1C90 f end=005B1CE7 +Script_GetLatestCompletedComparisonAchievements 005B1CF0 f end=005B1D5E +Script_GetLatestUpdatedComparisonStats 005B1D60 f end=005B1DB7 +Script_GetTotalAchievementPoints 005B1DC0 f end=005B1E3C +Script_GetComparisonAchievementPoints 005B1E40 f end=005B1EBC +Script_HasCompletedAnyAchievement 005B1EC0 f end=005B1EED +Script_GetTrackedAchievements 005B2040 f end=005B208B +Script_IsTrackedAchievement 005B2090 f end=005B2113 +Script_GetNumTrackedAchievements 005B2120 f end=005B2166 +Script_GetCategoryNumAchievements 005B38E0 f end=005B3B2C +Script_GetComparisonCategoryNumAchievements 005B3B30 f end=005B3C9B +Script_GetNumCompletedAchievements 005B3CA0 f end=005B3DBC +Script_GetNumComparisonCompletedAchievements 005B3DC0 f end=005B3EE1 +Script_GetNextAchievement 005B3EF0 f end=005B3FB2 +Script_GetAchievementInfo 005B3FC0 f end=005B475C +Script_ClearAchievementComparisonUnit 005B4760 f end=005B4768 +Script_GetAchievementComparisonInfo 005B4770 f end=005B486E +Script_AddTrackedAchievement 005B4870 f end=005B48CE +Script_RemoveTrackedAchievement 005B48D0 f end=005B490A +Script_GetQuestsCompleted 005B5290 f end=005B530A +Script_GetAchievementNumCriteria 005B5530 f end=005B5613 +Script_GetStatistic 005B5620 f end=005B58AD +Script_GetAchievementCriteriaInfo 005B58B0 f end=005B5E63 +Script_GetComparisonStatistic 005B5E70 f end=005B6101 +Script_GetAchievementLink 005B6110 f end=005B63E8 +Script_GetNumGlyphSockets 005B71E0 f end=005B7202 +Script_GetGlyphSocketInfo 005B7260 f end=005B7408 +Script_GlyphMatchesSocket 005B7410 f end=005B7597 +Script_PlaceGlyphInSocket 005B75A0 f end=005B765E +Script_RemoveGlyphFromSocket 005B7660 f end=005B7739 +Script_GetGlyphLink 005B7740 f end=005B7813 +Script_CalendarGetMonthNames 005B80E0 f end=005B8120 +Script_CalendarGetWeekdayNames 005B8120 f end=005B8160 +Script_CalendarGetDate 005B8160 f end=005B81E1 +Script_CalendarGetMinDate 005B81F0 f end=005B829E +Script_CalendarGetMaxDate 005B82A0 f end=005B8347 +Script_CalendarGetMinHistoryDate 005B8350 f end=005B840C +Script_CalendarGetMaxCreateDate 005B8410 f end=005B8499 +Script_CalendarCloseEvent 005B84A0 f end=005B84C1 +Script_CalendarEventGetNumInvites 005B84D0 f end=005B850F +Script_CalendarContextDeselectEvent 005B8510 f end=005B8536 +Script_CalendarContextEventClipboard 005B8540 f end=005B8570 +Script_CalendarEventSortInvites 005B8570 f end=005B8685 +Script_CalendarEventGetInviteSortCriterion 005B8690 f end=005B8713 +Script_CalendarEventSetStatus 005B8730 f end=005B87CC +Script_CalendarEventSetModerator 005B87D0 f end=005B8836 +Script_CalendarEventClearModerator 005B8840 f end=005B88A6 +Script_CalendarEventIsModerator 005B88B0 f end=005B88DD +Script_CalendarEventCanModerate 005B88E0 f end=005B8962 +Script_CalendarEventGetTypes 005B8970 f end=005B89B3 +Script_CalendarEventGetRepeatOptions 005B89C0 f end=005B8A03 +Script_CalendarEventHaveSettingsChanged 005B8A10 f end=005B8A4C +Script_CalendarEventCanEdit 005B8A50 f end=005B8A9D +Script_CalendarEventGetCalendarType 005B8AA0 f end=005B8ADF +Script_CalendarEventSelectInvite 005B8AE0 f end=005B8B2C +Script_CalendarCanSendInvite 005B8B30 f end=005B8B92 +Script_CalendarCanAddEvent 005B8BA0 f end=005B8C02 +Script_CalendarIsActionPending 005B8C10 f end=005B8C2E +Script_CalendarGetMonth 005B99F0 f end=005B9AB9 +Script_CalendarGetAbsMonth 005B9AC0 f end=005B9BEC +Script_CalendarGetNumDayEvents 005B9BF0 f end=005B9C94 +Script_CalendarGetDayEventSequenceInfo 005B9CA0 f end=005B9E10 +Script_CalendarGetFirstPendingInvite 005B9E10 f end=005B9EA2 +Script_CalendarOpenEvent 005B9EB0 f end=005B9F75 +Script_CalendarGetEventIndex 005B9F80 f end=005B9FFD +Script_CalendarGetRaidInfo 005BA000 f end=005BA217 +Script_CalendarEventGetInvite 005BA220 f end=005BA41D +Script_CalendarEventGetInviteResponseTime 005BA420 f end=005BA592 +Script_CalendarRemoveEvent 005BA5A0 f end=005BA5A8 +Script_CalendarContextSelectEvent 005BA5B0 f end=005BA675 +Script_CalendarContextGetEventIndex 005BA680 f end=005BA6FD +Script_CalendarContextInviteIsPending 005BA700 f end=005BA7EF +Script_CalendarContextInviteModeratorStatus 005BA7F0 f end=005BA90B +Script_CalendarContextInviteStatus 005BA910 f end=005BAA12 +Script_CalendarContextInviteType 005BAA20 f end=005BAB4F +Script_CalendarContextInviteAvailable 005BAB50 f end=005BACF9 +Script_CalendarContextInviteDecline 005BAD00 f end=005BAEA9 +Script_CalendarContextEventCanEdit 005BAEB0 f end=005BAFB7 +Script_CalendarContextEventGetCalendarType 005BAFC0 f end=005BB0BB +Script_CalendarEventRemoveInvite 005BB0C0 f end=005BB124 +Script_CalendarEventGetStatusOptions 005BB130 f end=005BB20F +Script_CalendarEventSetTitle 005BB210 f end=005BB278 +Script_CalendarEventSetDescription 005BB280 f end=005BB2E8 +Script_CalendarEventSetType 005BB2F0 f end=005BB375 +Script_CalendarEventSetRepeatOption 005BB380 f end=005BB405 +Script_CalendarEventSetSize 005BB410 f end=005BB492 +Script_CalendarEventSetDate 005BB4A0 f end=005BB595 +Script_CalendarEventSetTime 005BB5A0 f end=005BB649 +Script_CalendarEventSetLockoutDate 005BB650 f end=005BB745 +Script_CalendarEventSetLockoutTime 005BB750 f end=005BB7F9 +Script_CalendarEventSetTextureID 005BB800 f end=005BB864 +Script_CalendarEventSetLocked 005BB870 f end=005BB8AC +Script_CalendarEventClearLocked 005BB8B0 f end=005BB8EC +Script_CalendarEventSetAutoApprove 005BB8F0 f end=005BB92C +Script_CalendarEventClearAutoApprove 005BB930 f end=005BB96C +Script_CalendarEventGetTextures 005BB970 f end=005BBAF6 +Script_CalendarEventGetSelectedInvite 005BBB00 f end=005BBB3E +Script_CalendarSetMonth 005BCC00 f end=005BCC63 +Script_CalendarAddEvent 005BCC70 f end=005BCC95 +Script_CalendarNewEvent 005BCCA0 f end=005BCCA8 +Script_CalendarMassInviteGuild 005BCCB0 f end=005BCD7E +Script_CalendarNewGuildAnnouncement 005BCD80 f end=005BCD88 +Script_CalendarNewGuildEvent 005BCD90 f end=005BCD98 +Script_CalendarDefaultGuildFilter 005BCDA0 f end=005BCE52 +Script_CalendarMassInviteArenaTeam 005BCE60 f end=005BCEC4 +Script_CalendarUpdateEvent 005BCED0 f end=005BCEF5 +Script_CalendarEventInvite 005BCF00 f end=005BCF24 +Script_CalendarContextInviteTentative 005BCF30 f end=005BD038 +Script_CalendarContextInviteRemove 005BD040 f end=005BD12B +Script_CalendarContextEventSignUp 005BD130 f end=005BD21D +Script_CalendarContextEventRemove 005BD220 f end=005BD338 +Script_CalendarContextEventCopy 005BD340 f end=005BD458 +Script_CalendarContextEventPaste 005BD460 f end=005BD4E5 +Script_CalendarContextEventCanComplain 005BD4F0 f end=005BD600 +Script_CalendarContextEventComplain 005BD600 f end=005BD6D7 +Script_CalendarEventAvailable 005BD6E0 f end=005BD749 +Script_CalendarEventTentative 005BD750 f end=005BD75D +Script_CalendarEventDecline 005BD760 f end=005BD7C9 +Script_CalendarEventSignUp 005BD7D0 f end=005BD7D8 +Script_OpenCalendar 005BD7E0 f end=005BD7F1 +Script_CalendarGetEventInfo 005BD8A0 f end=005BDD85 +Script_CalendarEventHasPendingInvite 005BDD90 f end=005BDDD4 +Script_CalendarGetNumPendingInvites 005BF830 f end=005BF864 +Script_CalendarGetDayEvent 005C1070 f end=005C1475 +Script_CalendarGetHolidayInfo 005C1480 f end=005C15E1 +Script_CalendarSetAbsMonth 005C43B0 f end=005C446C +Script_GetSocketTypes 005C4550 f end=005C4625 +Script_CloseSocketInfo 005C49C0 f end=005C49CF +Script_GetSocketItemInfo 005C49D0 f end=005C4AE5 +Script_GetNumSockets 005C4AF0 f end=005C4B51 +Script_GetNewSocketInfo 005C4B60 f end=005C4D05 +Script_GetNewSocketLink 005C4D10 f end=005C4DB4 +Script_ClickSocketButton 005C4DC0 f end=005C4E94 +Script_GetSocketItemBoundTradeable 005C4EA0 f end=005C4EDA +Script_GetExistingSocketInfo 005C5160 f end=005C533D +Script_GetExistingSocketLink 005C5340 f end=005C5458 +Script_AcceptSockets 005C5460 f end=005C5468 +Script_GetSocketItemRefundable 005C5470 f end=005C54AA +Script_GetMinigameType 005C5500 f end=005C5544 +Script_MakeMinigameMove 005C5550 f end=005C55E7 +Script_GetMinigameState 005C55F0 f end=005C560E +Script_GetActiveTalentGroup 005C5810 f end=005C5876 +Script_GetNumTalentTabs 005C5CC0 f end=005C5D33 +Script_GetNumTalents 005C5D40 f end=005C5DED +Script_GetNumTalentGroups 005C5DF0 f end=005C5E6D +Script_SetActiveTalentGroup 005C5E70 f end=005C5EFC +Script_GetTalentTabInfo 005C6150 f end=005C630D +Script_GetUnspentTalentPoints 005C6310 f end=005C63AE +Script_GetPreviewTalentPointsSpent 005C63B0 f end=005C6418 +Script_GetGroupPreviewTalentPointsSpent 005C6420 f end=005C6472 +Script_LearnPreviewTalents 005C6A10 f end=005C6C56 +Script_ResetPreviewTalentPoints 005C7130 f end=005C71F1 +Script_ResetGroupPreviewTalentPoints 005C7200 f end=005C7286 +Script_GetTalentInfo 005C7800 f end=005C7CD6 +Script_GetTalentLink 005C7CE0 f end=005C7EC2 +Script_GetTalentPrereqs 005C7ED0 f end=005C80D5 +Script_LearnTalent 005C80E0 f end=005C8305 +Script_AddPreviewTalentPoints 005C9590 f end=005C968E +Script_GetNumGuildMembers 005CA130 f end=005CA185 +Script_GetGuildRosterMOTD 005CA190 f end=005CA1AB +Script_SetGuildRosterShowOffline 005CA1B0 f end=005CA1DB +Script_GetGuildRosterShowOffline 005CA1E0 f end=005CA21C +Script_GuildControlGetNumRanks 005CA220 f end=005CA254 +Script_GuildControlSetRank 005CA260 f end=005CA2A7 +Script_GuildControlSetRankFlag 005CA2B0 f end=005CA329 +Script_GetGuildInfoText 005CA330 f end=005CA34B +Script_GetNumGuildEvents 005CA350 f end=005CA372 +Script_GetGuildRosterLastOnline 005CABB0 f end=005CACF7 +Script_GuildRosterSetPublicNote 005CAD00 f end=005CAE1D +Script_GuildRosterSetOfficerNote 005CAE20 f end=005CAF40 +Script_SetGuildRosterSelection 005CAF40 f end=005CAFD0 +Script_GetGuildRosterSelection 005CAFD0 f end=005CAFFD +Script_SortGuildRoster 005CB000 f end=005CB16B +Script_GuildControlSaveRank 005CB170 f end=005CB329 +Script_GuildControlAddRank 005CB330 f end=005CB3E3 +Script_GuildControlDelRank 005CB3F0 f end=005CB461 +Script_SetGuildBankTabPermissions 005CB470 f end=005CB553 +Script_GetGuildBankTabPermissions 005CB560 f end=005CB693 +Script_SetGuildBankWithdrawLimit 005CB6A0 f end=005CB700 +Script_GetGuildBankWithdrawLimit 005CB700 f end=005CB752 +Script_SetGuildBankTabWithdraw 005CB760 f end=005CB804 +Script_GuildRoster 005CB810 f end=005CB818 +Script_SetGuildInfoText 005CB820 f end=005CB8F6 +Script_CanGuildPromote 005CBCF0 f end=005CBD75 +Script_CanGuildDemote 005CBD80 f end=005CBE08 +Script_CanGuildInvite 005CBE10 f end=005CBE95 +Script_CanGuildRemove 005CBEA0 f end=005CBF25 +Script_CanEditMOTD 005CBF30 f end=005CBFB8 +Script_CanEditPublicNote 005CBFC0 f end=005CC048 +Script_CanEditOfficerNote 005CC050 f end=005CC0D8 +Script_CanViewOfficerNote 005CC0E0 f end=005CC168 +Script_CanEditGuildInfo 005CC170 f end=005CC1F8 +Script_CanGuildBankRepair 005CC200 f end=005CC288 +Script_CanEditGuildTabInfo 005CC290 f end=005CC360 +Script_CanEditGuildEvent 005CC360 f end=005CC3D6 +Script_GuildControlGetRankFlags 005CC3E0 f end=005CC46F +Script_QueryGuildEventLog 005CC470 f end=005CC502 +Script_GetGuildRosterInfo 005CC9C0 f end=005CCC84 +Script_GuildControlGetRankName 005CCC90 f end=005CCD8E +Script_GetGuildEventInfo 005CCD90 f end=005CD098 +Script_GetNumSkillLines 005CD1B0 f end=005CD1E4 +Script_CancelSkillUps 005CD820 f end=005CD85E +Script_SetSelectedSkill 005CD860 f end=005CD8E7 +Script_GetSelectedSkill 005CD8F0 f end=005CD91D +Script_GetSkillLineInfo 005CDE20 f end=005CE2B5 +Script_AbandonSkill 005CE2C0 f end=005CE39A +Script_CollapseSkillHeader 005CE3A0 f end=005CE400 +Script_ExpandSkillHeader 005CE400 f end=005CE460 +Script_AddSkillUp 005CE460 f end=005CE4C4 +Script_RemoveSkillUp 005CE4D0 f end=005CE534 +Script_GetAdjustedSkillPoints 005CE540 f end=005CE5CB +Script_AcceptSkillUps 005CE5D0 f end=005CE6E6 +Script_BuySkillTier 005CE6F0 f end=005CE862 +Script_GetNumPetitionNames 005CEAC0 f end=005CEAF4 +Script_GetPetitionInfo 005CECE0 f end=005CEE2D +Script_GetPetitionNameInfo 005CEE30 f end=005CEEF0 +Script_ClosePetition 005CF020 f end=005CF035 +Script_CanSignPetition 005CF040 f end=005CF131 +Script_SignPetition 005CF140 f end=005CF21B +Script_OfferPetition 005CF220 f end=005CF446 +Script_RenamePetition 005CF450 f end=005CF529 +Script_StartDuel 005CF950 f end=005CF9BB +Script_AcceptDuel 005CFDB0 f end=005CFDB8 +Script_GetNumFactions 005CFF20 f end=005CFF54 +Script_IsFactionInactive 005D0740 f end=005D07B0 +Script_SetSelectedFaction 005D07B0 f end=005D0814 +Script_GetSelectedFaction 005D0820 f end=005D084D +Script_GetFactionInfo 005D1150 f end=005D11D4 +Script_GetFactionInfoByID 005D11E0 f end=005D1240 +Script_GetWatchedFactionInfo 005D1240 f end=005D1384 +Script_FactionToggleAtWar 005D1390 f end=005D141B +Script_SetWatchedFactionIndex 005D1420 f end=005D148E +Script_SetFactionInactive 005D1E50 f end=005D1ED1 +Script_SetFactionActive 005D1EE0 f end=005D1F61 +Script_CollapseFactionHeader 005D1F70 f end=005D1FB9 +Script_CollapseAllFactionHeaders 005D1FC0 f end=005D1FD3 +Script_ExpandAllFactionHeaders 005D1FE0 f end=005D1FF3 +Script_ExpandFactionHeader 005D2000 f end=005D2049 +Script_IsPetAttackActive 005D3160 f end=005D317C +Script_GetPetTimeRemaining 005D3180 f end=005D31E7 +Script_PetHasActionBar 005D3720 f end=005D3779 +Script_PetCanBeAbandoned 005D3780 f end=005D3817 +Script_PetCanBeDismissed 005D3820 f end=005D38B9 +Script_PetCanBeRenamed 005D38C0 f end=005D3957 +Script_HasPetUI 005D3960 f end=005D3A1D +Script_GetPetExperience 005D3A20 f end=005D3AF4 +Script_GetPetHappiness 005D3B00 f end=005D3BC1 +Script_GetPetFoodTypes 005D3BD0 f end=005D3CDA +Script_GetPetIcon 005D3CE0 f end=005D3D79 +Script_GetPetTalentTree 005D3D80 f end=005D3E78 +Script_GetPetActionInfo 005D4EC0 f end=005D5258 +Script_GetPetActionCooldown 005D5280 f end=005D53BA +Script_GetPetActionsUsable 005D53C0 f end=005D53FF +Script_GetPetActionSlotUsable 005D5400 f end=005D54B8 +Script_PetPassiveMode 005D54C0 f end=005D54EC +Script_PetDefensiveMode 005D54F0 f end=005D551C +Script_PetAggressiveMode 005D5520 f end=005D554C +Script_PetWait 005D5550 f end=005D557C +Script_PetFollow 005D5580 f end=005D55AC +Script_PetAttack 005D55B0 f end=005D5640 +Script_PetStopAttack 005D5640 f end=005D5648 +Script_PetAbandon 005D5650 f end=005D5658 +Script_PetDismiss 005D5660 f end=005D5668 +Script_PetRename 005D5670 f end=005D581B +Script_GetPossessInfo 005D5820 f end=005D5A05 +Script_IsPetAttackAction 005D5A10 f end=005D5A5C +Script_PickupPetAction 005D65C0 f end=005D66E5 +Script_TogglePetAutocast 005D66F0 f end=005D67A4 +Script_CastPetAction 005D67B0 f end=005D68FE +Script_ContainerIDToInventoryID 005D6F60 f end=005D6FEB +Script_GetMaxArenaCurrency 005D6FF0 f end=005D7012 +Script_SetBagPortraitTexture 005D7180 f end=005D729B +Script_GetContainerNumSlots 005D74A0 f end=005D758A +Script_GetContainerNumFreeSlots 005D7590 f end=005D7820 +Script_GetContainerFreeSlots 005D7820 f end=005D7A82 +Script_GetContainerItemInfo 005D7A90 f end=005D7C71 +Script_GetContainerItemLink 005D7C80 f end=005D7CFF +Script_GetContainerItemID 005D7D00 f end=005D7D84 +Script_GetContainerItemCooldown 005D7D90 f end=005D7EED +Script_GetContainerItemDurability 005D7EF0 f end=005D7FE6 +Script_PickupContainerItem 005D7FF0 f end=005D84E4 +Script_SplitContainerItem 005D84F0 f end=005D864E +Script_UseContainerItem 005D8650 f end=005D8B06 +Script_SocketContainerItem 005D8B10 f end=005D8BC7 +Script_ShowContainerSellCursor 005D8BD0 f end=005D8C61 +Script_GetBagName 005D8C70 f end=005D8D7F +Script_GetContainerItemPurchaseInfo 005D8D80 f end=005D8F61 +Script_GetContainerItemPurchaseItem 005D8F70 f end=005D91A1 +Script_ContainerRefundItemPurchase 005D91B0 f end=005D92F2 +Script_GetContainerItemGems 005D9300 f end=005D93FF +Script_GetContainerItemQuestInfo 005D9400 f end=005D953B +Script_GetNumTradeSkills 005DA120 f end=005DA142 +Script_GetTradeSkillItemNameFilter 005DA150 f end=005DA16C +Script_GetTradeSkillItemLevelFilter 005DA170 f end=005DA1AE +Script_GetTradeSkillSubClassFilter 005DA1B0 f end=005DA267 +Script_GetTradeskillRepeatCount 005DA270 f end=005DA2D5 +Script_StopTradeSkillRepeat 005DA2E0 f end=005DA30D +Script_IsTradeSkillLinked 005DA310 f end=005DA391 +Script_CloseTradeSkill 005DA8B0 f end=005DA8FB +Script_SelectTradeSkill 005DA900 f end=005DA967 +Script_GetTradeSkillSelectionIndex 005DA970 f end=005DA99D +Script_GetTradeSkillCooldown 005DA9A0 f end=005DAA68 +Script_GetTradeSkillSubClasses 005DAA70 f end=005DAB6C +Script_GetFirstTradeSkill 005DAB70 f end=005DABF6 +Script_DoTradeSkill 005DAC00 f end=005DACD2 +Script_GetTradeSkillInfo 005DB2A0 f end=005DB543 +Script_GetTradeSkillIcon 005DB550 f end=005DB6D2 +Script_GetTradeSkillNumMade 005DB6E0 f end=005DB808 +Script_GetTradeSkillLine 005DB810 f end=005DB919 +Script_GetTradeSkillRecipeLink 005DB920 f end=005DBA61 +Script_GetTradeSkillItemLink 005DBA70 f end=005DBBA0 +Script_GetTradeSkillNumReagents 005DBBA0 f end=005DBCB6 +Script_GetTradeSkillReagentItemLink 005DBCC0 f end=005DBE05 +Script_GetTradeSkillDescription 005DBE10 f end=005DBF0A +Script_GetTradeSkillInvSlots 005DBF10 f end=005DBF8E +Script_GetTradeSkillInvSlotFilter 005DBF90 f end=005DC0A8 +Script_GetTradeSkillListLink 005DC0B0 f end=005DC109 +Script_SetTradeSkillItemNameFilter 005DD070 f end=005DD08D +Script_SetTradeSkillItemLevelFilter 005DD090 f end=005DD0ED +Script_SetTradeSkillSubClassFilter 005DD0F0 f end=005DD22B +Script_SetTradeSkillInvSlotFilter 005DD230 f end=005DD3DD +Script_TradeSkillOnlyShowMakeable 005DD3E0 f end=005DD41A +Script_TradeSkillOnlyShowSkillUps 005DD420 f end=005DD45A +Script_CollapseTradeSkillSubClass 005DD460 f end=005DD4F6 +Script_ExpandTradeSkillSubClass 005DD500 f end=005DD594 +Script_GetTradeSkillReagentInfo 005DE400 f end=005DE619 +Script_GetTradeSkillTools 005DE620 f end=005DE8B6 +Script_GetNumQuestLogEntries 005DF010 f end=005DF094 +Script_GetQuestLogSelection 005DF0A0 f end=005DF0CD +Script_SetAbandonQuest 005DF0D0 f end=005DF0DD +Script_GetAbandonQuestName 005DF0E0 f end=005DF143 +Script_GetNumQuestLogRewards 005DF150 f end=005DF1C8 +Script_GetNumQuestLogChoices 005DF1D0 f end=005DF246 +Script_GetQuestLogItemLink 005DF250 f end=005DF395 +Script_GetQuestLogRewardTalents 005DF3A0 f end=005DF3F6 +Script_GetQuestLogRewardArenaPoints 005DF400 f end=005DF456 +Script_GetQuestLogRequiredMoney 005DF460 f end=005DF51C +Script_GetQuestLogPushable 005DF520 f end=005DF5CD +Script_GetNumQuestWatches 005DF5D0 f end=005DF604 +Script_IsQuestWatched 005DF610 f end=005DF6F7 +Script_RemoveQuestWatch 005DF700 f end=005DF77D +Script_GetQuestIndexForWatch 005DF780 f end=005DF862 +Script_GetQuestLogGroupNum 005DF870 f end=005DF89E +Script_ProcessQuestLogRewardFactions 005DF8A0 f end=005DF910 +Script_GetNumQuestLogRewardFactions 005DF910 f end=005DF932 +Script_GetQuestLogRewardFactionInfo 005DF940 f end=005DFA02 +Script_GetQuestSortIndex 005DFA10 f end=005DFA74 +Script_QuestPOIGetQuestIDByIndex 005DFA80 f end=005DFAF5 +Script_SetPOIIconOverlapDistance 005DFB00 f end=005DFB3F +Script_SetPOIIconOverlapPushDistance 005DFB40 f end=005DFB95 +Script_ShiftQuestWatches 005DFBA0 f end=005DFC40 +Script_GetQuestWatchIndex 005DFC40 f end=005DFD1D +Script_SelectQuestLogEntry 005E02F0 f end=005E0337 +Script_GetQuestLogQuestText 005E0340 f end=005E041F +Script_QuestPOIGetIconInfo 005E0590 f end=005E06C1 +Script_GetQuestLogCompletionText 005E06D0 f end=005E07F7 +Script_GetAbandonQuestItems 005E3D60 f end=005E405D +Script_AbandonQuest 005E4060 f end=005E4068 +Script_IsUnitOnQuest 005E4070 f end=005E419C +Script_GetNumQuestLeaderBoards 005E41A0 f end=005E425E +Script_GetNumQuestItemDrops 005E4260 f end=005E431E +Script_GetQuestLogTimeLeft 005E4320 f end=005E43E6 +Script_IsCurrentQuestFailed 005E43F0 f end=005E4484 +Script_GetQuestLogRewardInfo 005E4490 f end=005E4660 +Script_GetQuestLogChoiceInfo 005E4660 f end=005E4833 +Script_GetQuestLogSpellLink 005E4840 f end=005E48EE +Script_GetQuestLogRewardMoney 005E48F0 f end=005E49A3 +Script_GetQuestLogRewardXP 005E49B0 f end=005E4B64 +Script_GetQuestLogRewardHonor 005E4B70 f end=005E4C0C +Script_GetQuestLogRewardTitle 005E4C10 f end=005E4D10 +Script_GetQuestLogRewardSpell 005E4D10 f end=005E4ECB +Script_QuestLogPushQuest 005E4ED0 f end=005E4FA4 +Script_GetQuestIndexForTimer 005E4FB0 f end=005E50F7 +Script_CollapseQuestHeader 005E5100 f end=005E5149 +Script_ExpandQuestHeader 005E5150 f end=005E5199 +Script_GetQuestGreenRange 005E51A0 f end=005E51CA +Script_GetQuestLink 005E51D0 f end=005E52C2 +Script_GetQuestLogSpecialItemInfo 005E52D0 f end=005E53CB +Script_GetQuestLogSpecialItemCooldown 005E53D0 f end=005E54BB +Script_IsQuestLogSpecialItemInRange 005E54C0 f end=005E5634 +Script_UseQuestLogSpecialItem 005E5640 f end=005E56BC +Script_GetQuestWorldMapAreaID 005E56C0 f end=005E573A +Script_QuestPOIUpdateIcons 005E5740 f end=005E5748 +Script_QuestPOIGetQuestIDByVisibleIndex 005E5750 f end=005E57DC +Script_GetQuestLogTitle 005E5CC0 f end=005E5F59 +Script_GetQuestLogLeaderBoard 005E5F60 f end=005E60CF +Script_GetQuestLogItemDrop 005E60D0 f end=005E623F +Script_GetQuestTimers 005E6240 f end=005E63CE +Script_QuestMapUpdateAllQuests 005E63D0 f end=005E64AE +Script_SortQuestWatches 005E64B0 f end=005E64CF +Script_GetQuestPOILeaderBoard 005E6650 f end=005E67BC +Script_AddQuestWatch 005E67C0 f end=005E687A +Script_GetQuestResetTime 005E6DE0 f end=005E6E31 +Script_KeyRingButtonIDToInvSlotID 005E7700 f end=005E7758 +Script_HasInspectHonorData 005E7780 f end=005E77BA +Script_GetInspectHonorData 005E77C0 f end=005E7885 +Script_ClearInspectPlayer 005E7890 f end=005E78E3 +Script_GetInventorySlotInfo 005E7D60 f end=005E7E51 +Script_GetInventoryItemCooldown 005E7E60 f end=005E7F9C +Script_GetInventoryAlertStatus 005E7FA0 f end=005E8030 +Script_GetInspectArenaTeamData 005E8030 f end=005E8284 +Script_GetInventoryItemsForSlot 005E95C0 f end=005E9BB5 +Script_GetInventoryItemTexture 005E9BC0 f end=005E9D71 +Script_GetInventoryItemBroken 005E9D80 f end=005E9E31 +Script_GetInventoryItemCount 005E9E40 f end=005EA040 +Script_GetInventoryItemQuality 005EA040 f end=005EA164 +Script_GetInventoryItemDurability 005EA170 f end=005EA265 +Script_GetInventoryItemLink 005EA270 f end=005EA3DC +Script_GetInventoryItemID 005EA3E0 f end=005EA4E6 +Script_GetInventoryItemGems 005EA4F0 f end=005EA5EF +Script_PickupInventoryItem 005EA5F0 f end=005EA625 +Script_UseInventoryItem 005EA630 f end=005EA69D +Script_SocketInventoryItem 005EA6A0 f end=005EA6DA +Script_IsInventoryItemLocked 005EA6E0 f end=005EA77C +Script_PutItemInBag 005EA780 f end=005EA7F0 +Script_PutItemInBackpack 005EA7F0 f end=005EA832 +Script_PickupBagFromSlot 005EA840 f end=005EA87A +Script_CursorCanGoInSlot 005EA880 f end=005EA924 +Script_ShowInventorySellCursor 005EA930 f end=005EA9A7 +Script_SetInventoryPortraitTexture 005EA9B0 f end=005EAAEC +Script_GetGuildInfo 005EAAF0 f end=005EABF9 +Script_UpdateInventoryAlertStatus 005EAC00 f end=005EAC08 +Script_OffhandHasWeapon 005EAC10 f end=005EAC81 +Script_RequestInspectHonorData 005EAC90 f end=005EAC98 +Script_GetWeaponEnchantInfo 005EACA0 f end=005EAE8C +Script_HasWandEquipped 005EAE90 f end=005EAF27 +SErrDisplayAppFatal 005EEB70 f end=005EEB71 +Script_VehicleAimGetNormPower 005F9550 f end=005F9572 +Script_IsMouselooking 005F9DD0 f end=005F9E0F +Script_VehicleAimGetAngle 005F9E10 f end=005F9E5C +Script_VehicleAimGetNormAngle 005F9E60 f end=005F9F06 +Script_VehicleAimSetNormPower 005F9F10 f end=005F9F6E +Script_IsVehicleAimAngleAdjustable 005F9F70 f end=005F9FDB +Script_IsVehicleAimPowerAdjustable 005F9FE0 f end=005FA04B +Script_DetectWowMouse 005FA050 f end=005FA05E +Script_ToggleRun 005FAAE0 f end=005FAB6D +Script_VehicleExit 005FB660 f end=005FB6C8 +Script_VehiclePrevSeat 005FB6D0 f end=005FB71B +Script_VehicleNextSeat 005FB720 f end=005FB76B +Script_VehicleAimIncrement 005FB770 f end=005FB7CB +Script_VehicleAimDecrement 005FB7D0 f end=005FB81C +Script_VehicleAimRequestAngle 005FB820 f end=005FB8B1 +Script_VehicleAimRequestNormAngle 005FB8C0 f end=005FB967 +Script_IsUsingVehicleControls 005FB970 f end=005FB9B5 +Script_CanExitVehicle 005FB9C0 f end=005FBA05 +Script_CanSwitchVehicleSeats 005FBA10 f end=005FBA55 +Script_JumpOrAscendStart 005FBF80 f end=005FC095 +Script_AscendStop 005FC0A0 f end=005FC0E2 +Script_DescendStop 005FC140 f end=005FC182 +Script_ToggleAutoRun 005FC190 f end=005FC1FA +Script_MoveForwardStart 005FC200 f end=005FC242 +Script_MoveForwardStop 005FC250 f end=005FC28F +Script_MoveBackwardStart 005FC290 f end=005FC2D2 +Script_MoveBackwardStop 005FC2E0 f end=005FC31F +Script_TurnLeftStart 005FC320 f end=005FC360 +Script_TurnLeftStop 005FC360 f end=005FC3A2 +Script_TurnRightStart 005FC3B0 f end=005FC3F0 +Script_TurnRightStop 005FC3F0 f end=005FC432 +Script_StrafeLeftStart 005FC440 f end=005FC482 +Script_StrafeLeftStop 005FC490 f end=005FC4CF +Script_StrafeRightStart 005FC4D0 f end=005FC515 +Script_StrafeRightStop 005FC520 f end=005FC562 +Script_VehicleAimUpStop 005FC570 f end=005FC5B2 +Script_VehicleAimDownStop 005FC5C0 f end=005FC602 +Script_TurnOrActionStart 005FC610 f end=005FC671 +Script_TurnOrActionStop 005FC680 f end=005FC6BB +Script_CameraOrSelectOrMoveStart 005FC6C0 f end=005FC721 +Script_CameraOrSelectOrMoveStop 005FC730 f end=005FC77E +Script_MoveAndSteerStart 005FC780 f end=005FC825 +Script_MoveAndSteerStop 005FC830 f end=005FC885 +Script_MouselookStop 005FC890 f end=005FC8D2 +Script_VehicleAimUpStart 005FC8E0 f end=005FC920 +Script_VehicleAimDownStart 005FC920 f end=005FC960 +Script_MouselookStart 005FCC10 f end=005FCC59 +Script_SetMouselookOverrideBinding 005FD550 f end=005FD5B8 +Script_MoveViewInStart 005FF080 f end=005FF093 +Script_MoveViewInStop 005FF0A0 f end=005FF0C6 +Script_MoveViewOutStart 005FF0D0 f end=005FF0E6 +Script_MoveViewOutStop 005FF0F0 f end=005FF116 +Script_MoveViewRightStart 005FF120 f end=005FF136 +Script_MoveViewRightStop 005FF140 f end=005FF166 +Script_MoveViewLeftStart 005FF170 f end=005FF186 +Script_MoveViewLeftStop 005FF190 f end=005FF1B9 +Script_MoveViewUpStart 005FF1C0 f end=005FF1D6 +Script_MoveViewUpStop 005FF1E0 f end=005FF20C +Script_MoveViewDownStart 005FF210 f end=005FF226 +Script_MoveViewDownStop 005FF230 f end=005FF25C +Script_SaveView 005FF260 f end=005FF2B7 +Script_FlipCameraYaw 005FF2C0 f end=005FF31B +Script_CameraZoomIn 006017E0 f end=00601838 +Script_CameraZoomOut 00601840 f end=00601898 +Script_VehicleCameraZoomIn 006018A0 f end=006018A9 +Script_VehicleCameraZoomOut 006018B0 f end=006018B9 +Script_SetView 006039B0 f end=00603A0F +Script_ResetView 00604C80 f end=00604CD3 +Script_NextView 00604CE0 f end=00604D0A +Script_PrevView 00604D10 f end=00604D3A +Script_GetTime 006081F0 f end=0060822A +Script_GetGameTime 00608230 f end=00608266 +Script_ConsoleExec 00608270 f end=006082B6 +Script_GetMaxCombatRatingBonus 006082C0 f end=00608364 +Script_GetWaterDetail 00608560 f end=0060857E +Script_CanSwitchVehicleSeat 00608580 f end=006085C1 +Script_GetItemStats 00608690 f end=00608760 +Script_GetItemStatDelta 00608760 f end=0060887A +Script_IsLoggedIn 0060A450 f end=0060A48A +Script_GetPlayerFacing 0060A490 f end=0060A50A +Script_FillLocalizedClassList 0060A510 f end=0060A5CE +Script_UnitExists 0060C2A0 f end=0060C342 +Script_UnitIsVisible 0060C350 f end=0060C3C5 +Script_UnitIsUnit 0060C3D0 f end=0060C4A3 +Script_UnitIsPlayer 0060C4B0 f end=0060C542 +Script_UnitIsInMyGuild 0060C550 f end=0060C6E9 +Script_UnitIsCorpse 0060C6F0 f end=0060C76F +Script_UnitIsPartyLeader 0060C770 f end=0060C810 +Script_UnitGroupRolesAssigned 0060C810 f end=0060C89F +Script_UnitIsRaidOfficer 0060C8A0 f end=0060C916 +Script_UnitInParty 0060C920 f end=0060C998 +Script_UnitPlayerOrPetInParty 0060C9A0 f end=0060CA18 +Script_UnitInRaid 0060CA20 f end=0060CA94 +Script_UnitInBattleground 0060CAA0 f end=0060CB1D +Script_UnitPlayerOrPetInRaid 0060CB20 f end=0060CB98 +Script_UnitPlayerControlled 0060CBA0 f end=0060CC29 +Script_UnitIsAFK 0060CC30 f end=0060CD44 +Script_UnitIsDND 0060CD50 f end=0060CE20 +Script_UnitIsPVP 0060CE20 f end=0060CF15 +Script_UnitIsPVPSanctuary 0060CF20 f end=0060CFA4 +Script_UnitIsPVPFreeForAll 0060CFB0 f end=0060D091 +Script_UnitFactionGroup 0060D0A0 f end=0060D27B +Script_UnitReaction 0060D280 f end=0060D328 +Script_UnitIsEnemy 0060D330 f end=0060D3CF +Script_UnitIsFriend 0060D3D0 f end=0060D52E +Script_UnitCanCooperate 0060D530 f end=0060D68E +Script_UnitCanAssist 0060D690 f end=0060D730 +Script_UnitCanAttack 0060D730 f end=0060D7CE +Script_UnitIsCharmed 0060D7D0 f end=0060D853 +Script_UnitIsPossessed 0060D860 f end=0060D8E4 +Script_PlayerCanTeleport 0060D8F0 f end=0060D961 +Script_UnitClassification 0060D970 f end=0060D9F3 +Script_UnitSelectionColor 0060DA00 f end=0060DB11 +Script_IsInGuild 0060DB20 f end=0060DB7C +Script_IsGuildLeader 0060DB80 f end=0060DBE2 +Script_IsInArenaTeam 0060DBF0 f end=0060DC69 +Script_IsArenaTeamCaptain 0060DC70 f end=0060DD3C +Script_IsResting 0060DD40 f end=0060DDA1 +Script_GetCombatRating 0060DDB0 f end=0060DE6F +Script_GetCombatRatingBonus 0060DE70 f end=0060DF2A +Script_GetDodgeChance 0060DF30 f end=0060DF8F +Script_GetBlockChance 0060DF90 f end=0060DFEF +Script_GetShieldBlock 0060DFF0 f end=0060E067 +Script_GetParryChance 0060E070 f end=0060E0CF +Script_GetCritChance 0060E0D0 f end=0060E12F +Script_GetCritChanceFromAgility 0060E130 f end=0060E1B0 +Script_GetSpellCritChanceFromIntellect 0060E1B0 f end=0060E230 +Script_GetRangedCritChance 0060E230 f end=0060E28F +Script_GetSpellCritChance 0060E290 f end=0060E30E +Script_GetSpellBonusDamage 0060E310 f end=0060E3A8 +Script_GetSpellBonusHealing 0060E3B0 f end=0060E40F +Script_GetPetSpellBonusDamage 0060E410 f end=0060E46F +Script_GetSpellPenetration 0060E470 f end=0060E4DC +Script_GetArmorPenetration 0060E4E0 f end=0060E560 +Script_GetAttackPowerForStat 0060E560 f end=0060E626 +Script_UnitGUID 0060E630 f end=0060E731 +Script_UnitName 0060E740 f end=0060E994 +Script_UnitPVPName 0060E9A0 f end=0060EA53 +Script_UnitXP 0060EA60 f end=0060EADB +Script_UnitXPMax 0060EAE0 f end=0060EB5B +Script_UnitHealth 0060EB60 f end=0060EC57 +Script_UnitHealthMax 0060EC60 f end=0060ED37 +Script_UnitPower 0060ED40 f end=0060EF3B +Script_UnitPowerMax 0060EF40 f end=0060F0F2 +Script_UnitPowerType 0060F100 f end=0060F34F +Script_UnitOnTaxi 0060F350 f end=0060F3CE +Script_UnitIsFeignDeath 0060F3D0 f end=0060F47A +Script_UnitIsDead 0060F480 f end=0060F574 +Script_UnitIsGhost 0060F580 f end=0060F675 +Script_UnitIsDeadOrGhost 0060F680 f end=0060F783 +Script_UnitIsConnected 0060F790 f end=0060F85C +Script_UnitAffectingCombat 0060F860 f end=0060F8DE +Script_UnitSex 0060F8E0 f end=0060F9D8 +Script_UnitLevel 0060F9E0 f end=0060FB91 +Script_GetMoney 0060FBA0 f end=0060FC39 +Script_GetHonorCurrency 0060FC40 f end=0060FCB5 +Script_GetArenaCurrency 0060FCC0 f end=0060FD35 +Script_UnitRace 0060FD40 f end=0060FEBC +Script_UnitClass 0060FEC0 f end=0061003C +Script_UnitClassBase 00610040 f end=00610198 +Script_UnitResistance 006101A0 f end=006102F1 +Script_UnitStat 00610300 f end=00610441 +Script_UnitAttackBothHands 00610450 f end=0061054B +Script_UnitRangedDamage 00610550 f end=006107C1 +Script_UnitRangedAttack 006107D0 f end=0061085D +Script_UnitDamage 00610860 f end=006109F2 +Script_UnitAttackSpeed 00610A00 f end=00610B59 +Script_UnitAttackPower 00610B60 f end=00610C93 +Script_UnitRangedAttackPower 00610CA0 f end=00610DD3 +Script_UnitDefense 00610DE0 f end=00610EB4 +Script_UnitArmor 00610EC0 f end=00610FA6 +Script_UnitCharacterPoints 00610FB0 f end=00611092 +Script_UnitIsTapped 00611130 f end=006111A9 +Script_UnitIsTappedByPlayer 006111B0 f end=00611229 +Script_UnitIsTappedByAllThreatList 00611230 f end=006112A9 +Script_UnitIsTrivial 006112B0 f end=00611327 +Script_UnitHasRelicSlot 00611330 f end=006113D9 +Script_SetPortraitTexture 006113E0 f end=006115F9 +Script_HasFullControl 00611600 f end=0061166E +Script_GetComboPoints 00611670 f end=00611779 +Script_UnitCreatureType 00611780 f end=00611812 +Script_UnitCreatureFamily 00611820 f end=006118B2 +Script_GetResSicknessDuration 006118C0 f end=00611A1C +Script_GetPVPSessionStats 00611A20 f end=00611ACB +Script_GetPVPYesterdayStats 00611AD0 f end=00611B7B +Script_GetPVPLifetimeStats 00611B80 f end=00611C38 +Script_UnitPVPRank 00611C40 f end=00611CA2 +Script_GetPVPRankInfo 00611CB0 f end=00611DE9 +Script_UnitCastingInfo 00611DF0 f end=0061208A +Script_UnitChannelInfo 00612090 f end=00612260 +Script_IsFlyableArea 00612260 f end=006122F4 +Script_IsIndoors 00612300 f end=0061235B +Script_IsOutdoors 00612360 f end=006123BB +Script_IsOutOfBounds 006123C0 f end=00612421 +Script_IsFalling 00612430 f end=00612497 +Script_IsSwimming 006124A0 f end=006124FC +Script_IsFlying 00612500 f end=00612592 +Script_IsMounted 006125A0 f end=00612605 +Script_IsStealthed 00612610 f end=0061266F +Script_UnitIsSameServer 00612670 f end=006127E6 +Script_GetUnitHealthModifier 006127F0 f end=00612870 +Script_GetUnitMaxHealthModifier 00612870 f end=006128FB +Script_GetUnitPowerModifier 00612900 f end=00612980 +Script_GetUnitHealthRegenRateFromSpirit 00612980 f end=00612A00 +Script_GetUnitManaRegenRateFromSpirit 00612A00 f end=00612A86 +Script_GetManaRegen 00612A90 f end=00612B38 +Script_GetPowerRegen 00612B40 f end=00612BE6 +Script_GetExpertise 00612BF0 f end=00612CA4 +Script_GetExpertisePercent 00612CB0 f end=00612D4B +Script_ReportPlayerIsPVPAFK 00612D50 f end=00612E17 +Script_PlayerIsPVPInactive 00612E20 f end=00612F08 +Script_UnitInRange 00612F10 f end=00613020 +Script_GetRuneCooldown 00613020 f end=0061313E +Script_GetRuneCount 00613140 f end=006131DB +Script_GetRuneType 006131E0 f end=00613207 +Script_GetUnitSpeed 00613290 f end=0061332B +Script_GetUnitPitch 00613330 f end=006133CB +Script_UnitInVehicle 006133D0 f end=0061349E +Script_UnitUsingVehicle 006134A0 f end=0061356E +Script_UnitControllingVehicle 00613570 f end=006135FE +Script_UnitInVehicleControlSeat 00613700 f end=00613740 +Script_UnitHasVehicleUI 00613740 f end=00613780 +Script_UnitTargetsVehicleInRaidUI 00613780 f end=006137C1 +Script_UnitVehicleSkin 006137D0 f end=00613822 +Script_UnitVehicleSeatCount 00613830 f end=006138BC +Script_UnitVehicleSeatInfo 006138C0 f end=006139A6 +Script_UnitSwitchToVehicleSeat 006139B0 f end=00613A5C +Script_UnitThreatSituation 00613A60 f end=00613B31 +Script_UnitDetailedThreatSituation 00613B40 f end=00613C85 +Script_UnitIsControlling 00613C90 f end=00613D1C +Script_CanEjectPassengerFromSeat 00613D20 f end=00613E0F +Script_EjectPassengerFromSeat 00613E10 f end=00613ECD +Script_RespondInstanceLock 00613ED0 f end=00613F8C +Script_GetPlayerInfoByGUID 00613F90 f end=0061413A +Script_IsXPUserDisabled 00614140 f end=00614187 +Script_UnitBuff 00614CA0 f end=00614CEF +Script_UnitDebuff 00614CF0 f end=00614D3F +Script_UnitAura 00614D40 f end=00614D83 +Script_GetVehicleUIIndicator 00614E60 f end=00614EEE +Script_GetVehicleUIIndicatorSeat 00614EF0 f end=00614FC6 +GxDevCreate 00681290 f end=00681301 +GxLog 006817E0 f end=006817F5 +GxPrimIndexPtr 00681AB0 f end=00681AFB +GxDrawLockedElements 00682340 f end=0068239E +GxPrimVertexPtr_FFP 00682400 f end=00682781 ; this is one of the functions named 'GxPrimVertexPtr' that uses the fixed-function pipeline +GxPrimLockVertexPtrs 006828C0 f end=006828FE +GxDevApi 00682D20 f end=00682D27 +CGxDevice__IRsForceUpdate 006859E0 f end=00685A65 +CGxDevice__MasterEnableSet 00685EB0 f end=00685F33 +GxRsPop 00685FB0 f end=00686116 +CGxDevice__CGxDevice 00688690 f end=0068903F +CGxDevice__NewD3d 00689EF0 f end=00689F14 +CGxDeviceOpenGl__CGxDeviceOpenGl 0068BBC0 f end=0068BD15 +CGxDevice__NewOpenGl 0068BF20 f end=0068BF44 +CGxDevice__NewD3d9Ex 0068C220 f end=0068C244 +CGxDeviceD3d__CGxDeviceD3d 0068FD50 f end=0068FE80 +CGxDeviceD3d9Ex__CGxDeviceD3d9Ex 006A1A90 f end=006A1C24 +Script_GetNumWhoResults 006B33D0 f end=006B3428 +Script_SetWhoToUI 006B3430 f end=006B344C +Script_GetNumFriends 006B4060 f end=006B412B +Script_GetFriendInfo 006B4130 f end=006B43F3 +Script_SetSelectedFriend 006B4400 f end=006B44A8 +Script_GetSelectedFriend 006B44B0 f end=006B44E3 +Script_ShowFriends 006B44F0 f end=006B455F +Script_GetNumIgnores 006B4560 f end=006B45BB +Script_GetNumMutes 006B45C0 f end=006B461B +Script_GetIgnoreName 006B4620 f end=006B4759 +Script_GetMuteName 006B4760 f end=006B4899 +Script_SetSelectedIgnore 006B48A0 f end=006B4943 +Script_SetSelectedMute 006B4950 f end=006B49F3 +Script_GetSelectedIgnore 006B4A00 f end=006B4A33 +Script_GetSelectedMute 006B4A40 f end=006B4A73 +Script_GetWhoInfo 006B4A80 f end=006B4C7D +Script_SortWho 006B4EB0 f end=006B4EDA +Script_AddFriend 006B6AF0 f end=006B6B44 +Script_SendWho 006B6B50 f end=006B6BA0 +Script_AddOrDelIgnore 006B6BA0 f end=006B6BCB +Script_AddOrDelMute 006B6BD0 f end=006B6BFB +Script_AddIgnore 006B6C00 f end=006B6C2B +Script_AddMute 006B6C30 f end=006B6C5B +Script_IsIgnored 006B6C60 f end=006B6CE7 +Script_IsMuted 006B6CF0 f end=006B6D75 +Script_IsIgnoredOrMuted 006B6D80 f end=006B6E05 +Script_AddOrRemoveFriend 006B7B70 f end=006B7BC4 +Script_RemoveFriend 006B7BD0 f end=006B7C8A +Script_SetFriendNotes 006B7C90 f end=006B7D6F +Script_DelIgnore 006B7D70 f end=006B7D9B +Script_DelMute 006B7DA0 f end=006B7DCB +GxuFontAddToBatch 006BCE10 f end=006BCE32 +GxuFontRenderBatch 006BCE40 f end=006BCE52 +GxuFontGetTextExtent 006BCE60 f end=006BCE98 +GxuFontGetMaxCharsWithinWidth 006BCEA0 f end=006BCEE7 +GxuFontSetStringPosition 006BD0A0 f end=006BD0BE +GxuDetermineQuotedCode 006BD5A0 f end=006BD89D +GxuFontDestroyString 006BDFC0 f end=006BE014 +GxuFontCreateString 006BE2B0 f end=006BE390 +GxuFontClearBatch 006BE390 f end=006BE3AD +GxuFontCreateBatch 006BF160 f end=006BF202 +Script_CombatTextSetActiveUnit 0074D580 f end=0074D5A8 +Script_CombatLogSetRetentionTime 0074D5B0 f end=0074D5FD +Script_CombatLog_Object_IsA 0074D600 f end=0074D6A3 +Script_CombatLogGetRetentionTime 0074D9E0 f end=0074D9FF +Script_CombatLogGetCurrentEntry 0074F2B0 f end=0074F2CC +Script_CombatLogResetFilter 0074FA60 f end=0074FA6D +Script_CombatLogGetNumEntries 0074FA70 f end=0074FADD +Script_CombatLogSetCurrentEntry 0074FAE0 f end=0074FC20 +Script_CombatLogAdvanceEntry 0074FC20 f end=0074FD36 +Script_CombatLogAddFilter 0074FF70 f end=00750206 +Script_CombatLogClearEntries 00751120 f end=0075114B +SetInputString 00763730 f end=007637CD ; UC +ReserveInputSpace 007637D0 f end=0076382B +ResetHighlight 00763830 f end=00763855 +UpdateHighlight 00763860 f end=00763996 +OnMouseUp 007639A0 f end=007639CF +OnMouseMove 007639D0 f end=00763A54 +MakeCommandCurrent 00763A60 f end=00763AAA +ConsoleCommandHistoryPrev 00763B40 f end=00763B83 ; UC +ConsoleCommandHistoryNext 00763B90 f end=00763BD6 ; UC +OnKeyUp 00763BE0 f end=00763C0A +ConsolePostClose 00763C50 f end=00763C5D +EventCloseCallback 00763D60 f end=00763D71 +DrawBackground 00763DF0 f end=00764039 +DrawHighLight 00764040 f end=00764196 +DrawCaret 007641A0 f end=007643EA +PaintBackground 007643F0 f end=00764413 +GetInputLine 00764520 f end=007645D3 +PaintText 007645E0 f end=00764788 +PasteInInputLine 00764800 f end=00764985 +OnChar 00764990 f end=00764A03 +s_active 007649af l ; int32 as boolean +OnMouseDown 00764A10 f end=00764B88 +OnKeyDownRepeat 00764B90 f end=00764E4F +ConsoleWrite 00765270 f end=00765359 +ConsoleWriteA 007653B0 f end=00765400 +ConsoleCommandExecute 007658A0 f end=007659BF +OnIdle 007659C0 f end=00765AE5 +OnKeyDown 00765AF0 f end=00765FB2 +ConsoleScreenInitialize 00766140 f end=00766295 +CVarLoadFile 00766530 f end=007665C2 +CVar__Set 007668C0 f end=00766936 +CVarSaveFile 00767100 f end=0076719C +CVar__Destroy 007673F0 f end=00767434 +CVar__Register 00767FC0 f end=007681E9 +CVar__Initialize 00768340 f end=00768402 +ConsoleCommand_Quit 00768410 f end=0076841B +ConsoleCommandHistory 00768440 f end=0076845B +ConsoleCommandUnregister 007689E0 f end=00768A19 +ConsoleCommandRegister 00769100 f end=007691B3 +ConsoleAccessGetEnabled 00769230 f end=00769236 +ConsoleDeviceInitialize 0076AB80 f end=0076B287 +SMemSetDebugFlags 0076E4A0 f end=0076E4D2 +SMemAlloc 0076E540 f end=0076E59A +SMemFree 0076E5A0 f end=0076E5C4 +SStrChr 0076E6E0 f end=0076E712 +SStrCmp 0076E760 f end=0076E77B +SStrCmpI 0076E780 f end=0076E79B +SStrCopy 0076ED20 f end=0076ED98 +SStrLen 0076EE30 f end=0076EE5E +SStrPack 0076EF70 f end=0076F001 +SStrPrintf 0076F070 f end=0076F09E +SStrVPrintf 0076F0A0 f end=0076F0CE +SStrTokenize 0076F1E0 f end=0076F331 +SStrHashHT 0076F640 f end=0076F6B9 +SRegLoadValue 00770840 f end=007708E9 +SRegSaveValue 007709A0 f end=007709E8 +SErrSetLogTitleString 00771890 f end=007718F2 +SErrSetLogTitleCallback 00771900 f end=00771957 +SErrRegisterHandler 00771B80 f end=00771C15 +SErrCatchUnhandledExceptions 00772B20 f end=00772B2C +SCmdRegisterArgList 00773590 f end=007737C2 +SCmdProcess 00773890 f end=00773986 +SCmdProcessCommandLine 00773990 f end=007739AD +StormInitialize 007739E0 f end=007739F4 +StormSetOption 00773A80 f end=00773C81 +SCritSect__SCritSect 00774620 f end=0077462E +SCritSect__destructor 00774630 f end=00774638 +SCritSect__Enter 00774640 f end=00774648 +SCritSect__Leave 00774650 f end=00774658 +SSyncObject__Wait 00774690 f end=007746A4 +SEvent__Set 00774720 f end=0077472A +SEvent__Reset 00774730 f end=0077473A +SRgnDelete 00777940 f end=00777971 +SRgnCreate 00777980 f end=00777A78 +Script_VoiceEnumerateOutputDevices 007DAB80 f end=007DAC34 +Script_VoiceEnumerateCaptureDevices 007DAC40 f end=007DACEA +Script_VoiceSelectOutputDevice 007DACF0 f end=007DADD2 +Script_VoiceSelectCaptureDevice 007DAE40 f end=007DAF22 +Script_VoiceGetCurrentOutputDevice 007DAF90 f end=007DAFD7 +Script_VoiceGetCurrentCaptureDevice 007DAFE0 f end=007DB027 +Script_GetNumVoiceSessions 007DB030 f end=007DB0AA +Script_GetVoiceSessionInfo 007DB0B0 f end=007DB1E3 +Script_GetVoiceCurrentSessionID 007DB1F0 f end=007DB277 +Script_SetActiveVoiceChannelBySessionID 007DB280 f end=007DB36C +Script_GetNumVoiceSessionMembersBySessionID 007DB370 f end=007DB3FB +Script_GetVoiceStatus 007DB8D0 f end=007DB9AC +Script_VoiceIsDisabledByClient 007DC910 f end=007DC94A +Script_GetVoiceSessionMemberInfoBySessionID 007DEEF0 f end=007DF0AF +Script_UnitIsTalking 007DF0B0 f end=007DF142 +Script_SpellIsTargeting 007FDCD0 f end=007FDD0A +Script_SpellCanTargetItem 007FDD10 f end=007FDD56 +Script_SpellCanTargetGlyph 007FDD60 f end=007FDDA6 +Script_SpellTargetItem 008007E0 f end=008008C7 +Script_CancelItemTempEnchantment 008021D0 f end=0080226B +Script_CannotBeResurrected 00802270 f end=008022C9 +Script_SpellCanTargetUnit 00804190 f end=0080421D +Script_CancelUnitBuff 00804220 f end=00804420 +Script_SpellStopTargeting 00809E30 f end=00809E96 +Script_SpellStopCasting 00809EA0 f end=00809F7E +Script_SpellTargetUnit 0080DC00 f end=0080DCE3 +Script_GetText 0081B720 f end=0081B7AF +Script_CreateFont 0081B7B0 f end=0081B81E +Script_GetCurrentKeyBoardFocus 0081B820 f end=0081B86C +Script_EnumerateFrames 0081B9C0 f end=0081BAAA +Script_GetNumFrames 0081BAB0 f end=0081BB15 +Script_CreateFrame 0081BB20 f end=0081BE68 +Script_GetFramesRegisteredForEvent 0081BE70 f end=0081BF4D +RestoreMouse 008695B0 f end=008695FB +OsInputInitialize 00869720 f end=00869757 ; actually called by IEvtInputInitialize, but this is optimized out +OsInputDestroy 00869760 f end=008697D3 +OsInputSetEventPollProc 00869D90 f end=00869D9D +CenterMouse 00869DB0 f end=00869DF6 +OsInputGet 00869E00 f end=0086A01A +OsInputSetMouseMode 0086A020 f end=0086A063 +OsInputGetMousePosition 0086A0D0 f end=0086A130 +OsInputSetMousePosition 0086A130 f end=0086A194 +OsGetDefaultWindowRect 0086A1A0 f end=0086A20C +OsGetAsyncTimeMs 0086AE20 f end=0086AE2B +OsSystemEnableCpuLog 0086B0C0 f end=0086B0CB +OsGetProcessorCount 0086B240 f end=0086B27D +OsGetExeName 0086BBD0 f end=0086BC2F +OsPathGetRootChars 0086BC30 f end=0086BC9E +OsPathStripFilename 0086BE50 f end=0086BE9B +OsGetExePath 0086BEA0 f end=0086BEBE +OsGuiGetWindow 0086C6A0 f end=0086C6CE +OsIMEInitialize 0086D0A0 f end=0086D0B8 +OsIMEDestroy 0086D0C0 f end=0086D0Df +OsCallSetContext 0086F5A0 f end=0086F5EA +OsCallInitialize 0086F760 f end=0086F875 +OsCallInitializeContext 0086F880 f end=0086F902 +OsClipboardPutString 008722A0 f end=008722BF +Script_ToggleTris 008E5250 f end=008E5253 +ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6 +Script_PlaySound 009858B0 f end=0098594B +Script_PlayMusic 00985950 f end=009859AA +Script_PlaySoundFile 009859B0 f end=00985A0A +Script_StopMusic 00985A10 f end=00985A18 +Script_Sound_ChatSystem_GetNumInputDrivers 00985A20 f end=00985A4A +Script_Sound_ChatSystem_GetInputDriverNameByIndex 00985A50 f end=00985AD5 +Script_Sound_ChatSystem_GetNumOutputDrivers 00985AE0 f end=00985B0A +Script_Sound_ChatSystem_GetOutputDriverNameByIndex 00985B10 f end=00985BAD +Script_Sound_GameSystem_GetNumInputDrivers 00985BB0 f end=00985BDA +Script_Sound_GameSystem_GetInputDriverNameByIndex 00985BE0 f end=00985C65 +Script_Sound_GameSystem_GetNumOutputDrivers 00985C70 f end=00985C9A +Script_Sound_GameSystem_GetOutputDriverNameByIndex 00985CA0 f end=00985D25 +Script_Sound_GameSystem_RestartSoundSystem 00985D30 f end=00985D4E +Script_VoiceChat_StopCapture 00985D50 f end=00985D58 +Script_VoiceChat_RecordLoopbackSound 00985D60 f end=00985DC1 +Script_VoiceChat_StopRecordingLoopbackSound 00985DD0 f end=00985DD8 +Script_VoiceChat_PlayLoopbackSound 00985DE0 f end=00985DE8 +Script_VoiceChat_StopPlayingLoopbackSound 00985DF0 f end=00985DF8 +Script_VoiceChat_IsRecordingLoopbackSound 00985E00 f end=00985E2D +Script_VoiceChat_IsPlayingLoopbackSound 00985E30 f end=00985E5D +Script_VoiceChat_GetCurrentMicrophoneSignalLevel 00985E60 f end=00985E8A +Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f end=00985E98 +Script_VoiceChat_StartCapture 00985EF0 f end=00985F6B CGxDevice__vtable 00a2ddc0 l -CVarLoadFile 00766530 f -CVarSaveFile 00767100 f -CVar__Destroy 007673f0 f -CVar__Initialize 00768340 f -CVar__Register 00767fc0 f -CVar__Set 007668c0 f -CmdLineProcess 0047b720 f -CommonMain 00406c70 f -ConsoleAccessGetEnabled 00769230 f -ConsoleCommandExecute 007658a0 f -ConsoleCommandHistory 00768440 f -ConsoleCommandHistoryDepth 0095bfb0 f -ConsoleCommandHistoryNext 00763b90 f ; UC -ConsoleCommandHistoryPrev 00763b40 f ; UC -ConsoleCommandRegister 00769100 f -ConsoleCommandUnregister 007689e0 f -ConsoleCommand_Quit 00768410 f -ConsoleDeviceInitialize 0076ab80 f -ConsolePostClose 00763c50 f -ConsoleScreenInitialize 00766140 f -ConsoleWrite 00765270 f -ConsoleWriteA 007653b0 f -DestroyGlobal 00406b70 f -DrawBackground 00763df0 f -DrawCaret 007641a0 f -DrawHighLight 00764040 f -EventCloseCallback 00763d60 f -EventCreateContextEx 0047d080 f -EventDoMessageLoop 0047f2d0 f -EventIsKeyDown 0047d230 f -EventPostCloseEx 0047d290 f -EventRegister 0x47d770 f -EventRegisterEx 0047d3c0 f -EventSetConfirmCloseCallback 0047d090 f -EventSetMouseMode 0x47d690 f -EventUnregister 0047d790 f -GetInputLine 00764520 f -GxDevApi 00682d20 f -GxDrawLockedElements 00682340 f -GxLog 006817e0 f -GxPrimIndexPtr 00681ab0 f -GxPrimLockVertexPtrs 006828c0 f -GxPrimVertexPtr_FFP 00682400 f ; this is one of the functions named 'GxPrimVertexPtr' that uses the fixed-function pipeline -GxRsPop 00685fb0 f -GxRsPush 00409670 f -GxuDetermineQuotedCode 006bd5a0 f -GxuFontAddToBatch 006bce10 f -GxuFontClearBatch 006be390 f -GxuFontCreateBatch 006bf160 f -GxuFontCreateString 006be2b0 f -GxuFontDestroyString 006bdfc0 f -GxuFontGetMaxCharsWithinWidth 006bcea0 f -GxuFontGetTextExtent 006bce60 f -GxuFontRenderBatch 006bce40 f -GxuFontSetStringPosition 006bd0a0 f -IEvtSchedulerProcess 0047f230 f -InitializeGlobal 004067f0 f -MakeCommandCurrent 00763a60 f -NDCToDDCHeight 0047c080 f -OnChar 00764990 f -OnIdle 007659c0 f -OnKeyDown 00765af0 f -OnKeyDownRepeat 00764b90 f -OnKeyUp 00763be0 f -OsCloseFile 00461b00 f -OsCreateFile 00406b70 f -OsGetFileSize 00461bd0 f -OsReadFile 00461b50 f -OsSystemEnableCpuLog 0086b0c0 f -PaintBackground 007643f0 f -PaintText 007645e0 f -PasteInInputLine 00764800 f -ReserveInputSpace 007637d0 f -ResetHighlight 00763830 f -SCmdProcess 00773890 f -SCmdProcessCommandLine 00773990 f -SCmdRegisterArgList 00773590 f -SCritSect__Enter 00774640 f -SCritSect__Leave 00774650 f -SCritSect__SCritSect 00774620 f -SErrCatchUnhandledExceptions 00772b20 f -SErrDisplayAppFatal 005eeb70 f -SErrRegisterHandler 00771b80 f -SErrSetLogTitleCallback 00771900 f -SErrSetLogTitleString 00771890 f -SEvent__Reset 00774730 f -SEvent__Set 00774720 f -SMemAlloc 0076e540 f -SMemFree 0076e5a0 f -SRegLoadValue 00770840 f -SRegSaveValue 007709a0 f -SStrChr 0076e6e0 f -SStrCmp 0076e760 f -SStrCmpI 0076e780 f -SStrCopy 0076ed20 f -SStrHashHT 0076f640 f -SStrLen 0076ee30 f -SStrPack 0076ef70 f ; double-check this -SStrPrintf 0076f070 f -SStrTokenize 0076f1e0 f -SStrVPrintf 0076f0a0 f -Script_AbandonQuest 005E4060 f -Script_AbandonSkill 005CE2C0 f -Script_AcceptAreaSpiritHeal 005262D0 f -Script_AcceptArenaTeam 0051AC30 f -Script_AcceptBattlefieldPort 0054DA10 f -Script_AcceptDuel 005CFDB0 f -Script_AcceptGroup 0051AB20 f -Script_AcceptGuild 0051ABD0 f -Script_AcceptLevelGrant 00523360 f -Script_AcceptProposal 005545E0 f -Script_AcceptQuest 0058D5B0 f -Script_AcceptResurrect 0051AAC0 f -Script_AcceptSkillUps 005CE5D0 f -Script_AcceptSockets 005C5460 f -Script_AcceptTrade 005866E0 f -Script_AcceptXPLoss 0051B6A0 f -Script_ActionHasRange 005A9CF0 f -Script_AddChatWindowChannel 00501DB0 f -Script_AddChatWindowMessages 004FC170 f -Script_AddFriend 006B6AF0 f -Script_AddIgnore 006B6C00 f -Script_AddMute 006B6C30 f -Script_AddOrDelIgnore 006B6BA0 f -Script_AddOrDelMute 006B6BD0 f -Script_AddOrRemoveFriend 006B7B70 f -Script_AddPreviewTalentPoints 005C9590 f -Script_AddQuestWatch 005E67C0 f -Script_AddSkillUp 005CE460 f -Script_AddTrackedAchievement 005B4870 f -Script_AddTradeMoney 00586D90 f -Script_AppendToFile 00510BB0 f -Script_ApplyBarberShopStyle 0052EEF0 f -Script_ArenaTeamDisband 00516130 f -Script_ArenaTeamInviteByName 00515CC0 f -Script_ArenaTeamLeave 00515DD0 f -Script_ArenaTeamRoster 005A3CF0 f -Script_ArenaTeamSetLeaderByName 00515FF0 f -Script_ArenaTeamUninviteByName 00515EB0 f -Script_AscendStop 005FC0A0 f -Script_AssistUnit 00525EB0 f -Script_AttackTarget 0051A650 f -Script_AutoEquipCursorItem 0051A680 f -Script_AutoLootMailItem 00571450 f -Script_AutoStoreGuildBankItem 005A63F0 f -Script_BNAcceptFriendInvite 005355C0 f -Script_BNConnected 00530EC0 f -Script_BNCreateConversation 00535CE0 f -Script_BNDeclineFriendInvite 00535660 f -Script_BNFeaturesEnabled 00537070 f -Script_BNFeaturesEnabledAndConnected 00537010 f -Script_BNGetBlockedInfo 0053A540 f -Script_BNGetBlockedToonInfo 00536970 f -Script_BNGetConversationInfo 00536330 f -Script_BNGetConversationMemberInfo 0053A150 f -Script_BNGetCustomMessageTable 00535AA0 f -Script_BNGetFOFInfo 00537240 f -Script_BNGetFriendInfo 00539BF0 f -Script_BNGetFriendInfoByID 00539CC0 f -Script_BNGetFriendInviteInfo 00535180 f -Script_BNGetFriendToonInfo 00539D70 f -Script_BNGetInfo 005343F0 f -Script_BNGetMatureLanguageFilter 005377C0 f -Script_BNGetMaxPlayersInConversation 00537A00 f -Script_BNGetNumBlocked 00536400 f -Script_BNGetNumBlockedToons 00536890 f -Script_BNGetNumConversationMembers 00536220 f -Script_BNGetNumFOF 005370D0 f -Script_BNGetNumFriendInvites 00535080 f -Script_BNGetNumFriendToons 005349F0 f -Script_BNGetNumFriends 00534590 f -Script_BNGetSelectedBlock 00536790 f -Script_BNGetSelectedFriend 00537600 f -Script_BNGetSelectedToonBlock 00536D40 f -Script_BNGetToonInfo 00539F90 f -Script_BNInviteToConversation 00535EB0 f -Script_BNIsBlocked 005364E0 f -Script_BNIsFriend 00537950 f -Script_BNIsSelf 005378A0 f -Script_BNIsToonBlocked 00536A90 f -Script_BNLeaveConversation 00536030 f -Script_BNListConversation 0053A300 f -Script_BNRemoveFriend 00534ED0 f -Script_BNReportFriendInvite 00535700 f -Script_BNReportPlayer 00536E40 f -Script_BNRequestFOFInfo 0053A660 f -Script_BNSendConversationMessage 00536110 f -Script_BNSendFriendInvite 00535380 f -Script_BNSendFriendInviteByID 00535490 f -Script_BNSendWhisper 0053A030 f -Script_BNSetAFK 005357A0 f -Script_BNSetBlocked 005365B0 f -Script_BNSetCustomMessage 00535920 f -Script_BNSetDND 00535860 f -Script_BNSetFocus 00535C60 f -Script_BNSetFriendNote 00534F80 f -Script_BNSetMatureLanguageFilter 005376C0 f -Script_BNSetSelectedBlock 005366A0 f -Script_BNSetSelectedFriend 00537510 f -Script_BNSetSelectedToonBlock 00536C50 f -Script_BNSetToonBlocked 00536B60 f -Script_BankButtonIDToInvSlotID 0057B940 f -Script_BarberShopReset 0052F900 f -Script_BattlefieldMgrEntryInviteResponse 0054E160 f -Script_BattlefieldMgrExitRequest 0054E200 f -Script_BattlefieldMgrQueueInviteResponse 0054E1C0 f -Script_BattlefieldMgrQueueRequest 0054E1A0 f -Script_BeginTrade 005109D0 f -Script_BindEnchant 00522F70 f -Script_BuyGuildBankTab 005A5D30 f -Script_BuyGuildCharter 0059A130 f -Script_BuyMerchantItem 005854C0 f -Script_BuyPetition 005A2530 f -Script_BuySkillTier 005CE6F0 f -Script_BuyStableSlot 005A1BD0 f -Script_BuyTrainerService 00595E60 f -Script_BuybackItem 005855C0 f -Script_CalculateAuctionDeposit 0059D270 f -Script_CalendarAddEvent 005BCC70 f -Script_CalendarCanAddEvent 005B8BA0 f -Script_CalendarCanSendInvite 005B8B30 f -Script_CalendarCloseEvent 005B84A0 f -Script_CalendarContextDeselectEvent 005B8510 f -Script_CalendarContextEventCanComplain 005BD4F0 f -Script_CalendarContextEventCanEdit 005BAEB0 f -Script_CalendarContextEventClipboard 005B8540 f -Script_CalendarContextEventComplain 005BD600 f -Script_CalendarContextEventCopy 005BD340 f -Script_CalendarContextEventGetCalendarType 005BAFC0 f -Script_CalendarContextEventPaste 005BD460 f -Script_CalendarContextEventRemove 005BD220 f -Script_CalendarContextEventSignUp 005BD130 f -Script_CalendarContextGetEventIndex 005BA680 f -Script_CalendarContextInviteAvailable 005BAB50 f -Script_CalendarContextInviteDecline 005BAD00 f -Script_CalendarContextInviteIsPending 005BA700 f -Script_CalendarContextInviteModeratorStatus 005BA7F0 f -Script_CalendarContextInviteRemove 005BD040 f -Script_CalendarContextInviteStatus 005BA910 f -Script_CalendarContextInviteTentative 005BCF30 f -Script_CalendarContextInviteType 005BAA20 f -Script_CalendarContextSelectEvent 005BA5B0 f -Script_CalendarDefaultGuildFilter 005BCDA0 f -Script_CalendarEventAvailable 005BD6E0 f -Script_CalendarEventCanEdit 005B8A50 f -Script_CalendarEventCanModerate 005B88E0 f -Script_CalendarEventClearAutoApprove 005BB930 f -Script_CalendarEventClearLocked 005BB8B0 f -Script_CalendarEventClearModerator 005B8840 f -Script_CalendarEventDecline 005BD760 f -Script_CalendarEventGetCalendarType 005B8AA0 f -Script_CalendarEventGetInvite 005BA220 f -Script_CalendarEventGetInviteResponseTime 005BA420 f -Script_CalendarEventGetInviteSortCriterion 005B8690 f -Script_CalendarEventGetNumInvites 005B84D0 f -Script_CalendarEventGetRepeatOptions 005B89C0 f -Script_CalendarEventGetSelectedInvite 005BBB00 f -Script_CalendarEventGetStatusOptions 005BB130 f -Script_CalendarEventGetTextures 005BB970 f -Script_CalendarEventGetTypes 005B8970 f -Script_CalendarEventHasPendingInvite 005BDD90 f -Script_CalendarEventHaveSettingsChanged 005B8A10 f -Script_CalendarEventInvite 005BCF00 f -Script_CalendarEventIsModerator 005B88B0 f -Script_CalendarEventRemoveInvite 005BB0C0 f -Script_CalendarEventSelectInvite 005B8AE0 f -Script_CalendarEventSetAutoApprove 005BB8F0 f -Script_CalendarEventSetDate 005BB4A0 f -Script_CalendarEventSetDescription 005BB280 f -Script_CalendarEventSetLocked 005BB870 f -Script_CalendarEventSetLockoutDate 005BB650 f -Script_CalendarEventSetLockoutTime 005BB750 f -Script_CalendarEventSetModerator 005B87D0 f -Script_CalendarEventSetRepeatOption 005BB380 f -Script_CalendarEventSetSize 005BB410 f -Script_CalendarEventSetStatus 005B8730 f -Script_CalendarEventSetTextureID 005BB800 f -Script_CalendarEventSetTime 005BB5A0 f -Script_CalendarEventSetTitle 005BB210 f -Script_CalendarEventSetType 005BB2F0 f -Script_CalendarEventSignUp 005BD7D0 f -Script_CalendarEventSortInvites 005B8570 f -Script_CalendarEventTentative 005BD750 f -Script_CalendarGetAbsMonth 005B9AC0 f -Script_CalendarGetDate 005B8160 f -Script_CalendarGetDayEvent 005C1070 f -Script_CalendarGetDayEventSequenceInfo 005B9CA0 f -Script_CalendarGetEventIndex 005B9F80 f -Script_CalendarGetEventInfo 005BD8A0 f -Script_CalendarGetFirstPendingInvite 005B9E10 f -Script_CalendarGetHolidayInfo 005C1480 f -Script_CalendarGetMaxCreateDate 005B8410 f -Script_CalendarGetMaxDate 005B82A0 f -Script_CalendarGetMinDate 005B81F0 f -Script_CalendarGetMinHistoryDate 005B8350 f -Script_CalendarGetMonth 005B99F0 f -Script_CalendarGetMonthNames 005B80E0 f -Script_CalendarGetNumDayEvents 005B9BF0 f -Script_CalendarGetNumPendingInvites 005BF830 f -Script_CalendarGetRaidInfo 005BA000 f -Script_CalendarGetWeekdayNames 005B8120 f -Script_CalendarIsActionPending 005B8C10 f -Script_CalendarMassInviteArenaTeam 005BCE60 f -Script_CalendarMassInviteGuild 005BCCB0 f -Script_CalendarNewEvent 005BCCA0 f -Script_CalendarNewGuildAnnouncement 005BCD80 f -Script_CalendarNewGuildEvent 005BCD90 f -Script_CalendarOpenEvent 005B9EB0 f -Script_CalendarRemoveEvent 005BA5A0 f -Script_CalendarSetAbsMonth 005C43B0 f -Script_CalendarSetMonth 005BCC00 f -Script_CalendarUpdateEvent 005BCED0 f -Script_CallCompanion 0053E5E0 f -Script_CameraOrSelectOrMoveStart 005FC6C0 f -Script_CameraOrSelectOrMoveStop 005FC730 f -Script_CameraZoomIn 006017E0 f -Script_CameraZoomOut 00601840 f -Script_CanAlterSkin 0052E4F0 f -Script_CanCancelAuction 0059C9F0 f -Script_CanChangePlayerDifficulty 0052D000 f -Script_CanComplainChat 00500C80 f -Script_CanComplainInboxItem 005713C0 f -Script_CanEditGuildEvent 005CC360 f -Script_CanEditGuildInfo 005CC170 f -Script_CanEditGuildTabInfo 005CC290 f -Script_CanEditMOTD 005CBF30 f -Script_CanEditOfficerNote 005CC050 f -Script_CanEditPublicNote 005CBFC0 f -Script_CanEjectPassengerFromSeat 00613D20 f -Script_CanExitVehicle 005FB9C0 f -Script_CanGrantLevel 0051D230 f -Script_CanGuildBankRepair 005CC200 f -Script_CanGuildDemote 005CBD80 f -Script_CanGuildInvite 005CBE10 f -Script_CanGuildPromote 005CBCF0 f -Script_CanGuildRemove 005CBEA0 f -Script_CanHearthAndResurrectFromArea 0054C810 f -Script_CanInspect 00522710 f -Script_CanJoinBattlefieldAsGroup 0054C6E0 f -Script_CanMapChangeDifficulty 00517D70 f -Script_CanMerchantRepair 005849F0 f -Script_CanPartyLFGBackfill 00553170 f -Script_CanQueueForWintergrasp 00543600 f -Script_CanResetTutorials 00530700 f -Script_CanSendAuctionQuery 0059C740 f -Script_CanShowAchievementUI 005B0CE0 f -Script_CanShowResetInstances 0051A880 f -Script_CanSignPetition 005CF040 f -Script_CanSummonFriend 0051D2B0 f -Script_CanSwitchVehicleSeat 00608580 f -Script_CanSwitchVehicleSeats 005FBA10 f -Script_CanUseEquipmentSets 005AD880 f -Script_CanViewOfficerNote 005CC0E0 f -Script_CanWithdrawGuildBankMoney 005A5F60 f -Script_CancelAreaSpiritHeal 00522FA0 f -Script_CancelAuction 0059DDF0 f -Script_CancelBarberShop 0052ED80 f -Script_CancelDuel 005CFDC0 f -Script_CancelItemTempEnchantment 008021D0 f -Script_CancelLogout 0051AC90 f -Script_CancelPendingEquip 0051A5C0 f -Script_CancelSell 0059B040 f -Script_CancelShapeshiftForm 0053DE60 f -Script_CancelSkillUps 005CD820 f -Script_CancelSummon 0051B110 f -Script_CancelTrade 005109E0 f -Script_CancelTradeAccept 00586730 f -Script_CancelUnitBuff 00804220 f -Script_CannotBeResurrected 00802270 f -Script_CastPetAction 005D67B0 f -Script_CastShapeshiftForm 0053C0F0 f -Script_CastSpell 00541250 f -Script_CastSpellByID 0053E060 f -Script_CastSpellByName 00540310 f -Script_ChangeActionBarPage 005A7F60 f -Script_ChangeChatColor 004FEAF0 f -Script_ChangePlayerDifficulty 0052E420 f -Script_ChannelBan 004FEA10 f -Script_ChannelInvite 004FE9D0 f -Script_ChannelKick 004FE9F0 f -Script_ChannelModerator 004FE950 f -Script_ChannelMute 004FE990 f -Script_ChannelSilenceAll 00501250 f -Script_ChannelSilenceVoice 00501140 f -Script_ChannelToggleAnnouncements 004FEA50 f -Script_ChannelUnSilenceAll 00501400 f -Script_ChannelUnSilenceVoice 005012F0 f -Script_ChannelUnban 004FEA30 f -Script_ChannelUnmoderator 004FE970 f -Script_ChannelUnmute 004FE9B0 f -Script_ChannelVoiceOff 004FEA90 f -Script_ChannelVoiceOn 004FEA70 f -Script_CheckBinderDist 0051B7A0 f -Script_CheckInbox 0056E440 f -Script_CheckInteractDistance 0051B240 f -Script_CheckSpiritHealerDist 0051B6E0 f -Script_CheckTalentMasterDist 0051B740 f -Script_ClearAchievementComparisonUnit 005B4760 f -Script_ClearAllLFGDungeons 005595D0 f -Script_ClearChannelWatch 004FFC50 f -Script_ClearCursor 0051A3B0 f -Script_ClearFocus 005225E0 f -Script_ClearInspectPlayer 005E7890 f -Script_ClearLFGDungeon 00559500 f -Script_ClearOverrideBindings 00560560 f -Script_ClearPartyAssignment 0052E400 f -Script_ClearSendMail 0056D5C0 f -Script_ClearTarget 00525FC0 f -Script_ClearTutorials 00530820 f -Script_ClickAuctionSellItemButton 0059D410 f -Script_ClickLandmark 00546EF0 f -Script_ClickPetitionButton 005A2200 f -Script_ClickSendMailItemButton 00570550 f -Script_ClickSocketButton 005C4DC0 f -Script_ClickStablePet 005A1CA0 f -Script_ClickTargetTradeButton 00586C80 f -Script_ClickTradeButton 005879D0 f -Script_CloseArenaTeamRoster 008E5250 f -Script_CloseAuctionHouse 0059F750 f -Script_CloseBankFrame 0057B9C0 f -Script_CloseBattlefield 00549B40 f -Script_CloseGossip 0058AA40 f -Script_CloseGuildBankFrame 005A4500 f -Script_CloseGuildRegistrar 00599F00 f -Script_CloseGuildRoster 008E5250 f -Script_CloseItemText 0058A400 f -Script_CloseLoot 005888B0 f -Script_CloseMail 00571A40 f -Script_CloseMerchant 005846D0 f -Script_ClosePetStables 005A1950 f -Script_ClosePetition 005CF020 f -Script_ClosePetitionVendor 005A24F0 f -Script_CloseQuest 0058D350 f -Script_CloseSocketInfo 005C49C0 f -Script_CloseTabardCreation 00598F30 f -Script_CloseTaxiMap 00590EC0 f -Script_CloseTrade 00587940 f -Script_CloseTradeSkill 005DA8B0 f -Script_CloseTrainer 00594370 f -Script_CollapseAllFactionHeaders 005D1FC0 f -Script_CollapseChannelHeader 005052E0 f -Script_CollapseFactionHeader 005D1F70 f -Script_CollapseQuestHeader 005E5100 f -Script_CollapseSkillHeader 005CE3A0 f -Script_CollapseTradeSkillSubClass 005DD460 f -Script_CollapseTrainerSkillLine 00596150 f -Script_CombatLogAddFilter 0074FF70 f -Script_CombatLogAdvanceEntry 0074FC20 f -Script_CombatLogClearEntries 00751120 f -Script_CombatLogGetCurrentEntry 0074F2B0 f -Script_CombatLogGetNumEntries 0074FA70 f -Script_CombatLogGetRetentionTime 0074D9E0 f -Script_CombatLogResetFilter 0074FA60 f -Script_CombatLogSetCurrentEntry 0074FAE0 f -Script_CombatLogSetRetentionTime 0074D5B0 f -Script_CombatLog_Object_IsA 0074D600 f -Script_CombatTextSetActiveUnit 0074D580 f -Script_CommentatorAddPlayer 0056A640 f -Script_CommentatorEnterInstance 005696E0 f -Script_CommentatorExitInstance 005697B0 f -Script_CommentatorFollowPlayer 00569B50 f -Script_CommentatorGetCamera 0056A2A0 f -Script_CommentatorGetCurrentMapID 0056A380 f -Script_CommentatorGetInstanceInfo 00569520 f -Script_CommentatorGetMapInfo 005693E0 f -Script_CommentatorGetMode 00569230 f -Script_CommentatorGetNumMaps 00568730 f -Script_CommentatorGetNumPlayers 00569820 f -Script_CommentatorGetPlayerInfo 00569910 f -Script_CommentatorGetSkirmishMode 0056AF00 f -Script_CommentatorGetSkirmishQueueCount 0056AF60 f -Script_CommentatorGetSkirmishQueuePlayerInfo 0056AFC0 f -Script_CommentatorLookatPlayer 00569CD0 f -Script_CommentatorRemovePlayer 0056A860 f -Script_CommentatorRequestSkirmishMode 0056AE50 f -Script_CommentatorRequestSkirmishQueueData 0056ADA0 f -Script_CommentatorSetBattlemaster 0056AA10 f -Script_CommentatorSetCamera 0056A0F0 f -Script_CommentatorSetCameraCollision 0056AB70 f -Script_CommentatorSetMapAndInstanceIndex 00569E50 f -Script_CommentatorSetMode 005690A0 f -Script_CommentatorSetMoveSpeed 0056AAF0 f -Script_CommentatorSetPlayerIndex 00569FA0 f -Script_CommentatorSetSkirmishMatchmakingMode 0056AC90 f -Script_CommentatorSetTargetHeightOffset 0056AC10 f -Script_CommentatorStartInstance 0056A410 f -Script_CommentatorStartSkirmishMatch 0056B0B0 f -Script_CommentatorToggleMode 00569180 f -Script_CommentatorUpdateMapInfo 00569340 f -Script_CommentatorUpdatePlayerInfo 005692A0 f -Script_CommentatorZoomIn 00568770 f -Script_CommentatorZoomOut 00568810 f -Script_ComplainChat 0050ED00 f -Script_ComplainInboxItem 00571350 f -Script_CompleteLFGRoleCheck 00553E20 f -Script_CompleteQuest 0058D610 f -Script_ConfirmAcceptQuest 0058C910 f -Script_ConfirmBindOnUse 00510DB0 f -Script_ConfirmBinder 0051BF90 f -Script_ConfirmLootRoll 00588DD0 f -Script_ConfirmLootSlot 00589590 f -Script_ConfirmReadyCheck 005740C0 f -Script_ConfirmSummon 0051B050 f -Script_ConfirmTalentWipe 0051BF50 f -Script_ConsoleAddMessage 00512090 f -Script_ConsoleExec 00608270 f -Script_ContainerIDToInventoryID 005D6F60 f -Script_ContainerRefundItemPurchase 005D91B0 f -Script_ConvertToRaid 00574A00 f -Script_CreateFont 0081B7B0 f -Script_CreateFrame 0081BB20 f -Script_CreateMacro 00568160 f -Script_CreateMiniWorldMapArrowFrame 00545F20 f -Script_CreateWorldMapArrowFrame 00545E60 f -Script_CursorCanGoInSlot 005EA880 f -Script_CursorHasItem 00515100 f -Script_CursorHasMacro 00515180 f -Script_CursorHasMoney 005151C0 f -Script_CursorHasSpell 00515140 f -Script_DeclineArenaTeam 0051AC60 f -Script_DeclineGroup 0051ABA0 f -Script_DeclineGuild 0051AC00 f -Script_DeclineInvite 004FFCC0 f -Script_DeclineLevelGrant 00517D20 f -Script_DeclineName 00511E80 f -Script_DeclineQuest 0058D5C0 f -Script_DeclineResurrect 0051AAF0 f -Script_DelIgnore 006B7D70 f -Script_DelMute 006B7DA0 f -Script_DeleteCursorItem 00522320 f -Script_DeleteEquipmentSet 005AE800 f -Script_DeleteFile 00510BB0 f -Script_DeleteGMTicket 005AD140 f -Script_DeleteInboxItem 0056F140 f -Script_DeleteMacro 00566F70 f -Script_DemoteAssistant 00573FD0 f -Script_DepositGuildBankMoney 005A5E20 f -Script_DescendStop 005FC140 f -Script_DestroyTotem 0051D520 f -Script_DetectWowMouse 005FA050 f -Script_DisableAddOn 00511940 f -Script_DisableAllAddOns 00511A00 f -Script_DisableSpellAutocast 005411A0 f -Script_DismissCompanion 0053E6B0 f -Script_Dismount 0051D170 f -Script_DisplayChannelOwner 004FE830 f -Script_DisplayChannelVoiceOff 004FEAD0 f -Script_DisplayChannelVoiceOn 004FEAB0 f -Script_DoEmote 00500980 f -Script_DoReadyCheck 005740B0 f -Script_DoTradeSkill 005DAC00 f -Script_DownloadSettings 00511FA0 f -Script_DropCursorMoney 00522950 f -Script_DropItemOnUnit 0051BDD0 f -Script_DungeonUsesTerrainMap 00544C40 f -Script_EditMacro 00566FA0 f -Script_EjectPassengerFromSeat 00613E10 f -Script_EnableAddOn 00511840 f -Script_EnableAllAddOns 00511900 f -Script_EnableSpellAutocast 00541140 f -Script_EndBoundTradeable 005233D0 f -Script_EndRefund 00523370 f -Script_EnumerateFrames 0081B9C0 f -Script_EnumerateServerChannels 004FF200 f -Script_EquipCursorItem 0051A3D0 f -Script_EquipItemByName 0051CDB0 f -Script_EquipPendingItem 0051A530 f -Script_EquipmentManagerClearIgnoredSlotsForSave 005AD820 f -Script_EquipmentManagerIgnoreSlotForSave 005AD770 f -Script_EquipmentManagerIsSlotIgnoredForSave 005AD7C0 f -Script_EquipmentManagerUnignoreSlotForSave 005AD830 f -Script_EquipmentSetContainsLockedItems 005AF320 f -Script_ExpandAllFactionHeaders 005D1FE0 f -Script_ExpandChannelHeader 00505360 f -Script_ExpandCurrencyList 005B0940 f -Script_ExpandFactionHeader 005D2000 f -Script_ExpandQuestHeader 005E5150 f -Script_ExpandSkillHeader 005CE400 f -Script_ExpandTradeSkillSubClass 005DD500 f -Script_ExpandTrainerSkillLine 005961F0 f -Script_FactionToggleAtWar 005D1390 f -Script_FillLocalizedClassList 0060A510 f -Script_FindSpellBookSlotByID 0053B6C0 f -Script_FlagTutorial 00530750 f -Script_FlipCameraYaw 005FF2C0 f -Script_FocusUnit 00522480 f -Script_FollowUnit 005224C0 f -Script_ForceGossip 0058AB50 f -Script_ForceLogout 005109F0 f -Script_ForceQuit 00510A00 f -Script_FrameXML_Debug 0050F830 f -Script_GMReportLag 005AD020 f -Script_GMRequestPlayerInfo 00510BB0 f -Script_GMResponseNeedMoreHelp 005AD150 f -Script_GMResponseResolve 005AD1B0 f -Script_GMSurveyAnswer 005AC7D0 f -Script_GMSurveyAnswerSubmit 005AC390 f -Script_GMSurveyCommentSubmit 005AC480 f -Script_GMSurveyNumAnswers 005AC870 f -Script_GMSurveyQuestion 005AC750 f -Script_GMSurveySubmit 005AD230 f -Script_GameMovieFinished 0051D590 f -Script_GetAbandonQuestItems 005E3D60 f -Script_GetAbandonQuestName 005DF0E0 f -Script_GetAccountExpansionLevel 004DDC20 f -Script_GetAchievementCategory 005B18E0 f -Script_GetAchievementComparisonInfo 005B4770 f -Script_GetAchievementCriteriaInfo 005B58B0 f -Script_GetAchievementInfo 005B3FC0 f -Script_GetAchievementInfoFromCriteria 005B1720 f -Script_GetAchievementLink 005B6110 f -Script_GetAchievementNumCriteria 005B5530 f -Script_GetAchievementNumRewards 005B1970 f -Script_GetAchievementReward 005B1A00 f -Script_GetActionAutocast 005A9290 f -Script_GetActionBarPage 005A7FD0 f -Script_GetActionBarToggles 005A8790 f -Script_GetActionCooldown 005A91C0 f -Script_GetActionCount 005A7D10 f -Script_GetActionInfo 005A8F10 f -Script_GetActionText 005A7D90 f -Script_GetActionTexture 005A9B30 f -Script_GetActiveLevel 0058C010 f -Script_GetActiveTalentGroup 005C5810 f -Script_GetActiveTitle 0058BED0 f -Script_GetActiveVoiceChannel 004FBD40 f -Script_GetAddOnCPUUsage 00511660 f -Script_GetAddOnDependencies 005179B0 f -Script_GetAddOnInfo 00511240 f -Script_GetAddOnMemoryUsage 00511530 f -Script_GetAddOnMetadata 00511430 f -Script_GetAdjustedSkillPoints 005CE540 f -Script_GetAllowLowLevelRaid 0051D5A0 f -Script_GetAreaSpiritHealerTime 00516B90 f -Script_GetArenaCurrency 0060FCC0 f -Script_GetArenaTeam 005A3860 f -Script_GetArenaTeamGdfInfo 005A3260 f -Script_GetArenaTeamRosterInfo 005A2FC0 f -Script_GetArenaTeamRosterSelection 005A3410 f -Script_GetArenaTeamRosterShowOffline 005A2A00 f -Script_GetArmorPenetration 0060E4E0 f -Script_GetAttackPowerForStat 0060E560 f -Script_GetAuctionHouseDepositRate 0059BC90 f -Script_GetAuctionInvTypes 0059C590 f -Script_GetAuctionItemClasses 0059C420 f -Script_GetAuctionItemInfo 0059D5E0 f -Script_GetAuctionItemLink 0059C2D0 f -Script_GetAuctionItemSubClasses 0059C480 f -Script_GetAuctionItemTimeLeft 0059FD60 f -Script_GetAuctionSellItemInfo 0059F760 f -Script_GetAuctionSort 0059AD40 f -Script_GetAutoCompletePresenceID 0057B500 f -Script_GetAutoCompleteResults 0057B3A0 f -Script_GetAvailableLevel 0058BF70 f -Script_GetAvailableQuestInfo 0058DBC0 f -Script_GetAvailableRoles 005548F0 f -Script_GetAvailableTitle 0058BE30 f -Script_GetBackpackCurrencyInfo 005B0A90 f -Script_GetBagName 005D8C70 f -Script_GetBankSlotCost 0057BB30 f -Script_GetBarberShopStyleInfo 0052E850 f -Script_GetBarberShopTotalCost 0052ED60 f -Script_GetBaseMip 00510360 f -Script_GetBattlefieldArenaFaction 0054A280 f -Script_GetBattlefieldEstimatedWaitTime 00549D30 f -Script_GetBattlefieldFlagPosition 0054DCC0 f -Script_GetBattlefieldInfo 0054D770 f -Script_GetBattlefieldInstanceExpiration 00549C40 f -Script_GetBattlefieldInstanceInfo 0054D8F0 f -Script_GetBattlefieldInstanceRunTime 00549CD0 f -Script_GetBattlefieldMapIconScale 0054C740 f -Script_GetBattlefieldPortExpiration 00549B80 f -Script_GetBattlefieldPosition 0054C2E0 f -Script_GetBattlefieldScore 0054BE90 f -Script_GetBattlefieldStatData 00549F60 f -Script_GetBattlefieldStatInfo 0054C170 f -Script_GetBattlefieldStatus 0054BC30 f -Script_GetBattlefieldTeamInfo 0054A180 f -Script_GetBattlefieldTimeWaited 00549DD0 f -Script_GetBattlefieldVehicleInfo 0054C4D0 f -Script_GetBattlefieldWinner 00549EC0 f -Script_GetBattlegroundInfo 0054E010 f -Script_GetBidderAuctionItems 0059D540 f -Script_GetBillingTimeRested 00511C40 f -Script_GetBindLocation 00516B20 f -Script_GetBinding 0055E8D0 f -Script_GetBindingAction 00562550 f -Script_GetBindingByKey 005625F0 f -Script_GetBindingKey 0055E9B0 f -Script_GetBlockChance 0060DF90 f -Script_GetBonusBarOffset 005A7F20 f -Script_GetBuildInfo 0050F890 f -Script_GetBuybackItemInfo 00585070 f -Script_GetBuybackItemLink 005852C0 f -Script_GetCVar 00510040 f -Script_GetCVarAbsoluteMax 00515010 f -Script_GetCVarAbsoluteMin 00514F60 f -Script_GetCVarBool 005100C0 f -Script_GetCVarDefault 00510150 f -Script_GetCVarInfo 0050FF50 f -Script_GetCVarMax 00514E30 f -Script_GetCVarMin 00514D40 f -Script_GetCategoryInfo 005B15C0 f -Script_GetCategoryList 005B1390 f -Script_GetCategoryNumAchievements 005B38E0 f -Script_GetChannelDisplayInfo 004FF580 f -Script_GetChannelList 004FE650 f -Script_GetChannelName 004FE850 f -Script_GetChannelRosterInfo 00504F30 f -Script_GetChatTypeIndex 004FEEE0 f -Script_GetChatWindowChannels 004FEFF0 f -Script_GetChatWindowInfo 004FBD90 f -Script_GetChatWindowMessages 004FC0C0 f -Script_GetChatWindowSavedDimensions 004FC020 f -Script_GetChatWindowSavedPosition 004FBF60 f -Script_GetClickFrame 00564130 f -Script_GetCoinIcon 00510BD0 f -Script_GetCoinText 00510C60 f -Script_GetCoinTextureString 00510D00 f -Script_GetCombatRating 0060DDB0 f -Script_GetCombatRatingBonus 0060DE70 f -Script_GetComboPoints 00611670 f -Script_GetCompanionCooldown 0053E490 f -Script_GetCompanionInfo 0053E2C0 f -Script_GetComparisonAchievementPoints 005B1E40 f -Script_GetComparisonCategoryNumAchievements 005B3B30 f -Script_GetComparisonStatistic 005B5E70 f -Script_GetContainerFreeSlots 005D7820 f -Script_GetContainerItemCooldown 005D7D90 f -Script_GetContainerItemDurability 005D7EF0 f -Script_GetContainerItemGems 005D9300 f -Script_GetContainerItemID 005D7D00 f -Script_GetContainerItemInfo 005D7A90 f -Script_GetContainerItemLink 005D7C80 f -Script_GetContainerItemPurchaseInfo 005D8D80 f -Script_GetContainerItemPurchaseItem 005D8F70 f -Script_GetContainerItemQuestInfo 005D9400 f -Script_GetContainerNumFreeSlots 005D7590 f -Script_GetContainerNumSlots 005D74A0 f -Script_GetCorpseMapPosition 00545950 f -Script_GetCorpseRecoveryDelay 00516280 f -Script_GetCritChance 0060E0D0 f -Script_GetCritChanceFromAgility 0060E130 f -Script_GetCurrencyListInfo 005B0680 f -Script_GetCurrencyListSize 005AFD10 f -Script_GetCurrentArenaSeason 005A2A40 f -Script_GetCurrentBindingSet 0055DC30 f -Script_GetCurrentGuildBankTab 005A4410 f -Script_GetCurrentKeyBoardFocus 0081B820 f -Script_GetCurrentMapAreaID 00544E10 f -Script_GetCurrentMapContinent 00544D40 f -Script_GetCurrentMapDungeonLevel 00544FC0 f -Script_GetCurrentMapZone 00544E80 f -Script_GetCurrentMultisampleFormat 0054F8B0 f -Script_GetCurrentResolution 0054F4A0 f -Script_GetCurrentTitle 0051B3B0 f -Script_GetCursorInfo 00515200 f -Script_GetCursorMoney 00515A50 f -Script_GetCursorPosition 00510A10 f -Script_GetDailyQuestsCompleted 0058DB30 f -Script_GetDamageBonusStat 0051AFB0 f -Script_GetDeathReleasePosition 005459C0 f -Script_GetDebugStats 008E5250 f -Script_GetDebugZoneMap 008E5250 f -Script_GetDefaultLanguage 00500910 f -Script_GetDodgeChance 0060DF30 f -Script_GetDungeonDifficulty 00515790 f -Script_GetEquipmentSetInfo 005AF120 f -Script_GetEquipmentSetInfoByName 005AF1D0 f -Script_GetEquipmentSetItemIDs 005AEF90 f -Script_GetEquipmentSetLocations 005AE860 f -Script_GetEventCPUUsage 005117C0 f -Script_GetExistingLocales 00511C80 f -Script_GetExistingSocketInfo 005C5160 f -Script_GetExistingSocketLink 005C5340 f -Script_GetExpansionLevel 004DDC20 f -Script_GetExpertise 00612BF0 f -Script_GetExpertisePercent 00612CB0 f -Script_GetExtendedItemInfo 008E5250 f -Script_GetFacialHairCustomization 0052E9D0 f -Script_GetFactionInfo 005D1150 f -Script_GetFactionInfoByID 005D11E0 f -Script_GetFarclip 00510200 f -Script_GetFirstTradeSkill 005DAB70 f -Script_GetFrameCPUUsage 00517890 f -Script_GetFramerate 00510470 f -Script_GetFramesRegisteredForEvent 0081BE70 f -Script_GetFriendInfo 006B4130 f -Script_GetFunctionCPUUsage 00511720 f -Script_GetGMStatus 005AD1C0 f -Script_GetGMTicket 005AD070 f -Script_GetGMTicketCategories 00516AA0 f -Script_GetGameTime 00608230 f -Script_GetGamma 0054EA60 f -Script_GetGlyphLink 005B7740 f -Script_GetGlyphSocketInfo 005B7260 f -Script_GetGossipActiveQuests 0058B490 f -Script_GetGossipAvailableQuests 0058B3A0 f -Script_GetGossipOptions 0058A9E0 f -Script_GetGossipText 0058A900 f -Script_GetGreetingText 0058BD30 f -Script_GetGroupPreviewTalentPointsSpent 005C6420 f -Script_GetGuildBankItemInfo 005A6000 f -Script_GetGuildBankItemLink 005A4D30 f -Script_GetGuildBankMoney 005A4440 f -Script_GetGuildBankMoneyTransaction 005A4E50 f -Script_GetGuildBankTabCost 005A6B20 f -Script_GetGuildBankTabInfo 005A67F0 f -Script_GetGuildBankTabPermissions 005CB560 f -Script_GetGuildBankText 005A45E0 f -Script_GetGuildBankTransaction 005A6DC0 f -Script_GetGuildBankWithdrawLimit 005CB700 f -Script_GetGuildBankWithdrawMoney 005A44A0 f -Script_GetGuildCharterCost 00599F40 f -Script_GetGuildEventInfo 005CCD90 f -Script_GetGuildInfo 005EAAF0 f -Script_GetGuildInfoText 005CA330 f -Script_GetGuildRosterInfo 005CC9C0 f -Script_GetGuildRosterLastOnline 005CABB0 f -Script_GetGuildRosterMOTD 005CA190 f -Script_GetGuildRosterSelection 005CAFD0 f -Script_GetGuildRosterShowOffline 005CA1E0 f -Script_GetGuildTabardFileNames 005A6BA0 f -Script_GetHairCustomization 0052E9B0 f -Script_GetHolidayBGHonorCurrencyBonuses 0054A300 f -Script_GetHonorCurrency 0060FC40 f -Script_GetIgnoreName 006B4620 f -Script_GetInboxHeaderInfo 0056E520 f -Script_GetInboxInvoiceInfo 0056E9B0 f -Script_GetInboxItem 00570F10 f -Script_GetInboxItemLink 0056ECA0 f -Script_GetInboxNumItems 0056D6D0 f -Script_GetInboxText 00570BD0 f -Script_GetInspectArenaTeamData 005E8030 f -Script_GetInspectHonorData 005E77C0 f -Script_GetInstanceBootTimeRemaining 005162E0 f -Script_GetInstanceDifficulty 00515750 f -Script_GetInstanceInfo 0051A8C0 f -Script_GetInstanceLockTimeRemaining 00516340 f -Script_GetInstanceLockTimeRemainingEncounter 00516410 f -Script_GetInventoryAlertStatus 005E7FA0 f -Script_GetInventoryItemBroken 005E9D80 f -Script_GetInventoryItemCooldown 005E7E60 f -Script_GetInventoryItemCount 005E9E40 f -Script_GetInventoryItemDurability 005EA170 f -Script_GetInventoryItemGems 005EA4F0 f -Script_GetInventoryItemID 005EA3E0 f -Script_GetInventoryItemLink 005EA270 f -Script_GetInventoryItemQuality 005EA040 f -Script_GetInventoryItemTexture 005E9BC0 f -Script_GetInventoryItemsForSlot 005E95C0 f -Script_GetInventorySlotInfo 005E7D60 f -Script_GetItemCooldown 00510FC0 f -Script_GetItemCount 0051C2E0 f -Script_GetItemFamily 00510F20 f -Script_GetItemGem 0051C150 f -Script_GetItemIcon 00517020 f -Script_GetItemInfo 00516C60 f -Script_GetItemQualityColor 00510E20 f -Script_GetItemSpell 00517100 f -Script_GetItemStatDelta 00608760 f -Script_GetItemStats 00608690 f -Script_GetItemUniqueness 00516ED0 f -Script_GetKnownSlotFromHighestRankSlot 0053B650 f -Script_GetLFDChoiceCollapseState 005564D0 f -Script_GetLFDChoiceEnabledState 005567E0 f -Script_GetLFDChoiceInfo 005551E0 f -Script_GetLFDChoiceLockedState 005576B0 f -Script_GetLFDChoiceOrder 00554BE0 f -Script_GetLFDLockInfo 00557930 f -Script_GetLFDLockPlayerCount 00557890 f -Script_GetLFGBootProposal 00554BD0 f -Script_GetLFGCompletionReward 00557E40 f -Script_GetLFGCompletionRewardItem 00557F70 f -Script_GetLFGDeserterExpiration 005580E0 f -Script_GetLFGDungeonInfo 00555590 f -Script_GetLFGDungeonRewardInfo 00557BE0 f -Script_GetLFGDungeonRewardLink 00557D60 f -Script_GetLFGDungeonRewards 00557AA0 f -Script_GetLFGInfoLocal 00552E90 f -Script_GetLFGInfoServer 00552F30 f -Script_GetLFGProposal 00554370 f -Script_GetLFGProposalEncounter 00554440 f -Script_GetLFGProposalMember 00553110 f -Script_GetLFGQueueStats 00553F90 f -Script_GetLFGQueuedList 00557520 f -Script_GetLFGRandomCooldownExpiration 00558060 f -Script_GetLFGRandomDungeonInfo 005555D0 f -Script_GetLFGRoleUpdate 00554680 f -Script_GetLFGRoleUpdateMember 005548E0 f -Script_GetLFGRoleUpdateSlot 00554740 f -Script_GetLFGRoles 00552E10 f -Script_GetLFGTypes 00552DD0 f -Script_GetLFRChoiceOrder 00554D20 f -Script_GetLanguageByIndex 00500810 f -Script_GetLastQueueStatusIndex 00559FF0 f -Script_GetLatestCompletedAchievements 005B1C20 f -Script_GetLatestCompletedComparisonAchievements 005B1CF0 f -Script_GetLatestThreeSenders 0056F3A0 f -Script_GetLatestUpdatedComparisonStats 005B1D60 f -Script_GetLatestUpdatedStats 005B1C90 f -Script_GetLocale 004DBFD0 f -Script_GetLootMethod 0052CD90 f -Script_GetLootRollItemInfo 005889D0 f -Script_GetLootRollItemLink 00588C00 f -Script_GetLootRollTimeLeft 00588CC0 f -Script_GetLootSlotInfo 00588570 f -Script_GetLootSlotLink 005886D0 f -Script_GetLootThreshold 0052C2A0 f -Script_GetMacroBody 00566F40 f -Script_GetMacroIconInfo 00564E90 f -Script_GetMacroIndexByName 005666A0 f -Script_GetMacroInfo 00566EB0 f -Script_GetMacroItem 00567200 f -Script_GetMacroItemIconInfo 00564F60 f -Script_GetMacroSpell 00567450 f -Script_GetManaRegen 00612A90 f -Script_GetMapContinents 00544B20 f -Script_GetMapDebugObjectInfo 008E5250 f -Script_GetMapInfo 00544CA0 f -Script_GetMapLandmarkInfo 00545A30 f -Script_GetMapOverlayInfo 00545C80 f -Script_GetMapZones 00544B90 f -Script_GetMasterLootCandidate 00588920 f -Script_GetMaxArenaCurrency 005D6FF0 f -Script_GetMaxCombatRatingBonus 006082C0 f -Script_GetMaxDailyQuests 0058C470 f -Script_GetMerchantItemCostInfo 005846E0 f -Script_GetMerchantItemCostItem 00584820 f -Script_GetMerchantItemInfo 00584E10 f -Script_GetMerchantItemLink 00584200 f -Script_GetMerchantItemMaxStack 005842D0 f -Script_GetMerchantNumItems 005841D0 f -Script_GetMinigameState 005C55F0 f -Script_GetMinigameType 005C5500 f -Script_GetMinimapZoneText 00515600 f -Script_GetMirrorTimerInfo 0051CC10 f -Script_GetMirrorTimerProgress 00517AA0 f -Script_GetModifiedClick 0055FC20 f -Script_GetModifiedClickAction 0055EA70 f -Script_GetMoney 0060FBA0 f -Script_GetMouseButtonClicked 0050F950 f -Script_GetMouseButtonName 00514BA0 f -Script_GetMouseFocus 00516BF0 f -Script_GetMovieResolution 004DD610 f -Script_GetMultiCastBarOffset 005B71E0 f -Script_GetMultiCastTotemSpells 005A8330 f -Script_GetMultisampleFormats 0054F820 f -Script_GetMuteName 006B4760 f -Script_GetMuteStatus 004FCDF0 f -Script_GetNetStats 00510AC0 f -Script_GetNewSocketInfo 005C4B60 f -Script_GetNewSocketLink 005C4D10 f -Script_GetNextAchievement 005B3EF0 f -Script_GetNextCompleatedTutorial 005301D0 f -Script_GetNextStableSlotCost 005A14D0 f -Script_GetNumActiveQuests 0058BE00 f -Script_GetNumAddOns 00511200 f -Script_GetNumArenaOpponents 0054A2C0 f -Script_GetNumArenaTeamMembers 005A2930 f -Script_GetNumAuctionItems 0059C1A0 f -Script_GetNumAvailableQuests 0058BDD0 f -Script_GetNumBankSlots 0057BAB0 f -Script_GetNumBattlefieldFlagPositions 0054A0E0 f -Script_GetNumBattlefieldPositions 0054A040 f -Script_GetNumBattlefieldScores 00549E80 f -Script_GetNumBattlefieldStats 00549F20 f -Script_GetNumBattlefieldVehicles 0054A140 f -Script_GetNumBattlefields 0054BAA0 f -Script_GetNumBattlegroundTypes 0054C870 f -Script_GetNumBindings 0055DC00 f -Script_GetNumBuybackItems 005843F0 f -Script_GetNumChannelMembers 00505190 f -Script_GetNumCompanions 0053C2A0 f -Script_GetNumComparisonCompletedAchievements 005B3DC0 f -Script_GetNumCompletedAchievements 005B3CA0 f -Script_GetNumDeclensionSets 00511DD0 f -Script_GetNumDisplayChannels 00504E10 f -Script_GetNumDungeonMapLevels 00546290 f -Script_GetNumEquipmentSets 005AF0D0 f -Script_GetNumFactions 005CFF20 f -Script_GetNumFrames 0081BAB0 f -Script_GetNumFriends 006B4060 f -Script_GetNumGlyphSockets 005B71E0 f -Script_GetNumGossipActiveQuests 0058A9A0 f -Script_GetNumGossipAvailableQuests 0058A960 f -Script_GetNumGossipOptions 0058A920 f -Script_GetNumGuildBankMoneyTransactions 005A45B0 f -Script_GetNumGuildBankTabs 005A44D0 f -Script_GetNumGuildBankTransactions 005A4520 f -Script_GetNumGuildEvents 005CA350 f -Script_GetNumGuildMembers 005CA130 f -Script_GetNumIgnores 006B4560 f -Script_GetNumLanguages 00500760 f -Script_GetNumLootItems 00588540 f -Script_GetNumMacroIcons 00566490 f -Script_GetNumMacroItemIcons 005664E0 f -Script_GetNumMacros 00564BB0 f -Script_GetNumMapDebugObjects 00608560 f -Script_GetNumMapLandmarks 00543020 f -Script_GetNumMapOverlays 00543060 f -Script_GetNumModifiedClickActions 0055DC60 f -Script_GetNumMutes 006B45C0 f -Script_GetNumPackages 0056E1E0 f -Script_GetNumPartyMembers 0052C110 f -Script_GetNumPetitionItems 005A1F70 f -Script_GetNumPetitionNames 005CEAC0 f -Script_GetNumQuestChoices 0058C1F0 f -Script_GetNumQuestItemDrops 005E4260 f -Script_GetNumQuestItems 0058C250 f -Script_GetNumQuestLeaderBoards 005E41A0 f -Script_GetNumQuestLogChoices 005DF1D0 f -Script_GetNumQuestLogEntries 005DF010 f -Script_GetNumQuestLogRewardFactions 005DF910 f -Script_GetNumQuestLogRewards 005DF150 f -Script_GetNumQuestRewards 0058C190 f -Script_GetNumQuestWatches 005DF5D0 f -Script_GetNumRaidMembers 00572B40 f -Script_GetNumRandomDungeons 005553B0 f -Script_GetNumRoutes 005911C0 f -Script_GetNumSavedInstances 004FCA50 f -Script_GetNumShapeshiftForms 0053C0B0 f -Script_GetNumSkillLines 005CD1B0 f -Script_GetNumSockets 005C4AF0 f -Script_GetNumSpellTabs 0053B5C0 f -Script_GetNumStablePets 005A0F60 f -Script_GetNumStableSlots 005A0FA0 f -Script_GetNumStationeries 00571AB0 f -Script_GetNumTalentGroups 005C5DF0 f -Script_GetNumTalentTabs 005C5CC0 f -Script_GetNumTalents 005C5D40 f -Script_GetNumTitles 005165E0 f -Script_GetNumTrackedAchievements 005B2120 f -Script_GetNumTrackingTypes 0057F170 f -Script_GetNumTradeSkills 005DA120 f -Script_GetNumTrainerServices 00593D10 f -Script_GetNumVoiceSessionMembersBySessionID 007DB370 f -Script_GetNumVoiceSessions 007DB030 f -Script_GetNumWhoResults 006B33D0 f -Script_GetNumWorldStateUI 00548720 f -Script_GetObjectiveText 0058BD70 f -Script_GetOptOutOfLoot 0052C2D0 f -Script_GetOwnerAuctionItems 0059D4F0 f -Script_GetPVPDesired 0051BCA0 f -Script_GetPVPLifetimeStats 00611B80 f -Script_GetPVPRankInfo 00611CB0 f -Script_GetPVPRankProgress 00608560 f -Script_GetPVPSessionStats 00611A20 f -Script_GetPVPTimer 0051BD00 f -Script_GetPVPYesterdayStats 00611AD0 f -Script_GetPackageInfo 0056E210 f -Script_GetParryChance 0060E070 f -Script_GetPartyAssignment 0052CF60 f -Script_GetPartyLFGBackfillInfo 005556D0 f -Script_GetPartyLeaderIndex 0052C270 f -Script_GetPartyMember 0052C1D0 f -Script_GetPetActionCooldown 005D5280 f -Script_GetPetActionInfo 005D4EC0 f -Script_GetPetActionSlotUsable 005D5400 f -Script_GetPetActionsUsable 005D53C0 f -Script_GetPetExperience 005D3A20 f -Script_GetPetFoodTypes 005D3BD0 f -Script_GetPetHappiness 005D3B00 f -Script_GetPetIcon 005D3CE0 f -Script_GetPetSpellBonusDamage 0060E410 f -Script_GetPetTalentTree 005D3D80 f -Script_GetPetTimeRemaining 005D3180 f -Script_GetPetitionInfo 005CECE0 f -Script_GetPetitionItemInfo 005A1FB0 f -Script_GetPetitionNameInfo 005CEE30 f -Script_GetPlayerFacing 0060A490 f -Script_GetPlayerInfoByGUID 00613F90 f -Script_GetPlayerMapPosition 00545880 f -Script_GetPlayerTradeMoney 00586780 f -Script_GetPossessInfo 005D5820 f -Script_GetPowerRegen 00612B40 f -Script_GetPrevCompleatedTutorial 00530240 f -Script_GetPreviewTalentPointsSpent 005C63B0 f -Script_GetPreviousAchievement 005B1690 f -Script_GetPreviousArenaSeason 005A2A70 f -Script_GetProgressText 0058BD90 f -Script_GetQuestBackgroundMaterial 0058C990 f -Script_GetQuestGreenRange 005E51A0 f -Script_GetQuestIndexForTimer 005E4FB0 f -Script_GetQuestIndexForWatch 005DF780 f -Script_GetQuestItemInfo 0058D980 f -Script_GetQuestItemLink 0058C2B0 f -Script_GetQuestLink 005E51D0 f -Script_GetQuestLogChoiceInfo 005E4660 f -Script_GetQuestLogCompletionText 005E06D0 f -Script_GetQuestLogGroupNum 005DF870 f -Script_GetQuestLogItemDrop 005E60D0 f -Script_GetQuestLogItemLink 005DF250 f -Script_GetQuestLogLeaderBoard 005E5F60 f -Script_GetQuestLogPushable 005DF520 f -Script_GetQuestLogQuestText 005E0340 f -Script_GetQuestLogRequiredMoney 005DF460 f -Script_GetQuestLogRewardArenaPoints 005DF400 f -Script_GetQuestLogRewardFactionInfo 005DF940 f -Script_GetQuestLogRewardHonor 005E4B70 f -Script_GetQuestLogRewardInfo 005E4490 f -Script_GetQuestLogRewardMoney 005E48F0 f -Script_GetQuestLogRewardSpell 005E4D10 f -Script_GetQuestLogRewardTalents 005DF3A0 f -Script_GetQuestLogRewardTitle 005E4C10 f -Script_GetQuestLogRewardXP 005E49B0 f -Script_GetQuestLogSelection 005DF0A0 f -Script_GetQuestLogSpecialItemCooldown 005E53D0 f -Script_GetQuestLogSpecialItemInfo 005E52D0 f -Script_GetQuestLogSpellLink 005E4840 f -Script_GetQuestLogTimeLeft 005E4320 f -Script_GetQuestLogTitle 005E5CC0 f -Script_GetQuestMoneyToGet 0058C160 f -Script_GetQuestPOILeaderBoard 005E6650 f -Script_GetQuestResetTime 005E6DE0 f -Script_GetQuestReward 0058D620 f -Script_GetQuestSortIndex 005DFA10 f -Script_GetQuestSpellLink 0058DAB0 f -Script_GetQuestText 0058BD50 f -Script_GetQuestTimers 005E6240 f -Script_GetQuestWatchIndex 005DFC40 f -Script_GetQuestWorldMapAreaID 005E56C0 f -Script_GetQuestsCompleted 005B5290 f -Script_GetRaidDifficulty 00515810 f -Script_GetRaidRosterInfo 00573690 f -Script_GetRaidRosterSelection 00572C50 f -Script_GetRaidTargetIndex 00572AB0 f -Script_GetRandomBGHonorCurrencyBonuses 0054A370 f -Script_GetRandomDungeonBestChoice 00553120 f -Script_GetRangedCritChance 0060E230 f -Script_GetReadyCheckStatus 00574180 f -Script_GetReadyCheckTimeLeft 00572C80 f -Script_GetRealNumPartyMembers 0052C190 f -Script_GetRealNumRaidMembers 00572B80 f -Script_GetRealZoneText 005155A0 f -Script_GetRealmName 00510E00 f -Script_GetRefreshRates 0054F690 f -Script_GetReleaseTimeRemaining 00516210 f -Script_GetRepairAllCost 00585990 f -Script_GetResSicknessDuration 006118C0 f -Script_GetRestState 0051B8B0 f -Script_GetRewardArenaPoints 0058C4A0 f -Script_GetRewardHonor 0058C110 f -Script_GetRewardMoney 0058C0B0 f -Script_GetRewardSpell 0058D670 f -Script_GetRewardTalents 0058C140 f -Script_GetRewardText 0058BDB0 f -Script_GetRewardTitle 0058D810 f -Script_GetRewardXP 0058C0E0 f -Script_GetRuneCooldown 00613020 f -Script_GetRuneCount 00613140 f -Script_GetRuneType 006131E0 f -Script_GetRunningMacro 00564C10 f -Script_GetRunningMacroButton 00564C70 f -Script_GetSavedInstanceInfo 004FF2C0 f -Script_GetScreenHeight 0051AF50 f -Script_GetScreenResolutions 0054F430 f -Script_GetScreenWidth 0051AEF0 f -Script_GetScriptCPUUsage 00511610 f -Script_GetSelectedAuctionItem 0059C920 f -Script_GetSelectedBattlefield 0054BBD0 f -Script_GetSelectedDisplayChannel 004FFA10 f -Script_GetSelectedFaction 005D0820 f -Script_GetSelectedFriend 006B44B0 f -Script_GetSelectedIgnore 006B4A00 f -Script_GetSelectedMute 006B4A40 f -Script_GetSelectedSkill 005CD8F0 f -Script_GetSelectedStablePet 005A1060 f -Script_GetSelectedStationeryTexture 0056E170 f -Script_GetSendMailCOD 0056D690 f -Script_GetSendMailItem 00570750 f -Script_GetSendMailItemLink 0056E3A0 f -Script_GetSendMailMoney 0056D5D0 f -Script_GetSendMailPrice 00571B00 f -Script_GetShapeshiftForm 0053DE10 f -Script_GetShapeshiftFormCooldown 0053C180 f -Script_GetShapeshiftFormInfo 0053DE90 f -Script_GetShieldBlock 0060DFF0 f -Script_GetSkillLineInfo 005CDE20 f -Script_GetSocketItemBoundTradeable 005C4EA0 f -Script_GetSocketItemInfo 005C49D0 f -Script_GetSocketItemRefundable 005C5470 f -Script_GetSocketTypes 005C4550 f -Script_GetSpellAutocast 00541010 f -Script_GetSpellBonusDamage 0060E310 f -Script_GetSpellBonusHealing 0060E3B0 f -Script_GetSpellCooldown 00540E80 f -Script_GetSpellCount 00540DF0 f -Script_GetSpellCritChance 0060E290 f -Script_GetSpellCritChanceFromIntellect 0060E1B0 f -Script_GetSpellInfo 00540A30 f -Script_GetSpellLink 005408E0 f -Script_GetSpellName 005407F0 f -Script_GetSpellPenetration 0060E470 f -Script_GetSpellTabInfo 0053BE70 f -Script_GetSpellTexture 00540D70 f -Script_GetStablePetFoodTypes 005A16A0 f -Script_GetStablePetInfo 005A1330 f -Script_GetStationeryInfo 0056DF80 f -Script_GetStatistic 005B5620 f -Script_GetStatisticsCategoryList 005B14B0 f -Script_GetSubZoneText 005155D0 f -Script_GetSuggestedGroupNum 0058C3B0 f -Script_GetSummonConfirmAreaName 00516580 f -Script_GetSummonConfirmSummoner 00516510 f -Script_GetSummonConfirmTimeLeft 005164B0 f -Script_GetSummonFriendCooldown 00511D30 f -Script_GetTabardCreationCost 00598DD0 f -Script_GetTabardInfo 0059A1F0 f -Script_GetTalentInfo 005C7800 f -Script_GetTalentLink 005C7CE0 f -Script_GetTalentPrereqs 005C7ED0 f -Script_GetTalentTabInfo 005C6150 f -Script_GetTargetTradeMoney 005867D0 f -Script_GetTaxiBenchmarkMode 0051D100 f -Script_GetTerrainMip 0054EB10 f -Script_GetTexLodBias 005102B0 f -Script_GetText 0081B720 f ; thanks namreeb :^) -Script_GetThreatStatusColor 00511FE0 f -Script_GetTime 006081F0 f -Script_GetTimeToWellRested 00510B90 f -Script_GetTitleName 0051B4E0 f -Script_GetTitleText 0058BD10 f -Script_GetTotalAchievementPoints 005B1DC0 f -Script_GetTotemInfo 0051D330 f -Script_GetTotemTimeLeft 00517C60 f -Script_GetTrackedAchievements 005B2040 f -Script_GetTrackingInfo 0057F1B0 f -Script_GetTrackingTexture 0057F4F0 f -Script_GetTradePlayerItemInfo 00587EB0 f -Script_GetTradePlayerItemLink 00586D00 f -Script_GetTradeSkillCooldown 005DA9A0 f -Script_GetTradeSkillDescription 005DBE10 f -Script_GetTradeSkillIcon 005DB550 f -Script_GetTradeSkillInfo 005DB2A0 f -Script_GetTradeSkillInvSlotFilter 005DBF90 f -Script_GetTradeSkillInvSlots 005DBF10 f -Script_GetTradeSkillItemLevelFilter 005DA170 f -Script_GetTradeSkillItemLink 005DBA70 f -Script_GetTradeSkillItemNameFilter 005DA150 f -Script_GetTradeSkillLine 005DB810 f -Script_GetTradeSkillListLink 005DC0B0 f -Script_GetTradeSkillNumMade 005DB6E0 f -Script_GetTradeSkillNumReagents 005DBBA0 f -Script_GetTradeSkillReagentInfo 005DE400 f -Script_GetTradeSkillReagentItemLink 005DBCC0 f -Script_GetTradeSkillRecipeLink 005DB920 f -Script_GetTradeSkillSelectionIndex 005DA970 f -Script_GetTradeSkillSubClassFilter 005DA1B0 f -Script_GetTradeSkillSubClasses 005DAA70 f -Script_GetTradeSkillTools 005DE620 f -Script_GetTradeTargetItemInfo 00587C60 f -Script_GetTradeTargetItemLink 005865F0 f -Script_GetTradeskillRepeatCount 005DA270 f -Script_GetTrainerGreetingText 00593D90 f -Script_GetTrainerSelectionIndex 00594430 f -Script_GetTrainerServiceAbilityReq 005955E0 f -Script_GetTrainerServiceCost 00594480 f -Script_GetTrainerServiceDescription 005959D0 f -Script_GetTrainerServiceIcon 00595150 f -Script_GetTrainerServiceInfo 00595090 f -Script_GetTrainerServiceItemLink 00596290 f -Script_GetTrainerServiceLevelReq 00594530 f -Script_GetTrainerServiceNumAbilityReq 005945B0 f -Script_GetTrainerServiceSkillLine 005952F0 f -Script_GetTrainerServiceSkillReq 00595470 f -Script_GetTrainerServiceStepIncrease 00595C40 f -Script_GetTrainerServiceStepReq 005957D0 f -Script_GetTrainerServiceTypeFilter 00593E10 f -Script_GetTrainerSkillLineFilter 00593EB0 f -Script_GetTrainerSkillLines 00594650 f -Script_GetUnitHealthModifier 006127F0 f -Script_GetUnitHealthRegenRateFromSpirit 00612980 f -Script_GetUnitManaRegenRateFromSpirit 00612A00 f -Script_GetUnitMaxHealthModifier 00612870 f -Script_GetUnitPitch 00613330 f -Script_GetUnitPowerModifier 00612900 f -Script_GetUnitSpeed 00613290 f -Script_GetUnspentTalentPoints 005C6310 f -Script_GetVehicleUIIndicator 00614E60 f -Script_GetVehicleUIIndicatorSeat 00614EF0 f -Script_GetVideoCaps 0054EE60 f -Script_GetVoiceCurrentSessionID 007DB1F0 f -Script_GetVoiceSessionInfo 007DB0B0 f -Script_GetVoiceSessionMemberInfoBySessionID 007DEEF0 f -Script_GetVoiceStatus 007DB8D0 f -Script_GetWatchedFactionInfo 005D1240 f -Script_GetWaterDetail 00608560 f -Script_GetWeaponEnchantInfo 005EACA0 f -Script_GetWhoInfo 006B4A80 f -Script_GetWintergraspWaitTime 005435A0 f -Script_GetWorldPVPQueueStatus 0054C8A0 f -Script_GetWorldStateUIInfo 00548D40 f -Script_GetXPExhaustion 0051B960 f -Script_GetZonePVPInfo 0051BA50 f -Script_GetZoneText 00515570 f -Script_GiveMasterLoot 00589600 f -Script_GlyphMatchesSocket 005B7410 f -Script_GrantLevel 00523160 f -Script_GuildControlAddRank 005CB330 f -Script_GuildControlDelRank 005CB3F0 f -Script_GuildControlGetNumRanks 005CA220 f -Script_GuildControlGetRankFlags 005CC3E0 f -Script_GuildControlGetRankName 005CCC90 f -Script_GuildControlSaveRank 005CB170 f -Script_GuildControlSetRank 005CA260 f -Script_GuildControlSetRankFlag 005CA2B0 f -Script_GuildDemote 00522C90 f -Script_GuildDisband 00515BE0 f -Script_GuildInfo 00515C50 f -Script_GuildInvite 00522A20 f -Script_GuildLeave 00515B70 f -Script_GuildPromote 00522BC0 f -Script_GuildRoster 005CB810 f -Script_GuildRosterSetOfficerNote 005CAE20 f -Script_GuildRosterSetPublicNote 005CAD00 f -Script_GuildSetLeader 00522D60 f -Script_GuildSetMOTD 00515A90 f -Script_GuildUninvite 00522AF0 f -Script_HasAction 005A8220 f -Script_HasCompletedAnyAchievement 005B1EC0 f -Script_HasDebugZoneMap 008E5250 f -Script_HasFilledPetition 005A2820 f -Script_HasFullControl 00611600 f -Script_HasInspectHonorData 005E7780 f -Script_HasKey 0051AE80 f -Script_HasLFGRestrictions 0052C350 f -Script_HasNewMail 0056F350 f -Script_HasPetSpells 0053DD30 f -Script_HasPetUI 005D3960 f -Script_HasSoulstone 0051ACD0 f -Script_HasWandEquipped 005EAE90 f -Script_HearthAndResurrectFromArea 0054C7A0 f -Script_HideRepairCursor 00584390 f -Script_InCinematic 00516760 f -Script_InCombatLockdown 00511CC0 f -Script_InRepairMode 005843B0 f -Script_InboxItemCanDelete 0056F280 f -Script_InitWorldMapPing 00545FF0 f -Script_InitiateTrade 00522600 f -Script_InteractUnit 00527F00 f -Script_InviteUnit 0051A6E0 f -Script_IsActionInRange 005A9D50 f -Script_IsActiveBattlefieldArena 00549AD0 f -Script_IsActiveQuestTrivial 0058D420 f -Script_IsAddOnLoadOnDemand 00511A60 f -Script_IsAddOnLoaded 00511B30 f -Script_IsAltKeyDown 00514820 f -Script_IsArenaTeamCaptain 0060DC70 f -Script_IsAtStableMaster 005A1090 f -Script_IsAttackAction 005A9BA0 f -Script_IsAttackSpell 00541420 f -Script_IsAuctionSortReversed 0059AB90 f -Script_IsAutoRepeatAction 005A9C10 f -Script_IsAutoRepeatSpell 005415D0 f -Script_IsAvailableQuestTrivial 0058D370 f -Script_IsBNLogin 00530F20 f -Script_IsBattlefieldArena 0054BAE0 f -Script_IsConsumableAction 005A9C80 f -Script_IsConsumableItem 005173E0 f -Script_IsConsumableSpell 005419F0 f -Script_IsControlKeyDown 005146D0 f -Script_IsCurrentAction 005AAD40 f -Script_IsCurrentItem 005110D0 f -Script_IsCurrentQuestFailed 005E43F0 f -Script_IsCurrentSpell 00541500 f -Script_IsDebugBuild 0050FE80 f -Script_IsDesaturateSupported 00511FB0 f -Script_IsDisplayChannelModerator 004FFAE0 f -Script_IsDisplayChannelOwner 004FFA70 f -Script_IsDressableItem 00517530 f -Script_IsEquippableItem 00511150 f -Script_IsEquippedAction 005A8BC0 f -Script_IsEquippedItem 0051C690 f -Script_IsEquippedItemType 0051C740 f -Script_IsFactionInactive 005D0740 f -Script_IsFalling 00612430 f -Script_IsFishingLoot 005888E0 f -Script_IsFlyableArea 00612260 f -Script_IsFlying 00612500 f -Script_IsGuildLeader 0060DB80 f -Script_IsHarmfulItem 005172E0 f -Script_IsHarmfulSpell 005418F0 f -Script_IsHelpfulItem 005171F0 f -Script_IsHelpfulSpell 00541800 f -Script_IsIgnored 006B6C60 f -Script_IsIgnoredOrMuted 006B6D80 f -Script_IsInArenaTeam 0060DBF0 f -Script_IsInGuild 0060DB20 f -Script_IsInInstance 005156A0 f -Script_IsInLFGDungeon 00555660 f -Script_IsIndoors 00612300 f -Script_IsInventoryItemLocked 005EA6E0 f -Script_IsItemInRange 0051C9C0 f -Script_IsLFGDungeonJoinable 0055A040 f -Script_IsLeftAltKeyDown 00514760 f -Script_IsLeftControlKeyDown 00514610 f -Script_IsLeftShiftKeyDown 005144C0 f -Script_IsLinuxClient 00510B90 f -Script_IsListedInLFR 005586D0 f -Script_IsLoggedIn 0060A450 f -Script_IsMacClient 00510B90 f -Script_IsModifiedClick 0055FCC0 f -Script_IsModifierKeyDown 00514430 f -Script_IsMounted 006125A0 f -Script_IsMouseButtonDown 005148B0 f -Script_IsMouselooking 005F9DD0 f -Script_IsMuted 006B6CF0 f -Script_IsOutOfBounds 006123C0 f -Script_IsOutdoors 00612360 f -Script_IsPVPTimerRunning 0051BD60 f -Script_IsPartyLFG 0052C310 f -Script_IsPartyLeader 0052CCD0 f -Script_IsPassiveSpell 00541340 f -Script_IsPetAttackAction 005D5A10 f -Script_IsPetAttackActive 005D3160 f -Script_IsPlayerResolutionAvailable 0054EBC0 f -Script_IsPossessBarVisible 005A8820 f -Script_IsQuestCompletable 0058D5D0 f -Script_IsQuestLogSpecialItemInRange 005E54C0 f -Script_IsQuestWatched 005DF610 f -Script_IsRaidLeader 00573A60 f -Script_IsRaidOfficer 00573B00 f -Script_IsRealPartyLeader 0052CD30 f -Script_IsRealRaidLeader 00573AB0 f -Script_IsReferAFriendLinked 0051D1B0 f -Script_IsResting 0060DD40 f -Script_IsRightAltKeyDown 005147C0 f -Script_IsRightControlKeyDown 00514670 f -Script_IsRightShiftKeyDown 00514520 f -Script_IsSelectedSpell 005412C0 f -Script_IsShiftKeyDown 00514580 f -Script_IsSilenced 004FFB50 f -Script_IsSpellInRange 00541C60 f -Script_IsSpellKnown 0053C3A0 f -Script_IsStackableAction 005A8720 f -Script_IsStealthed 00612610 f -Script_IsStereoVideoAvailable 0054EF90 f -Script_IsSubZonePVPPOI 005167E0 f -Script_IsSwimming 006124A0 f -Script_IsThreatWarningEnabled 00517D30 f -Script_IsTitleKnown 0051B410 f -Script_IsTrackedAchievement 005B2090 f -Script_IsTradeSkillLinked 005DA310 f -Script_IsTradeskillTrainer 00593D50 f -Script_IsTrainerServiceSkillStep 00595B60 f -Script_IsTutorialFlagged 005307A0 f -Script_IsUnitOnQuest 005E4070 f -Script_IsUsableAction 005A7E60 f -Script_IsUsableItem 0051C450 f -Script_IsUsableSpell 00541680 f -Script_IsUsingVehicleControls 005FB970 f -Script_IsVehicleAimAngleAdjustable 005F9F70 f -Script_IsVehicleAimPowerAdjustable 005F9FE0 f -Script_IsVoiceChatAllowed 004FCC60 f -Script_IsVoiceChatAllowedByServer 004FCCB0 f -Script_IsVoiceChatEnabled 004FCBF0 f -Script_IsWindowsClient 004DCE40 f -Script_IsXPUserDisabled 00614140 f -Script_IsZoomOutAvailable 00545050 f -Script_ItemHasRange 0051C870 f -Script_ItemTextGetCreator 0058A480 f -Script_ItemTextGetItem 00589C40 f -Script_ItemTextGetMaterial 00589C90 f -Script_ItemTextGetPage 00589B50 f -Script_ItemTextGetText 00589B90 f -Script_ItemTextHasNextPage 00589D70 f -Script_ItemTextNextPage 0058A150 f -Script_ItemTextPrevPage 0058A110 f -Script_JoinBattlefield 0054D990 f -Script_JoinChannelByName 0050DAA0 f -Script_JoinLFG 00557660 f -Script_JoinPermanentChannel 0050DAC0 f -Script_JoinTemporaryChannel 0050DAA0 f -Script_JumpOrAscendStart 005FBF80 f -Script_KBArticle_BeginLoading 00551D60 f -Script_KBArticle_GetData 00551DD0 f -Script_KBArticle_IsLoaded 00551DA0 f -Script_KBQuery_BeginLoading 00552580 f -Script_KBQuery_GetArticleHeaderCount 00551BC0 f -Script_KBQuery_GetArticleHeaderData 00551C00 f -Script_KBQuery_GetTotalArticleCount 00551D10 f -Script_KBQuery_IsLoaded 00551B90 f -Script_KBSetup_BeginLoading 00551720 f -Script_KBSetup_GetArticleHeaderCount 005519F0 f -Script_KBSetup_GetArticleHeaderData 00551A30 f -Script_KBSetup_GetCategoryCount 005518C0 f -Script_KBSetup_GetCategoryData 00551900 f -Script_KBSetup_GetLanguageCount 00551790 f -Script_KBSetup_GetLanguageData 005517D0 f -Script_KBSetup_GetSubCategoryCount 005523A0 f -Script_KBSetup_GetSubCategoryData 00552440 f -Script_KBSetup_GetTotalArticleCount 00551B40 f -Script_KBSetup_IsLoaded 00551760 f -Script_KBSystem_GetMOTD 00551FB0 f -Script_KBSystem_GetServerNotice 00551FF0 f -Script_KBSystem_GetServerStatus 00551FD0 f -Script_KeyRingButtonIDToInvSlotID 005E7700 f -Script_LFGTeleport 00556BC0 f -Script_LearnPreviewTalents 005C6A10 f -Script_LearnTalent 005C80E0 f -Script_LeaveBattlefield 0054C250 f -Script_LeaveChannelByName 005096D0 f -Script_LeaveLFG 00554160 f -Script_LeaveParty 0052D990 f -Script_ListChannelByName 004FE630 f -Script_ListChannels 0050DAE0 f -Script_LoadAddOn 00528920 f -Script_LoadBindings 00564070 f -Script_LoggingChat 004FBD00 f -Script_LoggingCombat 004FBD20 f -Script_Logout 00510430 f -Script_LootSlot 00589520 f -Script_LootSlotIsCoin 00588810 f -Script_LootSlotIsItem 00588750 f -Script_MakeMinigameMove 005C5550 f -Script_MouselookStart 005FCC10 f -Script_MouselookStop 005FC890 f -Script_MoveAndSteerStart 005FC780 f -Script_MoveAndSteerStop 005FC830 f -Script_MoveBackwardStart 005FC290 f -Script_MoveBackwardStop 005FC2E0 f -Script_MoveForwardStart 005FC200 f -Script_MoveForwardStop 005FC250 f -Script_MoveViewDownStart 005FF210 f -Script_MoveViewDownStop 005FF230 f -Script_MoveViewInStart 005FF080 f -Script_MoveViewInStop 005FF0A0 f -Script_MoveViewLeftStart 005FF170 f -Script_MoveViewLeftStop 005FF190 f -Script_MoveViewOutStart 005FF0D0 f -Script_MoveViewOutStop 005FF0F0 f -Script_MoveViewRightStart 005FF120 f -Script_MoveViewRightStop 005FF140 f -Script_MoveViewUpStart 005FF1C0 f -Script_MoveViewUpStop 005FF1E0 f -Script_NewGMTicket 005AD080 f -Script_NextView 00604CE0 f -Script_NoPlayTime 0051CBA0 f -Script_NotWhileDeadError 00522F90 f -Script_NotifyInspect 00522870 f -Script_NumTaxiNodes 00590710 f -Script_OfferPetition 005CF220 f -Script_OffhandHasWeapon 005EAC10 f -Script_OpenCalendar 005BD7E0 f -Script_OpenTrainer 00595040 f -Script_OpeningCinematic 005166F0 f -Script_PartialPlayTime 0051CB30 f -Script_PartyLFGStartBackfill 0055A0C0 f -Script_PetAbandon 005D5650 f -Script_PetAggressiveMode 005D5520 f -Script_PetAttack 005D55B0 f -Script_PetCanBeAbandoned 005D3780 f -Script_PetCanBeDismissed 005D3820 f -Script_PetCanBeRenamed 005D38C0 f -Script_PetDefensiveMode 005D54F0 f -Script_PetDismiss 005D5660 f -Script_PetFollow 005D5580 f -Script_PetHasActionBar 005D3720 f -Script_PetPassiveMode 005D54C0 f -Script_PetRename 005D5670 f -Script_PetStopAttack 005D5640 f -Script_PetWait 005D5550 f -Script_PickupAction 005AC090 f -Script_PickupBagFromSlot 005EA840 f -Script_PickupCompanion 0053C310 f -Script_PickupContainerItem 005D7FF0 f -Script_PickupEquipmentSet 005AF2C0 f -Script_PickupEquipmentSetByName 005AF250 f -Script_PickupGuildBankItem 005A6200 f -Script_PickupGuildBankMoney 005A4330 f -Script_PickupInventoryItem 005EA5F0 f -Script_PickupItem 00522FB0 f -Script_PickupMacro 005674F0 f -Script_PickupMerchantItem 005853A0 f -Script_PickupPetAction 005D65C0 f -Script_PickupPlayerMoney 00522980 f -Script_PickupSpell 00541200 f -Script_PickupStablePet 005A0FE0 f -Script_PickupTradeMoney 00586810 f -Script_PitchDownStart 005FC920 f -Script_PitchDownStop 005FC5C0 f -Script_PitchUpStart 005FC8E0 f -Script_PitchUpStop 005FC570 f -Script_PlaceAction 005AB840 f -Script_PlaceAuctionBid 0059DA40 f -Script_PlaceGlyphInSocket 005B75A0 f -Script_PlayDance 005761F0 f -Script_PlayMusic 00985950 f -Script_PlaySound 009858B0 f -Script_PlaySoundFile 009859B0 f -Script_PlayerCanTeleport 0060D8F0 f -Script_PlayerIsPVPInactive 00612E20 f -Script_PositionMiniWorldMapArrowFrame 005432C0 f -Script_PositionWorldMapArrowFrame 005430A0 f -Script_PrevView 00604D10 f -Script_ProcessMapClick 00546E80 f -Script_ProcessQuestLogRewardFactions 005DF8A0 f -Script_PromoteToAssistant 00573EF0 f -Script_PromoteToLeader 00573E10 f -Script_PurchaseSlot 0057BBC0 f -Script_PutItemInBackpack 005EA7F0 f -Script_PutItemInBag 005EA780 f -Script_QueryAuctionItems 0059BCF0 f -Script_QueryGuildBankLog 005A6D50 f -Script_QueryGuildBankTab 005A5CE0 f -Script_QueryGuildBankText 005A7110 f -Script_QueryGuildEventLog 005CC470 f -Script_QueryQuestsCompleted 005B1BB0 f -Script_QuestChooseRewardError 0058C3A0 f -Script_QuestFlagsPVP 0058C3E0 f -Script_QuestGetAutoAccept 0058C430 f -Script_QuestIsDaily 0058C4D0 f -Script_QuestIsWeekly 0058C510 f -Script_QuestLogPushQuest 005E4ED0 f -Script_QuestMapUpdateAllQuests 005E63D0 f -Script_QuestPOIGetIconInfo 005E0590 f -Script_QuestPOIGetQuestIDByIndex 005DFA80 f -Script_QuestPOIGetQuestIDByVisibleIndex 005E5750 f -Script_QuestPOIUpdateIcons 005E5740 f -Script_QuestPOIUpdateTexture 008E5250 f -Script_Quit 00510450 f -Script_RandomRoll 00516610 f -Script_ReadFile 00510BB0 f -Script_RefreshLFGList 0055D280 f -Script_RegisterCVar 0050FF30 f -Script_RegisterForSave 0052B470 f -Script_RegisterForSavePerCharacter 0052B4E0 f -Script_RegisterStaticConstants 005AC320 f -Script_RejectProposal 00554600 f -Script_ReloadUI 005222E0 f -Script_RemoveChatWindowChannel 004FF0D0 f -Script_RemoveChatWindowMessages 004FC250 f -Script_RemoveFriend 006B7BD0 f -Script_RemoveGlyphFromSocket 005B7660 f -Script_RemoveQuestWatch 005DF700 f -Script_RemoveSkillUp 005CE4D0 f -Script_RemoveTrackedAchievement 005B48D0 f -Script_RenameEquipmentSet 005AF910 f -Script_RenamePetition 005CF450 f -Script_RepairAllItems 00585C90 f -Script_ReplaceEnchant 005167A0 f -Script_ReplaceTradeEnchant 00510B80 f -Script_RepopMe 0051AA90 f -Script_ReportBug 00510930 f -Script_ReportPlayerIsPVPAFK 00612D50 f -Script_ReportSuggestion 00510980 f -Script_RequestBattlefieldPositions 0054DCB0 f -Script_RequestBattlefieldScoreData 0054DCA0 f -Script_RequestBattlegroundInstanceInfo 0054E6D0 f -Script_RequestInspectHonorData 005EAC90 f -Script_RequestLFDPartyLockInfo 00556A50 f -Script_RequestLFDPlayerLockInfo 005569D0 f -Script_RequestRaidInfo 00500BE0 f -Script_RequestTimePlayed 00515880 f -Script_ResetCPUUsage 00511830 f -Script_ResetChatColors 004FED10 f -Script_ResetChatWindows 00501F00 f -Script_ResetCursor 00510920 f -Script_ResetDisabledAddOns 00511A40 f -Script_ResetGroupPreviewTalentPoints 005C7200 f -Script_ResetInstances 00515630 f -Script_ResetPerformanceValues 008E5250 f -Script_ResetPreviewTalentPoints 005C7130 f -Script_ResetTutorials 00530830 f -Script_ResetView 00604C80 f -Script_RespondInstanceLock 00613ED0 f -Script_RespondMailLockSendItem 0056F410 f -Script_RestartGx 004DD400 f -Script_RestoreVideoEffectsDefaults 00510DD0 f -Script_RestoreVideoResolutionDefaults 00510DC0 f -Script_RestoreVideoStereoDefaults 004DD420 f -Script_ResurrectGetOfferer 00515950 f -Script_ResurrectHasSickness 005159C0 f -Script_ResurrectHasTimer 00515A00 f -Script_RetrieveCorpse 0051B800 f -Script_ReturnInboxItem 0056F000 f -Script_RollOnLoot 00588D60 f -Script_RunBinding 0055FAD0 f -Script_RunMacro 00566E80 f -Script_RunMacroText 00566400 f -Script_RunScript 00510B30 f -Script_SaveBindings 005640C0 f -Script_SaveEquipmentSet 005AF9C0 f -Script_SaveView 005FF260 f -Script_Screenshot 005150E0 f -Script_SearchLFGGetEncounterResults 00553C30 f -Script_SearchLFGGetJoinedID 005529A0 f -Script_SearchLFGGetNumResults 00553BA0 f -Script_SearchLFGGetPartyResults 00556280 f -Script_SearchLFGGetResults 00555FD0 f -Script_SearchLFGJoin 00559400 f -Script_SearchLFGLeave 005594E0 f -Script_SearchLFGSort 0055D2B0 f -Script_SecureCmdOptionParse 00564AE0 f -Script_SelectActiveQuest 0058D540 f -Script_SelectAvailableQuest 0058D4D0 f -Script_SelectGossipActiveQuest 0058B670 f -Script_SelectGossipAvailableQuest 0058B600 f -Script_SelectGossipOption 0058B590 f -Script_SelectPackage 0056E310 f -Script_SelectQuestLogEntry 005E02F0 f -Script_SelectStationery 0056E0E0 f -Script_SelectTradeSkill 005DA900 f -Script_SelectTrainerService 005943A0 f -Script_SendAddonMessage 00500560 f -Script_SendChatMessage 0050D170 f -Script_SendMail 00570910 f -Script_SendSystemMessage 0050D8A0 f -Script_SendWho 006B6B50 f -Script_SetAbandonQuest 005DF0D0 f -Script_SetAchievementComparisonUnit 005B1AB0 f -Script_SetActionBarToggles 005A8290 f -Script_SetActiveTalentGroup 005C5E70 f -Script_SetActiveVoiceChannel 00500AE0 f -Script_SetActiveVoiceChannelBySessionID 007DB280 f -Script_SetAllowLowLevelRaid 0051D600 f -Script_SetArenaTeamRosterSelection 005A3370 f -Script_SetArenaTeamRosterShowOffline 005A35E0 f -Script_SetAuctionsTabShowing 0059B0B0 f -Script_SetBagPortraitTexture 005D7180 f -Script_SetBaseMip 00510390 f -Script_SetBattlefieldScoreFaction 0054C120 f -Script_SetBinding 00563520 f -Script_SetBindingClick 00563940 f -Script_SetBindingItem 00563700 f -Script_SetBindingMacro 00563820 f -Script_SetBindingSpell 005635E0 f -Script_SetCVar 00514C10 f -Script_SetChannelOwner 004FE810 f -Script_SetChannelPassword 004FE720 f -Script_SetChannelWatch 004FFC30 f -Script_SetChatColorNameByClass 004FEDC0 f -Script_SetChatWindowAlpha 004FC5B0 f -Script_SetChatWindowColor 004FC470 f -Script_SetChatWindowDocked 004FC760 f -Script_SetChatWindowLocked 004FC660 f -Script_SetChatWindowName 004FC330 f -Script_SetChatWindowSavedDimensions 004FC9A0 f -Script_SetChatWindowSavedPosition 004FC890 f -Script_SetChatWindowShown 004FC810 f -Script_SetChatWindowSize 004FC3D0 f -Script_SetChatWindowUninteractable 004FC6E0 f -Script_SetConsoleKey 0050F990 f -Script_SetCurrencyBackpack 005B0A20 f -Script_SetCurrencyUnused 005B09B0 f -Script_SetCurrentGuildBankTab 005A43C0 f -Script_SetCurrentTitle 00522E30 f -Script_SetCursor 005104A0 f -Script_SetDungeonDifficulty 00526050 f -Script_SetDungeonMapLevel 00547B80 f -Script_SetEuropeanNumbers 00510DE0 f -Script_SetFactionActive 005D1EE0 f -Script_SetFactionInactive 005D1E50 f -Script_SetFarclip 00510230 f -Script_SetFriendNotes 006B7C90 f -Script_SetGamma 0054EA90 f -Script_SetGuildBankTabInfo 005A6A00 f -Script_SetGuildBankTabPermissions 005CB470 f -Script_SetGuildBankTabWithdraw 005CB760 f -Script_SetGuildBankText 005A7180 f -Script_SetGuildBankWithdrawLimit 005CB6A0 f -Script_SetGuildInfoText 005CB820 f -Script_SetGuildRosterSelection 005CAF40 f -Script_SetGuildRosterShowOffline 005CA1B0 f -Script_SetInventoryPortraitTexture 005EA9B0 f -Script_SetLFGBootVote 00554A50 f -Script_SetLFGComment 00553F50 f -Script_SetLFGDungeon 00559F50 f -Script_SetLFGDungeonEnabled 00556B60 f -Script_SetLFGHeaderCollapsed 00556AD0 f -Script_SetLFGRoles 00553D60 f -Script_SetLayoutMode 0050F8F0 f -Script_SetLootMethod 0052DC20 f -Script_SetLootPortrait 00588F00 f -Script_SetLootThreshold 0052DE60 f -Script_SetMacroItem 005670D0 f -Script_SetMacroSpell 00567320 f -Script_SetMapByID 00546C50 f -Script_SetMapToCurrentZone 00547C10 f -Script_SetMapZoom 005469E0 f -Script_SetModifiedClick 0055FB90 f -Script_SetMouselookOverrideBinding 005FD550 f -Script_SetMultiCastSpell 005AB8A0 f -Script_SetMultisampleFormat 0054F980 f -Script_SetNextBarberShopStyle 0052FDD0 f -Script_SetOptOutOfLoot 0052CF00 f -Script_SetOverrideBinding 00563A90 f -Script_SetOverrideBindingClick 00563F10 f -Script_SetOverrideBindingItem 00563CB0 f -Script_SetOverrideBindingMacro 00563DE0 f -Script_SetOverrideBindingSpell 00563B80 f -Script_SetPOIIconOverlapDistance 005DFB00 f -Script_SetPOIIconOverlapPushDistance 005DFB40 f -Script_SetPVP 005168B0 f -Script_SetPartyAssignment 0052E1B0 f -Script_SetPetStablePaperdoll 005A1530 f -Script_SetPortraitTexture 006113E0 f -Script_SetPortraitToTexture 00516970 f -Script_SetRaidDifficulty 005261A0 f -Script_SetRaidRosterSelection 00572BC0 f -Script_SetRaidSubgroup 00573B50 f -Script_SetRaidTarget 00574AB0 f -Script_SetSavedInstanceExtend 0050DC10 f -Script_SetScreenResolution 0054F570 f -Script_SetSelectedAuctionItem 0059C830 f -Script_SetSelectedBattlefield 0054BB40 f -Script_SetSelectedDisplayChannel 00504E50 f -Script_SetSelectedFaction 005D07B0 f -Script_SetSelectedFriend 006B4400 f -Script_SetSelectedIgnore 006B48A0 f -Script_SetSelectedMute 006B4950 f -Script_SetSelectedSkill 005CD860 f -Script_SetSendMailCOD 0056D610 f -Script_SetSendMailMoney 005706C0 f -Script_SetSendMailShowing 0056D570 f -Script_SetTaxiBenchmarkMode 00517B50 f -Script_SetTaxiMap 00590D10 f -Script_SetTerrainMip 0054EB40 f -Script_SetTexLodBias 005102E0 f -Script_SetTracking 0057F380 f -Script_SetTradeMoney 00586870 f -Script_SetTradeSkillInvSlotFilter 005DD230 f -Script_SetTradeSkillItemLevelFilter 005DD090 f -Script_SetTradeSkillItemNameFilter 005DD070 f -Script_SetTradeSkillSubClassFilter 005DD0F0 f -Script_SetTrainerServiceTypeFilter 00595EC0 f -Script_SetTrainerSkillLineFilter 00596010 f -Script_SetUIVisibility 00517C20 f -Script_SetView 006039B0 f -Script_SetWatchedFactionIndex 005D1420 f -Script_SetWaterDetail 005101D0 f -Script_SetWhoToUI 006B3430 f -Script_SetupFullscreenScale 0054ED80 f -Script_ShiftQuestWatches 005DFBA0 f -Script_ShowBuybackSellCursor 00585890 f -Script_ShowCloak 0051C100 f -Script_ShowContainerSellCursor 005D8BD0 f -Script_ShowFriends 006B44F0 f -Script_ShowHelm 0051C0B0 f -Script_ShowInventorySellCursor 005EA930 f -Script_ShowMerchantSellCursor 005856D0 f -Script_ShowMiniWorldMapArrowFrame 00543540 f -Script_ShowRepairCursor 00584A60 f -Script_ShowWorldMapArrowFrame 005434E0 f -Script_ShowingCloak 0051C040 f -Script_ShowingHelm 0051BFD0 f -Script_SignPetition 005CF140 f -Script_SilenceMember 0052D9C0 f -Script_SitStandOrDescendStart 0051B1D0 f -Script_SocketContainerItem 005D8B10 f -Script_SocketInventoryItem 005EA6A0 f -Script_SortArenaTeamRoster 005A3490 f -Script_SortAuctionApplySort 0059CAB0 f -Script_SortAuctionClearSort 0059AE70 f -Script_SortAuctionItems 0059DD00 f -Script_SortAuctionSetSort 0059AF10 f -Script_SortBGList 0054C9F0 f -Script_SortBattlefieldScoreData 0054DE00 f -Script_SortGuildRoster 005CB000 f -Script_SortQuestWatches 005E64B0 f -Script_SortWho 006B4EB0 f -Script_Sound_ChatSystem_GetInputDriverNameByIndex 00985A50 f -Script_Sound_ChatSystem_GetNumInputDrivers 00985A20 f -Script_Sound_ChatSystem_GetNumOutputDrivers 00985AE0 f -Script_Sound_ChatSystem_GetOutputDriverNameByIndex 00985B10 f -Script_Sound_GameSystem_GetInputDriverNameByIndex 00985BE0 f -Script_Sound_GameSystem_GetNumInputDrivers 00985BB0 f -Script_Sound_GameSystem_GetNumOutputDrivers 00985C70 f -Script_Sound_GameSystem_GetOutputDriverNameByIndex 00985CA0 f -Script_Sound_GameSystem_RestartSoundSystem 00985D30 f -Script_SpellCanTargetGlyph 007FDD60 f -Script_SpellCanTargetItem 007FDD10 f -Script_SpellCanTargetUnit 00804190 f -Script_SpellHasRange 00541AF0 f -Script_SpellIsTargeting 007FDCD0 f -Script_SpellStopCasting 00809EA0 f -Script_SpellStopTargeting 00809E30 f -Script_SpellTargetItem 008007E0 f -Script_SpellTargetUnit 0080DC00 f -Script_SplitContainerItem 005D84F0 f -Script_SplitGuildBankItem 005A6600 f -Script_StablePet 005A19C0 f -Script_StartAttack 00523090 f -Script_StartAuction 0059F990 f -Script_StartDuel 005CF950 f -Script_StopAttack 0051D0B0 f -Script_StopCinematic 00524980 f -Script_StopMacro 00564B90 f -Script_StopMusic 00985A10 f -Script_StopTradeSkillRepeat 005DA2E0 f -Script_StrafeLeftStart 005FC440 f -Script_StrafeLeftStop 005FC490 f -Script_StrafeRightStart 005FC4D0 f -Script_StrafeRightStop 005FC520 f -Script_Stuck 00510410 f -Script_SummonFriend 00523260 f -Script_SummonRandomCritter 0053E7E0 f -Script_SwapRaidSubgroup 00573C90 f -Script_TakeInboxItem 005711C0 f -Script_TakeInboxMoney 0056EDF0 f -Script_TakeInboxTextItem 0056EEF0 f -Script_TakeTaxiNode 00591680 f -Script_TargetDirectionEnemy 00525C30 f -Script_TargetDirectionFinished 00515560 f -Script_TargetDirectionFriend 00525CD0 f -Script_TargetLastEnemy 00525DF0 f -Script_TargetLastFriend 00525E50 f -Script_TargetLastTarget 00525D70 f -Script_TargetNearest 00525A90 f -Script_TargetNearestEnemy 00525AD0 f -Script_TargetNearestEnemyPlayer 00525B10 f -Script_TargetNearestFriend 00525B50 f -Script_TargetNearestFriendPlayer 00525B90 f -Script_TargetNearestPartyMember 00525BD0 f -Script_TargetNearestRaidMember 00525C00 f -Script_TargetTotem 005262E0 f -Script_TargetUnit 00525A30 f -Script_TaxiGetDestX 00591080 f -Script_TaxiGetDestY 00591120 f -Script_TaxiGetSrcX 00590F40 f -Script_TaxiGetSrcY 00590FE0 f -Script_TaxiNodeCost 005915E0 f -Script_TaxiNodeGetType 00590ED0 f -Script_TaxiNodeName 00590D60 f -Script_TaxiNodePosition 00590E00 f -Script_TaxiNodeSetCurrent 00591E60 f -Script_TeleportToDebugObject 008E5250 f -Script_ToggleAutoRun 005FC190 f -Script_ToggleCollision 008E5250 f -Script_ToggleCollisionDisplay 008E5250 f -Script_TogglePVP 00516840 f -Script_TogglePerformanceDisplay 008E5250 f -Script_TogglePerformancePause 008E5250 f -Script_TogglePerformanceValues 008E5250 f -Script_TogglePetAutocast 005D66F0 f -Script_TogglePlayerBounds 008E5250 f -Script_TogglePortals 008E5250 f -Script_ToggleRun 005FAAE0 f -Script_ToggleSheath 0051A6B0 f -Script_ToggleSpellAutocast 005410E0 f -Script_ToggleTris 008E5250 f -Script_TradeSkillOnlyShowMakeable 005DD3E0 f -Script_TradeSkillOnlyShowSkillUps 005DD420 f -Script_TriggerTutorial 005308D0 f -Script_TurnInArenaPetition 005A26D0 f -Script_TurnInGuildCharter 0059A1C0 f -Script_TurnInPetition 005A2600 f -Script_TurnLeftStart 005FC320 f -Script_TurnLeftStop 005FC360 f -Script_TurnOrActionStart 005FC610 f -Script_TurnOrActionStop 005FC680 f -Script_TurnRightStart 005FC3B0 f -Script_TurnRightStop 005FC3F0 f -Script_UnSilenceMember 0052DAF0 f -Script_UninviteUnit 0051A7A0 f -Script_UnitAffectingCombat 0060F860 f -Script_UnitArmor 00610EC0 f -Script_UnitAttackBothHands 00610450 f -Script_UnitAttackPower 00610B60 f -Script_UnitAttackSpeed 00610A00 f -Script_UnitAura 00614D40 f -Script_UnitBuff 00614CA0 f -Script_UnitCanAssist 0060D690 f -Script_UnitCanAttack 0060D730 f -Script_UnitCanCooperate 0060D530 f -Script_UnitCastingInfo 00611DF0 f -Script_UnitChannelInfo 00612090 f -Script_UnitCharacterPoints 00610FB0 f -Script_UnitClass 0060FEC0 f -Script_UnitClassBase 00610040 f -Script_UnitClassification 0060D970 f -Script_UnitControllingVehicle 00613570 f -Script_UnitCreatureFamily 00611820 f -Script_UnitCreatureType 00611780 f -Script_UnitDamage 00610860 f -Script_UnitDebuff 00614CF0 f -Script_UnitDefense 00610DE0 f -Script_UnitDetailedThreatSituation 00613B40 f -Script_UnitExists 0060C2A0 f -Script_UnitFactionGroup 0060D0A0 f -Script_UnitGUID 0060E630 f -Script_UnitGroupRolesAssigned 0060C810 f -Script_UnitHasLFGDeserter 00555840 f -Script_UnitHasLFGRandomCooldown 00555760 f -Script_UnitHasRelicSlot 00611330 f -Script_UnitHasVehicleUI 00613740 f -Script_UnitHealth 0060EB60 f -Script_UnitHealthMax 0060EC60 f -Script_UnitInBattleground 0060CAA0 f -Script_UnitInParty 0060C920 f -Script_UnitInRaid 0060CA20 f -Script_UnitInRange 00612F10 f -Script_UnitInVehicle 006133D0 f -Script_UnitInVehicleControlSeat 00613700 f -Script_UnitIsAFK 0060CC30 f -Script_UnitIsCharmed 0060D7D0 f -Script_UnitIsConnected 0060F790 f -Script_UnitIsControlling 00613C90 f -Script_UnitIsCorpse 0060C6F0 f -Script_UnitIsDND 0060CD50 f -Script_UnitIsDead 0060F480 f -Script_UnitIsDeadOrGhost 0060F680 f -Script_UnitIsEnemy 0060D330 f -Script_UnitIsFeignDeath 0060F3D0 f -Script_UnitIsFriend 0060D3D0 f -Script_UnitIsGhost 0060F580 f -Script_UnitIsInMyGuild 0060C550 f -Script_UnitIsPVP 0060CE20 f -Script_UnitIsPVPFreeForAll 0060CFB0 f -Script_UnitIsPVPSanctuary 0060CF20 f -Script_UnitIsPartyLeader 0060C770 f -Script_UnitIsPlayer 0060C4B0 f -Script_UnitIsPossessed 0060D860 f -Script_UnitIsRaidOfficer 0060C8A0 f -Script_UnitIsSameServer 00612670 f -Script_UnitIsSilenced 004FCCF0 f -Script_UnitIsTalking 007DF0B0 f -Script_UnitIsTapped 00611130 f -Script_UnitIsTappedByAllThreatList 00611230 f -Script_UnitIsTappedByPlayer 006111B0 f -Script_UnitIsTrivial 006112B0 f -Script_UnitIsUnit 0060C3D0 f -Script_UnitIsVisible 0060C350 f -Script_UnitLevel 0060F9E0 f -Script_UnitMana 0060ED40 f -Script_UnitManaMax 0060EF40 f -Script_UnitName 0060E740 f -Script_UnitOnTaxi 0060F350 f -Script_UnitPVPName 0060E9A0 f -Script_UnitPVPRank 00611C40 f -Script_UnitPlayerControlled 0060CBA0 f -Script_UnitPlayerOrPetInParty 0060C9A0 f -Script_UnitPlayerOrPetInRaid 0060CB20 f -Script_UnitPower 0060ED40 f -Script_UnitPowerMax 0060EF40 f -Script_UnitPowerType 0060F100 f -Script_UnitRace 0060FD40 f -Script_UnitRangedAttack 006107D0 f -Script_UnitRangedAttackPower 00610CA0 f -Script_UnitRangedDamage 00610550 f -Script_UnitReaction 0060D280 f -Script_UnitResistance 006101A0 f -Script_UnitSelectionColor 0060DA00 f -Script_UnitSex 0060F8E0 f -Script_UnitStat 00610300 f -Script_UnitSwitchToVehicleSeat 006139B0 f -Script_UnitTargetsVehicleInRaidUI 00613780 f -Script_UnitThreatSituation 00613A60 f -Script_UnitUsingVehicle 006134A0 f -Script_UnitVehicleSeatCount 00613830 f -Script_UnitVehicleSeatInfo 006138C0 f -Script_UnitVehicleSkin 006137D0 f -Script_UnitXP 0060EA60 f -Script_UnitXPMax 0060EAE0 f -Script_UnstablePet 005A1AC0 f -Script_UpdateAddOnCPUUsage 00511640 f -Script_UpdateAddOnMemoryUsage 00511510 f -Script_UpdateGMTicket 005AD0F0 f -Script_UpdateInventoryAlertStatus 005EAC00 f -Script_UpdateMapHighlight 00545110 f -Script_UpdateSpells 0053DD10 f -Script_UpdateWorldMapArrowFrames 00545FE0 f -Script_UploadSettings 00511F90 f -Script_UseAction 005AC000 f -Script_UseContainerItem 005D8650 f -Script_UseEquipmentSet 005AF380 f -Script_UseInventoryItem 005EA630 f -Script_UseItemByName 0051CD00 f -Script_UseQuestLogSpecialItem 005E5640 f -Script_UseSoulstone 0051ADD0 f -Script_VehicleAimDecrement 005FB7D0 f -Script_VehicleAimDownStart 005FC920 f -Script_VehicleAimDownStop 005FC5C0 f -Script_VehicleAimGetAngle 005F9E10 f -Script_VehicleAimGetNormAngle 005F9E60 f -Script_VehicleAimGetNormPower 005F9550 f -Script_VehicleAimIncrement 005FB770 f -Script_VehicleAimRequestAngle 005FB820 f -Script_VehicleAimRequestNormAngle 005FB8C0 f -Script_VehicleAimSetNormPower 005F9F10 f -Script_VehicleAimUpStart 005FC8E0 f -Script_VehicleAimUpStop 005FC570 f -Script_VehicleCameraZoomIn 006018A0 f -Script_VehicleCameraZoomOut 006018B0 f -Script_VehicleExit 005FB660 f -Script_VehicleNextSeat 005FB720 f -Script_VehiclePrevSeat 005FB6D0 f -Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f -Script_VoiceChat_GetCurrentMicrophoneSignalLevel 00985E60 f -Script_VoiceChat_IsPlayingLoopbackSound 00985E30 f -Script_VoiceChat_IsRecordingLoopbackSound 00985E00 f -Script_VoiceChat_PlayLoopbackSound 00985DE0 f -Script_VoiceChat_RecordLoopbackSound 00985D60 f -Script_VoiceChat_StartCapture 00985EF0 f -Script_VoiceChat_StopCapture 00985D50 f -Script_VoiceChat_StopPlayingLoopbackSound 00985DF0 f -Script_VoiceChat_StopRecordingLoopbackSound 00985DD0 f -Script_VoiceEnumerateCaptureDevices 007DAC40 f -Script_VoiceEnumerateOutputDevices 007DAB80 f -Script_VoiceGetCurrentCaptureDevice 007DAFE0 f -Script_VoiceGetCurrentOutputDevice 007DAF90 f -Script_VoiceIsDisabledByClient 007DC910 f -Script_VoicePushToTalkStart 00511D20 f -Script_VoicePushToTalkStop 00511D20 f -Script_VoiceSelectCaptureDevice 007DAE40 f -Script_VoiceSelectOutputDevice 007DACF0 f -Script_WithdrawGuildBankMoney 005A5EF0 f -Script_ZoomOut 00546A90 f -ScrnLayerCreate 004a8bb0 f -SetInputString 00763730 f ; UC -SetPaths 00402b20 f -StormInitialize 007739e0 f -StormSetOption 00773a80 f -TSList__LinkNode 004f71a0 f -TextBlockCreate 004bdaa0 f -TextBlockGenerateFont 004be9c0 f -UpdateHighlight 00763860 f +CGxDeviceOpenGl__vtable 00a2e198 l +CGxDeviceD3d__vtable 00a2e718 l +CGxDeviceD3d9Ex__vtable 00a2f500 l +s_rect 00adbab4 l ; RECTF +s_consoleHotKey 00adbac4 l ; KEY +s_historyIndex 00adbac8 l ; int32 +s_fontHeight 00adbacc l ; float +s_hRect 00adbad4 l ; RECTF +s_baseTextFlags 00adbae4 l ; uint32 +s_mainThread 00b417c8 l +g_theGxDevicePtr 00c5df88 l +CGxDevice__s_shadowConstants 00c5dfe0 l +s_caretpixheight 00ca1690 l +s_caret 00ca1694 l ; int32 +s_caretpixwidth 00ca1718 l +s_inputString 00ca171c l ; CGxString* +s_currlineptr 00ca1720 l ; CONSOLELINE* +s_layerBackground 00ca1724 l ; HLAYER +s_repeatBuffer 00ca1728 l ; char[64] +s_fontName 00ca1768 l ; char[260] +s_repeatCount 00ca186c l ; uint32 +s_layerText 00ca1870 l ; HLAYER +s_batch 00ca1874 l ; CGxStringBatch* +s_partial 00ca1878 l ; char[100] +s_NumLines 00ca197c l ; int32 +s_completionMode 00ca1980 l +s_completedCmd 00ca1984 l ; int32 +s_textFont 00ca198c l ; HTEXTFONT +s_consoleResizeState 00ca1990 l ; CONSOLERESIZESTATE +s_highlightState 00ca1994 l ; HIGHLIGHTSTATE +s_highlightLeftCharIndex 00ca19a0 l ; uint32 +s_highlightRightCharIndex 00ca19a4 l ; uint32 +s_charSpacing 00ca19a8 l ; float +s_consoleHeight 00ca19b0 l ; float carettime 00ca19f0 l ; float g_commandHistory 00ca3a28 l ; char[10394] g_commandHistoryIndex 00caba28 l ; uint32 -g_consoleCommandHash 00caba30 l ; TSHashTable g_defaultCommand 00caba2c l ; command function pointer -g_theGxDevicePtr 00c5df88 l -s_NumLines 00ca197c l ; int32 -s_active 007649af l ; int32 as boolean -s_baseTextFlags 00adbae4 l ; uint32 -s_batch 00ca1874 l ; CGxStringBatch* -s_caret 00ca1694 l ; int32 -s_caretpixheight 00ca1690 l -s_caretpixwidth 00ca1718 l -s_charSpacing 00ca19a8 l ; float -s_completedCmd 00ca1984 l ; int32 -s_completionMode 00ca1980 l +g_consoleCommandHash 00caba30 l ; TSHashTable s_consoleAccessEnabled 00cabcc4 l ; int32 as boolean -s_consoleHeight 00ca19b0 l ; float -s_consoleHotKey 00adbac4 l ; KEY -s_consoleResizeState 00ca1990 l ; CONSOLERESIZESTATE -s_currlineptr 00ca1720 l ; CONSOLELINE* -s_fontHeight 00adbacc l ; float -s_fontName 00ca1768 l ; char[260] -s_hRect 00adbad4 l ; RECTF -s_highlightLeftCharIndex 00ca19a0 l ; uint32 -s_highlightRightCharIndex 00ca19a4 l ; uint32 -s_highlightState 00ca1994 l ; HIGHLIGHTSTATE -s_historyIndex 00adbac8 l ; int32 -s_inputString 00ca171c l ; CGxString* -s_layerBackground 00ca1724 l ; HLAYER -s_layerText 00ca1870 l ; HLAYER -s_mainThread 00b417c8 l -s_partial 00ca1878 l ; char[100] -s_rect 00adbab4 l ; RECTF -s_repeatBuffer 00ca1728 l ; char[64] -s_repeatCount 00ca186c l ; uint32 -s_textFont 00ca198c l ; HTEXTFONT diff --git a/3.3.5a/symbol/os/func.sym b/3.3.5a/symbol/os/func.sym index 789add0..071653f 100644 --- a/3.3.5a/symbol/os/func.sym +++ b/3.3.5a/symbol/os/func.sym @@ -1,5 +1,30 @@ -OsCreateFile 00406b70 f -OsGetFileSize 00461bd0 f -OsReadFile 00461b50 f -OsCloseFile 00461b00 f -OsSystemEnableCpuLog 0086b0c0 f \ No newline at end of file +OsCreateFile 00461FA0 f end=00461FFA +OsCloseFile 00461B00 f end=00461B09 +OsReadFile 00461B50 f end=00461B88 +OsGetFileSize 00461BD0 f end=00461BF4 +OsSetCurrentDirectory 00461DB0 f end=00461DD7 +OsCreateFile 00461FA0 f end=00461FFA +OsInputDestroy 00869760 f end=008697D3 +OsInputInitialize 00869720 f end=00869757 ; actually called by IEvtInputInitialize, but this is optimized out +OsInputGet 00869E00 f end=0086A01A +OsInputGetMousePosition 0086A0D0 f end=0086A130 +OsInputSetMousePosition 0086A130 f end=0086A194 +OsInputSetMouseMode 0086A020 f end=0086A063 +OsInputSetEventPollProc 00869D90 f end=00869D9D +CenterMouse 00869DB0 f end=00869DF6 +RestoreMouse 008695B0 f end=008695FB +OsGetAsyncTimeMs 0086AE20 f end=0086AE2B +OsSystemEnableCpuLog 0086B0C0 f end=0086B0CB +OsGetProcessorCount 0086B240 f end=0086B27D +OsGetExeName 0086BBD0 f end=0086BC2F +OsPathGetRootChars 0086BC30 f end=0086BC9E +OsPathStripFilename 0086BE50 f end=0086BE9B +OsGetExePath 0086BEA0 f end=0086BEBE +OsGuiGetWindow 0086C6A0 f end=0086C6CE +OsGetDefaultWindowRect 0086A1A0 f end=0086A20C +OsIMEInitialize 0086D0A0 f end=0086D0B8 +OsIMEDestroy 0086D0C0 f end=0086D0Df +OsClipboardPutString 008722A0 f end=008722BF +OsCallSetContext 0086F5A0 f end=0086F5EA +OsCallInitializeContext 0086F880 f end=0086F902 +OsCallInitialize 0086F760 f end=0086F875 \ No newline at end of file diff --git a/3.3.5a/symbol/script/func.sym b/3.3.5a/symbol/script/func.sym index a5407f3..849819b 100644 --- a/3.3.5a/symbol/script/func.sym +++ b/3.3.5a/symbol/script/func.sym @@ -1,2008 +1,1973 @@ -Script_GetText 0081B720 f ; thanks namreeb :^) -Script_GetNumFrames 0081BAB0 f -Script_EnumerateFrames 0081B9C0 f -Script_CreateFont 0081B7B0 f -Script_CreateFrame 0081BB20 f -Script_GetFramesRegisteredForEvent 0081BE70 f -Script_GetCurrentKeyBoardFocus 0081B820 f -Script_FrameXML_Debug 0050F830 f -Script_GetBuildInfo 0050F890 f -Script_ReloadUI 005222E0 f -Script_RegisterForSave 0052B470 f -Script_RegisterForSavePerCharacter 0052B4E0 f -Script_SetLayoutMode 0050F8F0 f -Script_IsModifierKeyDown 00514430 f -Script_IsLeftShiftKeyDown 005144C0 f -Script_IsRightShiftKeyDown 00514520 f -Script_IsShiftKeyDown 00514580 f -Script_IsLeftControlKeyDown 00514610 f -Script_IsRightControlKeyDown 00514670 f -Script_IsControlKeyDown 005146D0 f -Script_IsLeftAltKeyDown 00514760 f -Script_IsRightAltKeyDown 005147C0 f -Script_IsAltKeyDown 00514820 f -Script_IsMouseButtonDown 005148B0 f -Script_GetMouseButtonName 00514BA0 f -Script_GetMouseButtonClicked 0050F950 f -Script_SetConsoleKey 0050F990 f -Script_Screenshot 005150E0 f -Script_GetFramerate 00510470 f -Script_TogglePerformanceDisplay 008E5250 f -Script_TogglePerformancePause 008E5250 f -Script_TogglePerformanceValues 008E5250 f -Script_ResetPerformanceValues 008E5250 f -Script_GetDebugStats 008E5250 f -Script_IsDebugBuild 0050FE80 f -Script_RegisterCVar 0050FF30 f -Script_GetCVarInfo 0050FF50 f -Script_SetCVar 00514C10 f -Script_GetCVar 00510040 f -Script_GetCVarBool 005100C0 f -Script_GetCVarDefault 00510150 f -Script_GetCVarMin 00514D40 f -Script_GetCVarMax 00514E30 f -Script_GetCVarAbsoluteMin 00514F60 f -Script_GetCVarAbsoluteMax 00515010 f -Script_GetWaterDetail 00608560 f -Script_SetWaterDetail 005101D0 f -Script_GetFarclip 00510200 f -Script_SetFarclip 00510230 f -Script_GetTexLodBias 005102B0 f -Script_SetTexLodBias 005102E0 f -Script_SetBaseMip 00510390 f -Script_GetBaseMip 00510360 f -Script_ToggleTris 008E5250 f -Script_TogglePortals 008E5250 f -Script_ToggleCollision 008E5250 f -Script_ToggleCollisionDisplay 008E5250 f -Script_TogglePlayerBounds 008E5250 f -Script_Stuck 00510410 f -Script_Logout 00510430 f -Script_Quit 00510450 f -Script_SetCursor 005104A0 f -Script_ResetCursor 00510920 f -Script_ClearCursor 0051A3B0 f -Script_CursorHasItem 00515100 f -Script_CursorHasSpell 00515140 f -Script_CursorHasMacro 00515180 f -Script_CursorHasMoney 005151C0 f -Script_GetCursorInfo 00515200 f -Script_EquipCursorItem 0051A3D0 f -Script_DeleteCursorItem 00522320 f -Script_EquipPendingItem 0051A530 f -Script_CancelPendingEquip 0051A5C0 f -Script_TargetUnit 00525A30 f -Script_TargetNearest 00525A90 f -Script_TargetNearestEnemy 00525AD0 f -Script_TargetNearestEnemyPlayer 00525B10 f -Script_TargetNearestFriend 00525B50 f -Script_TargetNearestFriendPlayer 00525B90 f -Script_TargetNearestPartyMember 00525BD0 f -Script_TargetNearestRaidMember 00525C00 f -Script_TargetDirectionEnemy 00525C30 f -Script_TargetDirectionFriend 00525CD0 f -Script_TargetDirectionFinished 00515560 f -Script_TargetLastTarget 00525D70 f -Script_TargetLastEnemy 00525DF0 f -Script_TargetLastFriend 00525E50 f -Script_AttackTarget 0051A650 f -Script_AssistUnit 00525EB0 f -Script_FocusUnit 00522480 f -Script_FollowUnit 005224C0 f -Script_InteractUnit 00527F00 f -Script_ClearTarget 00525FC0 f -Script_ClearFocus 005225E0 f -Script_AutoEquipCursorItem 0051A680 f -Script_ToggleSheath 0051A6B0 f -Script_GetZoneText 00515570 f -Script_GetRealZoneText 005155A0 f -Script_GetSubZoneText 005155D0 f -Script_GetMinimapZoneText 00515600 f -Script_InitiateTrade 00522600 f -Script_CanInspect 00522710 f -Script_NotifyInspect 00522870 f -Script_InviteUnit 0051A6E0 f -Script_UninviteUnit 0051A7A0 f -Script_RequestTimePlayed 00515880 f -Script_RepopMe 0051AA90 f -Script_AcceptResurrect 0051AAC0 f -Script_DeclineResurrect 0051AAF0 f -Script_ResurrectGetOfferer 00515950 f -Script_ResurrectHasSickness 005159C0 f -Script_ResurrectHasTimer 00515A00 f -Script_BeginTrade 005109D0 f -Script_CancelTrade 005109E0 f -Script_AcceptGroup 0051AB20 f -Script_DeclineGroup 0051ABA0 f -Script_AcceptGuild 0051ABD0 f -Script_DeclineGuild 0051AC00 f -Script_AcceptArenaTeam 0051AC30 f -Script_DeclineArenaTeam 0051AC60 f -Script_CancelLogout 0051AC90 f -Script_ForceLogout 005109F0 f -Script_ForceQuit 00510A00 f -Script_GetCursorMoney 00515A50 f -Script_DropCursorMoney 00522950 f -Script_PickupPlayerMoney 00522980 f -Script_HasSoulstone 0051ACD0 f -Script_UseSoulstone 0051ADD0 f -Script_HasKey 0051AE80 f -Script_GuildInvite 00522A20 f -Script_GuildUninvite 00522AF0 f -Script_GuildPromote 00522BC0 f -Script_GuildDemote 00522C90 f -Script_GuildSetLeader 00522D60 f -Script_GuildSetMOTD 00515A90 f -Script_GuildLeave 00515B70 f -Script_GuildDisband 00515BE0 f -Script_GuildInfo 00515C50 f -Script_ArenaTeamInviteByName 00515CC0 f -Script_ArenaTeamLeave 00515DD0 f -Script_ArenaTeamUninviteByName 00515EB0 f -Script_ArenaTeamSetLeaderByName 00515FF0 f -Script_ArenaTeamDisband 00516130 f -Script_GetScreenWidth 0051AEF0 f -Script_GetScreenHeight 0051AF50 f -Script_GetDamageBonusStat 0051AFB0 f -Script_GetReleaseTimeRemaining 00516210 f -Script_GetCorpseRecoveryDelay 00516280 f -Script_GetInstanceBootTimeRemaining 005162E0 f -Script_GetInstanceLockTimeRemaining 00516340 f -Script_GetInstanceLockTimeRemainingEncounter 00516410 f -Script_GetSummonConfirmTimeLeft 005164B0 f -Script_GetSummonConfirmSummoner 00516510 f -Script_GetSummonConfirmAreaName 00516580 f -Script_ConfirmSummon 0051B050 f -Script_CancelSummon 0051B110 f -Script_GetCursorPosition 00510A10 f -Script_GetNetStats 00510AC0 f -Script_SitStandOrDescendStart 0051B1D0 f -Script_StopCinematic 00524980 f -Script_RunScript 00510B30 f -Script_CheckInteractDistance 0051B240 f -Script_RandomRoll 00516610 f -Script_OpeningCinematic 005166F0 f -Script_InCinematic 00516760 f -Script_IsWindowsClient 004DCE40 f -Script_IsMacClient 00510B90 f -Script_IsLinuxClient 00510B90 f -Script_AcceptXPLoss 0051B6A0 f -Script_CheckSpiritHealerDist 0051B6E0 f -Script_CheckTalentMasterDist 0051B740 f -Script_CheckBinderDist 0051B7A0 f -Script_RetrieveCorpse 0051B800 f -Script_BindEnchant 00522F70 f -Script_ReplaceEnchant 005167A0 f -Script_ReplaceTradeEnchant 00510B80 f -Script_NotWhileDeadError 00522F90 f -Script_GetRestState 0051B8B0 f -Script_GetXPExhaustion 0051B960 f -Script_GetTimeToWellRested 00510B90 f -Script_GMRequestPlayerInfo 00510BB0 f -Script_GetCoinIcon 00510BD0 f -Script_GetCoinText 00510C60 f -Script_GetCoinTextureString 00510D00 f -Script_IsSubZonePVPPOI 005167E0 f -Script_GetZonePVPInfo 0051BA50 f -Script_TogglePVP 00516840 f -Script_SetPVP 005168B0 f -Script_GetPVPDesired 0051BCA0 f -Script_GetPVPTimer 0051BD00 f -Script_IsPVPTimerRunning 0051BD60 f -Script_ConfirmBindOnUse 00510DB0 f -Script_SetPortraitToTexture 00516970 f -Script_GetLocale 004DBFD0 f -Script_GetGMTicketCategories 00516AA0 f -Script_DropItemOnUnit 0051BDD0 f -Script_RestartGx 004DD400 f -Script_RestoreVideoResolutionDefaults 00510DC0 f -Script_RestoreVideoEffectsDefaults 00510DD0 f -Script_RestoreVideoStereoDefaults 004DD420 f -Script_GetBindLocation 00516B20 f -Script_ConfirmTalentWipe 0051BF50 f -Script_ConfirmBinder 0051BF90 f -Script_ShowingHelm 0051BFD0 f -Script_ShowingCloak 0051C040 f -Script_ShowHelm 0051C0B0 f -Script_ShowCloak 0051C100 f -Script_SetEuropeanNumbers 00510DE0 f -Script_GetAreaSpiritHealerTime 00516B90 f -Script_AcceptAreaSpiritHeal 005262D0 f -Script_CancelAreaSpiritHeal 00522FA0 f -Script_GetMouseFocus 00516BF0 f -Script_GetRealmName 00510E00 f -Script_GetItemQualityColor 00510E20 f -Script_GetItemInfo 00516C60 f -Script_GetItemGem 0051C150 f -Script_GetExtendedItemInfo 008E5250 f -Script_GetItemIcon 00517020 f -Script_GetItemFamily 00510F20 f -Script_GetItemCount 0051C2E0 f -Script_GetItemSpell 00517100 f -Script_GetItemCooldown 00510FC0 f -Script_PickupItem 00522FB0 f -Script_IsCurrentItem 005110D0 f -Script_IsUsableItem 0051C450 f -Script_IsHelpfulItem 005171F0 f -Script_IsHarmfulItem 005172E0 f -Script_IsConsumableItem 005173E0 f -Script_IsEquippableItem 00511150 f -Script_IsEquippedItem 0051C690 f -Script_IsEquippedItemType 0051C740 f -Script_IsDressableItem 00517530 f -Script_ItemHasRange 0051C870 f -Script_IsItemInRange 0051C9C0 f -Script_GetNumAddOns 00511200 f -Script_GetAddOnInfo 00511240 f -Script_GetAddOnMetadata 00511430 f -Script_UpdateAddOnMemoryUsage 00511510 f -Script_GetAddOnMemoryUsage 00511530 f -Script_GetScriptCPUUsage 00511610 f -Script_UpdateAddOnCPUUsage 00511640 f -Script_GetAddOnCPUUsage 00511660 f -Script_GetFunctionCPUUsage 00511720 f -Script_GetFrameCPUUsage 00517890 f -Script_GetEventCPUUsage 005117C0 f -Script_ResetCPUUsage 00511830 f -Script_GetAddOnDependencies 005179B0 f -Script_EnableAddOn 00511840 f -Script_EnableAllAddOns 00511900 f -Script_DisableAddOn 00511940 f -Script_DisableAllAddOns 00511A00 f -Script_ResetDisabledAddOns 00511A40 f -Script_IsAddOnLoadOnDemand 00511A60 f -Script_IsAddOnLoaded 00511B30 f -Script_LoadAddOn 00528920 f -Script_PartialPlayTime 0051CB30 f -Script_NoPlayTime 0051CBA0 f -Script_GetBillingTimeRested 00511C40 f -Script_CanShowResetInstances 0051A880 f -Script_ResetInstances 00515630 f -Script_IsInInstance 005156A0 f -Script_GetInstanceDifficulty 00515750 f -Script_GetInstanceInfo 0051A8C0 f -Script_GetDungeonDifficulty 00515790 f -Script_SetDungeonDifficulty 00526050 f -Script_GetRaidDifficulty 00515810 f -Script_SetRaidDifficulty 005261A0 f -Script_ReportBug 00510930 f -Script_ReportSuggestion 00510980 f -Script_GetMirrorTimerInfo 0051CC10 f -Script_GetMirrorTimerProgress 00517AA0 f -Script_GetNumTitles 005165E0 f -Script_GetCurrentTitle 0051B3B0 f -Script_SetCurrentTitle 00522E30 f -Script_IsTitleKnown 0051B410 f -Script_GetTitleName 0051B4E0 f -Script_UseItemByName 0051CD00 f -Script_EquipItemByName 0051CDB0 f -Script_GetExistingLocales 00511C80 f -Script_InCombatLockdown 00511CC0 f -Script_StartAttack 00523090 f -Script_StopAttack 0051D0B0 f -Script_SetTaxiBenchmarkMode 00517B50 f -Script_GetTaxiBenchmarkMode 0051D100 f -Script_Dismount 0051D170 f -Script_VoicePushToTalkStart 00511D20 f -Script_VoicePushToTalkStop 00511D20 f -Script_SetUIVisibility 00517C20 f -Script_IsReferAFriendLinked 0051D1B0 f -Script_CanGrantLevel 0051D230 f -Script_GrantLevel 00523160 f -Script_CanSummonFriend 0051D2B0 f -Script_SummonFriend 00523260 f -Script_GetSummonFriendCooldown 00511D30 f -Script_GetTotemInfo 0051D330 f -Script_GetTotemTimeLeft 00517C60 f -Script_TargetTotem 005262E0 f -Script_DestroyTotem 0051D520 f -Script_GetNumDeclensionSets 00511DD0 f -Script_DeclineName 00511E80 f -Script_AcceptLevelGrant 00523360 f -Script_DeclineLevelGrant 00517D20 f -Script_UploadSettings 00511F90 f -Script_DownloadSettings 00511FA0 f -Script_GetMovieResolution 004DD610 f -Script_GameMovieFinished 0051D590 f -Script_IsDesaturateSupported 00511FB0 f -Script_GetThreatStatusColor 00511FE0 f -Script_IsThreatWarningEnabled 00517D30 f -Script_ConsoleAddMessage 00512090 f -Script_GetItemUniqueness 00516ED0 f -Script_EndRefund 00523370 f -Script_EndBoundTradeable 005233D0 f -Script_CanMapChangeDifficulty 00517D70 f -Script_GetExpansionLevel 004DDC20 f -Script_GetAllowLowLevelRaid 0051D5A0 f -Script_SetAllowLowLevelRaid 0051D600 f -Script_GetNumBindings 0055DC00 f -Script_GetBinding 0055E8D0 f -Script_SetBinding 00563520 f -Script_SetBindingSpell 005635E0 f -Script_SetBindingItem 00563700 f -Script_SetBindingMacro 00563820 f -Script_SetBindingClick 00563940 f -Script_SetOverrideBinding 00563A90 f -Script_SetOverrideBindingSpell 00563B80 f -Script_SetOverrideBindingItem 00563CB0 f -Script_SetOverrideBindingMacro 00563DE0 f -Script_SetOverrideBindingClick 00563F10 f -Script_ClearOverrideBindings 00560560 f -Script_GetBindingKey 0055E9B0 f -Script_GetBindingAction 00562550 f -Script_GetBindingByKey 005625F0 f -Script_RunBinding 0055FAD0 f -Script_GetCurrentBindingSet 0055DC30 f -Script_LoadBindings 00564070 f -Script_SaveBindings 005640C0 f -Script_GetNumModifiedClickActions 0055DC60 f -Script_GetModifiedClickAction 0055EA70 f -Script_SetModifiedClick 0055FB90 f -Script_GetModifiedClick 0055FC20 f -Script_IsModifiedClick 0055FCC0 f -Script_GetClickFrame 00564130 f -Script_SecureCmdOptionParse 00564AE0 f -Script_RunMacro 00566E80 f -Script_RunMacroText 00566400 f -Script_StopMacro 00564B90 f -Script_CreateMacro 00568160 f -Script_GetNumMacros 00564BB0 f -Script_GetMacroInfo 00566EB0 f -Script_GetMacroBody 00566F40 f -Script_DeleteMacro 00566F70 f -Script_EditMacro 00566FA0 f -Script_SetMacroItem 005670D0 f -Script_GetMacroItem 00567200 f -Script_SetMacroSpell 00567320 f -Script_GetMacroSpell 00567450 f -Script_GetNumMacroIcons 00566490 f -Script_GetNumMacroItemIcons 005664E0 f -Script_GetMacroIconInfo 00564E90 f -Script_GetMacroItemIconInfo 00564F60 f -Script_PickupMacro 005674F0 f -Script_GetMacroIndexByName 005666A0 f -Script_GetRunningMacro 00564C10 f -Script_GetRunningMacroButton 00564C70 f -Script_JumpOrAscendStart 005FBF80 f -Script_AscendStop 005FC0A0 f -Script_DescendStop 005FC140 f -Script_ToggleRun 005FAAE0 f -Script_ToggleAutoRun 005FC190 f -Script_MoveForwardStart 005FC200 f -Script_MoveForwardStop 005FC250 f -Script_MoveBackwardStart 005FC290 f -Script_MoveBackwardStop 005FC2E0 f -Script_TurnLeftStart 005FC320 f -Script_TurnLeftStop 005FC360 f -Script_TurnRightStart 005FC3B0 f -Script_TurnRightStop 005FC3F0 f -Script_StrafeLeftStart 005FC440 f -Script_StrafeLeftStop 005FC490 f -Script_StrafeRightStart 005FC4D0 f -Script_StrafeRightStop 005FC520 f -Script_PitchUpStart 005FC8E0 f -Script_PitchUpStop 005FC570 f -Script_PitchDownStart 005FC920 f -Script_PitchDownStop 005FC5C0 f -Script_TurnOrActionStart 005FC610 f -Script_TurnOrActionStop 005FC680 f -Script_CameraOrSelectOrMoveStart 005FC6C0 f -Script_CameraOrSelectOrMoveStop 005FC730 f -Script_MoveAndSteerStart 005FC780 f -Script_MoveAndSteerStop 005FC830 f -Script_SetMouselookOverrideBinding 005FD550 f -Script_MouselookStart 005FCC10 f -Script_MouselookStop 005FC890 f -Script_IsMouselooking 005F9DD0 f -Script_VehicleExit 005FB660 f -Script_VehiclePrevSeat 005FB6D0 f -Script_VehicleNextSeat 005FB720 f -Script_VehicleAimUpStart 005FC8E0 f -Script_VehicleAimUpStop 005FC570 f -Script_VehicleAimDownStart 005FC920 f -Script_VehicleAimDownStop 005FC5C0 f -Script_VehicleAimIncrement 005FB770 f -Script_VehicleAimDecrement 005FB7D0 f -Script_VehicleAimRequestAngle 005FB820 f -Script_VehicleAimGetAngle 005F9E10 f -Script_VehicleAimRequestNormAngle 005FB8C0 f -Script_VehicleAimGetNormAngle 005F9E60 f -Script_VehicleAimSetNormPower 005F9F10 f -Script_VehicleAimGetNormPower 005F9550 f -Script_IsUsingVehicleControls 005FB970 f -Script_CanExitVehicle 005FB9C0 f -Script_CanSwitchVehicleSeats 005FBA10 f -Script_IsVehicleAimAngleAdjustable 005F9F70 f -Script_IsVehicleAimPowerAdjustable 005F9FE0 f -Script_DetectWowMouse 005FA050 f -Script_CameraZoomIn 006017E0 f -Script_CameraZoomOut 00601840 f -Script_MoveViewInStart 005FF080 f -Script_MoveViewInStop 005FF0A0 f -Script_MoveViewOutStart 005FF0D0 f -Script_MoveViewOutStop 005FF0F0 f -Script_MoveViewLeftStart 005FF170 f -Script_MoveViewLeftStop 005FF190 f -Script_MoveViewRightStart 005FF120 f -Script_MoveViewRightStop 005FF140 f -Script_MoveViewUpStart 005FF1C0 f -Script_MoveViewUpStop 005FF1E0 f -Script_MoveViewDownStart 005FF210 f -Script_MoveViewDownStop 005FF230 f -Script_SetView 006039B0 f -Script_SaveView 005FF260 f -Script_ResetView 00604C80 f -Script_NextView 00604CE0 f -Script_PrevView 00604D10 f -Script_FlipCameraYaw 005FF2C0 f -Script_VehicleCameraZoomIn 006018A0 f -Script_VehicleCameraZoomOut 006018B0 f -Script_PlaySound 009858B0 f -Script_PlayMusic 00985950 f -Script_PlaySoundFile 009859B0 f -Script_StopMusic 00985A10 f -Script_Sound_GameSystem_GetNumInputDrivers 00985BB0 f -Script_Sound_GameSystem_GetInputDriverNameByIndex 00985BE0 f -Script_Sound_GameSystem_GetNumOutputDrivers 00985C70 f -Script_Sound_GameSystem_GetOutputDriverNameByIndex 00985CA0 f -Script_Sound_GameSystem_RestartSoundSystem 00985D30 f -Script_Sound_ChatSystem_GetNumInputDrivers 00985A20 f -Script_Sound_ChatSystem_GetInputDriverNameByIndex 00985A50 f -Script_Sound_ChatSystem_GetNumOutputDrivers 00985AE0 f -Script_Sound_ChatSystem_GetOutputDriverNameByIndex 00985B10 f -Script_VoiceChat_StartCapture 00985EF0 f -Script_VoiceChat_StopCapture 00985D50 f -Script_VoiceChat_RecordLoopbackSound 00985D60 f -Script_VoiceChat_StopRecordingLoopbackSound 00985DD0 f -Script_VoiceChat_PlayLoopbackSound 00985DE0 f -Script_VoiceChat_StopPlayingLoopbackSound 00985DF0 f -Script_VoiceChat_IsRecordingLoopbackSound 00985E00 f -Script_VoiceChat_IsPlayingLoopbackSound 00985E30 f -Script_VoiceChat_GetCurrentMicrophoneSignalLevel 00985E60 f -Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f -Script_SpellIsTargeting 007FDCD0 f -Script_SpellCanTargetItem 007FDD10 f -Script_SpellTargetItem 008007E0 f -Script_SpellCanTargetUnit 00804190 f -Script_SpellTargetUnit 0080DC00 f -Script_SpellCanTargetGlyph 007FDD60 f -Script_SpellStopTargeting 00809E30 f -Script_SpellStopCasting 00809EA0 f -Script_CancelUnitBuff 00804220 f -Script_CancelItemTempEnchantment 008021D0 f -Script_CannotBeResurrected 00802270 f -Script_GetTime 006081F0 f -Script_GetGameTime 00608230 f -Script_ConsoleExec 00608270 f -Script_ReadFile 00510BB0 f -Script_DeleteFile 00510BB0 f -Script_AppendToFile 00510BB0 f -Script_GetAccountExpansionLevel 004DDC20 f -Script_UnitExists 0060C2A0 f -Script_UnitIsVisible 0060C350 f -Script_UnitIsUnit 0060C3D0 f -Script_UnitIsPlayer 0060C4B0 f -Script_UnitIsInMyGuild 0060C550 f -Script_UnitIsCorpse 0060C6F0 f -Script_UnitIsPartyLeader 0060C770 f -Script_UnitGroupRolesAssigned 0060C810 f -Script_UnitIsRaidOfficer 0060C8A0 f -Script_UnitInParty 0060C920 f -Script_UnitPlayerOrPetInParty 0060C9A0 f -Script_UnitInRaid 0060CA20 f -Script_UnitPlayerOrPetInRaid 0060CB20 f -Script_UnitPlayerControlled 0060CBA0 f -Script_UnitIsAFK 0060CC30 f -Script_UnitIsDND 0060CD50 f -Script_UnitIsPVP 0060CE20 f -Script_UnitIsPVPSanctuary 0060CF20 f -Script_UnitIsPVPFreeForAll 0060CFB0 f -Script_UnitFactionGroup 0060D0A0 f -Script_UnitReaction 0060D280 f -Script_UnitIsEnemy 0060D330 f -Script_UnitIsFriend 0060D3D0 f -Script_UnitCanCooperate 0060D530 f -Script_UnitCanAssist 0060D690 f -Script_UnitCanAttack 0060D730 f -Script_UnitIsCharmed 0060D7D0 f -Script_UnitIsPossessed 0060D860 f -Script_PlayerCanTeleport 0060D8F0 f -Script_UnitClassification 0060D970 f -Script_UnitSelectionColor 0060DA00 f -Script_UnitGUID 0060E630 f -Script_UnitName 0060E740 f -Script_UnitPVPName 0060E9A0 f -Script_UnitXP 0060EA60 f -Script_UnitXPMax 0060EAE0 f -Script_UnitHealth 0060EB60 f -Script_UnitHealthMax 0060EC60 f -Script_UnitMana 0060ED40 f -Script_UnitManaMax 0060EF40 f -Script_UnitPower 0060ED40 f -Script_UnitPowerMax 0060EF40 f -Script_UnitPowerType 0060F100 f -Script_UnitOnTaxi 0060F350 f -Script_UnitIsFeignDeath 0060F3D0 f -Script_UnitIsDead 0060F480 f -Script_UnitIsGhost 0060F580 f -Script_UnitIsDeadOrGhost 0060F680 f -Script_UnitIsConnected 0060F790 f -Script_UnitAffectingCombat 0060F860 f -Script_UnitSex 0060F8E0 f -Script_UnitLevel 0060F9E0 f -Script_GetMoney 0060FBA0 f -Script_GetHonorCurrency 0060FC40 f -Script_GetArenaCurrency 0060FCC0 f -Script_UnitRace 0060FD40 f -Script_UnitClass 0060FEC0 f -Script_UnitClassBase 00610040 f -Script_UnitResistance 006101A0 f -Script_UnitStat 00610300 f -Script_UnitAttackBothHands 00610450 f -Script_UnitDamage 00610860 f -Script_UnitRangedDamage 00610550 f -Script_UnitRangedAttack 006107D0 f -Script_UnitAttackSpeed 00610A00 f -Script_UnitAttackPower 00610B60 f -Script_UnitRangedAttackPower 00610CA0 f -Script_UnitDefense 00610DE0 f -Script_UnitArmor 00610EC0 f -Script_UnitCharacterPoints 00610FB0 f -Script_UnitBuff 00614CA0 f -Script_UnitDebuff 00614CF0 f -Script_UnitAura 00614D40 f -Script_UnitIsTapped 00611130 f -Script_UnitIsTappedByPlayer 006111B0 f -Script_UnitIsTappedByAllThreatList 00611230 f -Script_UnitIsTrivial 006112B0 f -Script_UnitHasRelicSlot 00611330 f -Script_SetPortraitTexture 006113E0 f -Script_HasFullControl 00611600 f -Script_GetComboPoints 00611670 f -Script_IsInGuild 0060DB20 f -Script_IsGuildLeader 0060DB80 f -Script_IsArenaTeamCaptain 0060DC70 f -Script_IsInArenaTeam 0060DBF0 f -Script_IsResting 0060DD40 f -Script_GetCombatRating 0060DDB0 f -Script_GetCombatRatingBonus 0060DE70 f -Script_GetMaxCombatRatingBonus 006082C0 f -Script_GetDodgeChance 0060DF30 f -Script_GetBlockChance 0060DF90 f -Script_GetShieldBlock 0060DFF0 f -Script_GetParryChance 0060E070 f -Script_GetCritChanceFromAgility 0060E130 f -Script_GetSpellCritChanceFromIntellect 0060E1B0 f -Script_GetCritChance 0060E0D0 f -Script_GetRangedCritChance 0060E230 f -Script_GetSpellCritChance 0060E290 f -Script_GetSpellBonusDamage 0060E310 f -Script_GetSpellBonusHealing 0060E3B0 f -Script_GetPetSpellBonusDamage 0060E410 f -Script_GetSpellPenetration 0060E470 f -Script_GetArmorPenetration 0060E4E0 f -Script_GetAttackPowerForStat 0060E560 f -Script_UnitCreatureType 00611780 f -Script_UnitCreatureFamily 00611820 f -Script_GetResSicknessDuration 006118C0 f -Script_GetPVPSessionStats 00611A20 f -Script_GetPVPYesterdayStats 00611AD0 f -Script_GetPVPLifetimeStats 00611B80 f -Script_UnitPVPRank 00611C40 f -Script_GetPVPRankInfo 00611CB0 f -Script_GetPVPRankProgress 00608560 f -Script_UnitCastingInfo 00611DF0 f -Script_UnitChannelInfo 00612090 f -Script_IsLoggedIn 0060A450 f -Script_IsFlyableArea 00612260 f -Script_IsIndoors 00612300 f -Script_IsOutdoors 00612360 f -Script_IsOutOfBounds 006123C0 f -Script_IsFalling 00612430 f -Script_IsSwimming 006124A0 f -Script_IsFlying 00612500 f -Script_IsMounted 006125A0 f -Script_IsStealthed 00612610 f -Script_UnitIsSameServer 00612670 f -Script_GetUnitHealthModifier 006127F0 f -Script_GetUnitMaxHealthModifier 00612870 f -Script_GetUnitPowerModifier 00612900 f -Script_GetUnitHealthRegenRateFromSpirit 00612980 f -Script_GetUnitManaRegenRateFromSpirit 00612A00 f -Script_GetManaRegen 00612A90 f -Script_GetPowerRegen 00612B40 f -Script_GetRuneCooldown 00613020 f -Script_GetRuneCount 00613140 f -Script_GetRuneType 006131E0 f -Script_ReportPlayerIsPVPAFK 00612D50 f -Script_PlayerIsPVPInactive 00612E20 f -Script_GetExpertise 00612BF0 f -Script_GetExpertisePercent 00612CB0 f -Script_UnitInBattleground 0060CAA0 f -Script_UnitInRange 00612F10 f -Script_GetUnitSpeed 00613290 f -Script_GetUnitPitch 00613330 f -Script_UnitInVehicle 006133D0 f -Script_UnitUsingVehicle 006134A0 f -Script_UnitControllingVehicle 00613570 f -Script_UnitInVehicleControlSeat 00613700 f -Script_UnitHasVehicleUI 00613740 f -Script_UnitTargetsVehicleInRaidUI 00613780 f -Script_UnitVehicleSkin 006137D0 f -Script_UnitVehicleSeatCount 00613830 f -Script_UnitVehicleSeatInfo 006138C0 f -Script_UnitSwitchToVehicleSeat 006139B0 f -Script_CanSwitchVehicleSeat 00608580 f -Script_GetVehicleUIIndicator 00614E60 f -Script_GetVehicleUIIndicatorSeat 00614EF0 f -Script_UnitThreatSituation 00613A60 f -Script_UnitDetailedThreatSituation 00613B40 f -Script_UnitIsControlling 00613C90 f -Script_EjectPassengerFromSeat 00613E10 f -Script_CanEjectPassengerFromSeat 00613D20 f -Script_RespondInstanceLock 00613ED0 f -Script_GetPlayerFacing 0060A490 f -Script_GetPlayerInfoByGUID 00613F90 f -Script_GetItemStats 00608690 f -Script_GetItemStatDelta 00608760 f -Script_IsXPUserDisabled 00614140 f -Script_FillLocalizedClassList 0060A510 f -Script_GetNumTrackingTypes 0057F170 f -Script_GetTrackingInfo 0057F1B0 f -Script_SetTracking 0057F380 f -Script_GetTrackingTexture 0057F4F0 f -Script_CombatLogResetFilter 0074FA60 f -Script_CombatLogAddFilter 0074FF70 f -Script_CombatLogSetRetentionTime 0074D5B0 f -Script_CombatLogGetRetentionTime 0074D9E0 f -Script_CombatLogGetNumEntries 0074FA70 f -Script_CombatLogSetCurrentEntry 0074FAE0 f -Script_CombatLogGetCurrentEntry 0074F2B0 f -Script_CombatLogAdvanceEntry 0074FC20 f -Script_CombatLogClearEntries 00751120 f -Script_CombatLog_Object_IsA 0074D600 f -Script_CombatTextSetActiveUnit 0074D580 f -Script_GetActionInfo 005A8F10 f -Script_GetActionTexture 005A9B30 f -Script_GetActionCount 005A7D10 f -Script_GetActionCooldown 005A91C0 f -Script_GetActionAutocast 005A9290 f -Script_GetActionText 005A7D90 f -Script_HasAction 005A8220 f -Script_UseAction 005AC000 f -Script_PickupAction 005AC090 f -Script_PlaceAction 005AB840 f -Script_IsAttackAction 005A9BA0 f -Script_IsCurrentAction 005AAD40 f -Script_IsAutoRepeatAction 005A9C10 f -Script_IsUsableAction 005A7E60 f -Script_IsConsumableAction 005A9C80 f -Script_IsStackableAction 005A8720 f -Script_IsEquippedAction 005A8BC0 f -Script_ActionHasRange 005A9CF0 f -Script_IsActionInRange 005A9D50 f -Script_GetBonusBarOffset 005A7F20 f -Script_GetMultiCastBarOffset 005B71E0 f -Script_ChangeActionBarPage 005A7F60 f -Script_GetActionBarPage 005A7FD0 f -Script_GetActionBarToggles 005A8790 f -Script_SetActionBarToggles 005A8290 f -Script_IsPossessBarVisible 005A8820 f -Script_GetMultiCastTotemSpells 005A8330 f -Script_SetMultiCastSpell 005AB8A0 f -Script_GetNumPartyMembers 0052C110 f -Script_GetRealNumPartyMembers 0052C190 f -Script_GetPartyMember 0052C1D0 f -Script_GetPartyLeaderIndex 0052C270 f -Script_IsPartyLeader 0052CCD0 f -Script_IsRealPartyLeader 0052CD30 f -Script_LeaveParty 0052D990 f -Script_GetLootMethod 0052CD90 f -Script_SetLootMethod 0052DC20 f -Script_GetLootThreshold 0052C2A0 f -Script_SetLootThreshold 0052DE60 f -Script_SetPartyAssignment 0052E1B0 f -Script_ClearPartyAssignment 0052E400 f -Script_GetPartyAssignment 0052CF60 f -Script_SilenceMember 0052D9C0 f -Script_UnSilenceMember 0052DAF0 f -Script_SetOptOutOfLoot 0052CF00 f -Script_GetOptOutOfLoot 0052C2D0 f -Script_CanChangePlayerDifficulty 0052D000 f -Script_ChangePlayerDifficulty 0052E420 f -Script_IsPartyLFG 0052C310 f -Script_HasLFGRestrictions 0052C350 f -Script_SendChatMessage 0050D170 f -Script_SendAddonMessage 00500560 f -Script_SendSystemMessage 0050D8A0 f -Script_GetNumLanguages 00500760 f -Script_GetLanguageByIndex 00500810 f -Script_GetDefaultLanguage 00500910 f -Script_DoEmote 00500980 f -Script_LoggingChat 004FBD00 f -Script_LoggingCombat 004FBD20 f -Script_JoinChannelByName 0050DAA0 f -Script_JoinTemporaryChannel 0050DAA0 f -Script_JoinPermanentChannel 0050DAC0 f -Script_LeaveChannelByName 005096D0 f -Script_ListChannelByName 004FE630 f -Script_ListChannels 0050DAE0 f -Script_GetChannelList 004FE650 f -Script_SetChannelPassword 004FE720 f -Script_SetChannelOwner 004FE810 f -Script_DisplayChannelOwner 004FE830 f -Script_GetChannelName 004FE850 f -Script_ChannelModerator 004FE950 f -Script_ChannelUnmoderator 004FE970 f -Script_ChannelMute 004FE990 f -Script_ChannelUnmute 004FE9B0 f -Script_ChannelInvite 004FE9D0 f -Script_ChannelKick 004FE9F0 f -Script_ChannelBan 004FEA10 f -Script_ChannelUnban 004FEA30 f -Script_ChannelToggleAnnouncements 004FEA50 f -Script_ChannelSilenceVoice 00501140 f -Script_ChannelSilenceAll 00501250 f -Script_ChannelUnSilenceVoice 005012F0 f -Script_ChannelUnSilenceAll 00501400 f -Script_ChangeChatColor 004FEAF0 f -Script_ResetChatColors 004FED10 f -Script_GetChatTypeIndex 004FEEE0 f -Script_GetChatWindowInfo 004FBD90 f -Script_GetChatWindowSavedPosition 004FBF60 f -Script_GetChatWindowSavedDimensions 004FC020 f -Script_GetChatWindowMessages 004FC0C0 f -Script_GetChatWindowChannels 004FEFF0 f -Script_AddChatWindowMessages 004FC170 f -Script_RemoveChatWindowMessages 004FC250 f -Script_AddChatWindowChannel 00501DB0 f -Script_RemoveChatWindowChannel 004FF0D0 f -Script_SetChatWindowName 004FC330 f -Script_SetChatWindowSize 004FC3D0 f -Script_SetChatWindowColor 004FC470 f -Script_SetChatWindowAlpha 004FC5B0 f -Script_SetChatWindowLocked 004FC660 f -Script_SetChatWindowDocked 004FC760 f -Script_SetChatWindowUninteractable 004FC6E0 f -Script_SetChatWindowShown 004FC810 f -Script_SetChatWindowSavedPosition 004FC890 f -Script_SetChatWindowSavedDimensions 004FC9A0 f -Script_EnumerateServerChannels 004FF200 f -Script_RequestRaidInfo 00500BE0 f -Script_GetNumSavedInstances 004FCA50 f -Script_GetSavedInstanceInfo 004FF2C0 f -Script_SetSavedInstanceExtend 0050DC10 f -Script_ResetChatWindows 00501F00 f -Script_CanComplainChat 00500C80 f -Script_ComplainChat 0050ED00 f -Script_GetNumDisplayChannels 00504E10 f -Script_GetChannelDisplayInfo 004FF580 f -Script_GetSelectedDisplayChannel 004FFA10 f -Script_SetSelectedDisplayChannel 00504E50 f -Script_GetChannelRosterInfo 00504F30 f -Script_GetNumChannelMembers 00505190 f -Script_SetActiveVoiceChannel 00500AE0 f -Script_GetActiveVoiceChannel 004FBD40 f -Script_CollapseChannelHeader 005052E0 f -Script_ExpandChannelHeader 00505360 f -Script_ChannelVoiceOn 004FEA70 f -Script_ChannelVoiceOff 004FEA90 f -Script_DisplayChannelVoiceOn 004FEAB0 f -Script_DisplayChannelVoiceOff 004FEAD0 f -Script_IsDisplayChannelOwner 004FFA70 f -Script_IsDisplayChannelModerator 004FFAE0 f -Script_IsVoiceChatEnabled 004FCBF0 f -Script_IsVoiceChatAllowed 004FCC60 f -Script_IsVoiceChatAllowedByServer 004FCCB0 f -Script_IsSilenced 004FFB50 f -Script_GetMuteStatus 004FCDF0 f -Script_UnitIsSilenced 004FCCF0 f -Script_SetChannelWatch 004FFC30 f -Script_ClearChannelWatch 004FFC50 f -Script_DeclineInvite 004FFCC0 f -Script_SetChatColorNameByClass 004FEDC0 f -Script_GetAutoCompleteResults 0057B3A0 f -Script_GetAutoCompletePresenceID 0057B500 f -Script_GetNumSpellTabs 0053B5C0 f -Script_GetSpellTabInfo 0053BE70 f -Script_GetSpellName 005407F0 f -Script_GetSpellLink 005408E0 f -Script_GetSpellInfo 00540A30 f -Script_GetSpellTexture 00540D70 f -Script_GetSpellCount 00540DF0 f -Script_GetSpellCooldown 00540E80 f -Script_GetSpellAutocast 00541010 f -Script_ToggleSpellAutocast 005410E0 f -Script_EnableSpellAutocast 00541140 f -Script_DisableSpellAutocast 005411A0 f -Script_PickupSpell 00541200 f -Script_CastSpell 00541250 f -Script_IsSelectedSpell 005412C0 f -Script_IsPassiveSpell 00541340 f -Script_IsAttackSpell 00541420 f -Script_IsCurrentSpell 00541500 f -Script_IsAutoRepeatSpell 005415D0 f -Script_IsUsableSpell 00541680 f -Script_IsHelpfulSpell 00541800 f -Script_IsHarmfulSpell 005418F0 f -Script_IsConsumableSpell 005419F0 f -Script_SpellHasRange 00541AF0 f -Script_IsSpellInRange 00541C60 f -Script_UpdateSpells 0053DD10 f -Script_HasPetSpells 0053DD30 f -Script_GetNumShapeshiftForms 0053C0B0 f -Script_GetShapeshiftForm 0053DE10 f -Script_CancelShapeshiftForm 0053DE60 f -Script_GetShapeshiftFormInfo 0053DE90 f -Script_CastShapeshiftForm 0053C0F0 f -Script_GetShapeshiftFormCooldown 0053C180 f -Script_CastSpellByName 00540310 f -Script_CastSpellByID 0053E060 f -Script_GetNumCompanions 0053C2A0 f -Script_GetCompanionInfo 0053E2C0 f -Script_GetCompanionCooldown 0053E490 f -Script_PickupCompanion 0053C310 f -Script_CallCompanion 0053E5E0 f -Script_DismissCompanion 0053E6B0 f -Script_GetKnownSlotFromHighestRankSlot 0053B650 f -Script_IsSpellKnown 0053C3A0 f -Script_FindSpellBookSlotByID 0053B6C0 f -Script_SummonRandomCritter 0053E7E0 f -Script_GetInventorySlotInfo 005E7D60 f -Script_GetInventoryItemsForSlot 005E95C0 f -Script_GetInventoryItemTexture 005E9BC0 f -Script_GetInventoryItemBroken 005E9D80 f -Script_GetInventoryItemCount 005E9E40 f -Script_GetInventoryItemQuality 005EA040 f -Script_GetInventoryItemCooldown 005E7E60 f -Script_GetInventoryItemDurability 005EA170 f -Script_GetInventoryItemLink 005EA270 f -Script_GetInventoryItemID 005EA3E0 f -Script_GetInventoryItemGems 005EA4F0 f -Script_KeyRingButtonIDToInvSlotID 005E7700 f -Script_PickupInventoryItem 005EA5F0 f -Script_UseInventoryItem 005EA630 f -Script_SocketInventoryItem 005EA6A0 f -Script_IsInventoryItemLocked 005EA6E0 f -Script_PutItemInBag 005EA780 f -Script_PutItemInBackpack 005EA7F0 f -Script_PickupBagFromSlot 005EA840 f -Script_CursorCanGoInSlot 005EA880 f -Script_ShowInventorySellCursor 005EA930 f -Script_SetInventoryPortraitTexture 005EA9B0 f -Script_GetGuildInfo 005EAAF0 f -Script_GetInventoryAlertStatus 005E7FA0 f -Script_UpdateInventoryAlertStatus 005EAC00 f -Script_OffhandHasWeapon 005EAC10 f -Script_HasInspectHonorData 005E7780 f -Script_RequestInspectHonorData 005EAC90 f -Script_GetInspectHonorData 005E77C0 f -Script_GetInspectArenaTeamData 005E8030 f -Script_ClearInspectPlayer 005E7890 f -Script_GetWeaponEnchantInfo 005EACA0 f -Script_HasWandEquipped 005EAE90 f -Script_SetLootPortrait 00588F00 f -Script_GetNumLootItems 00588540 f -Script_GetLootSlotInfo 00588570 f -Script_GetLootSlotLink 005886D0 f -Script_LootSlotIsItem 00588750 f -Script_LootSlotIsCoin 00588810 f -Script_LootSlot 00589520 f -Script_ConfirmLootSlot 00589590 f -Script_CloseLoot 005888B0 f -Script_IsFishingLoot 005888E0 f -Script_GetMasterLootCandidate 00588920 f -Script_GiveMasterLoot 00589600 f -Script_GetLootRollItemInfo 005889D0 f -Script_GetLootRollItemLink 00588C00 f -Script_GetLootRollTimeLeft 00588CC0 f -Script_RollOnLoot 00588D60 f -Script_ConfirmLootRoll 00588DD0 f -Script_ItemTextGetItem 00589C40 f -Script_ItemTextGetCreator 0058A480 f -Script_ItemTextGetMaterial 00589C90 f -Script_ItemTextGetPage 00589B50 f -Script_ItemTextGetText 00589B90 f -Script_ItemTextHasNextPage 00589D70 f -Script_ItemTextPrevPage 0058A110 f -Script_ItemTextNextPage 0058A150 f -Script_CloseItemText 0058A400 f -Script_GetGossipText 0058A900 f -Script_GetNumGossipOptions 0058A920 f -Script_GetNumGossipAvailableQuests 0058A960 f -Script_GetNumGossipActiveQuests 0058A9A0 f -Script_GetGossipOptions 0058A9E0 f -Script_GetGossipAvailableQuests 0058B3A0 f -Script_GetGossipActiveQuests 0058B490 f -Script_SelectGossipOption 0058B590 f -Script_SelectGossipAvailableQuest 0058B600 f -Script_SelectGossipActiveQuest 0058B670 f -Script_CloseGossip 0058AA40 f -Script_ForceGossip 0058AB50 f -Script_CloseQuest 0058D350 f -Script_GetTitleText 0058BD10 f -Script_GetGreetingText 0058BD30 f -Script_GetQuestText 0058BD50 f -Script_GetObjectiveText 0058BD70 f -Script_GetProgressText 0058BD90 f -Script_GetRewardText 0058BDB0 f -Script_GetNumAvailableQuests 0058BDD0 f -Script_GetNumActiveQuests 0058BE00 f -Script_GetAvailableTitle 0058BE30 f -Script_GetActiveTitle 0058BED0 f -Script_GetAvailableLevel 0058BF70 f -Script_GetActiveLevel 0058C010 f -Script_IsAvailableQuestTrivial 0058D370 f -Script_IsActiveQuestTrivial 0058D420 f -Script_SelectAvailableQuest 0058D4D0 f -Script_SelectActiveQuest 0058D540 f -Script_AcceptQuest 0058D5B0 f -Script_DeclineQuest 0058D5C0 f -Script_IsQuestCompletable 0058D5D0 f -Script_CompleteQuest 0058D610 f -Script_GetQuestReward 0058D620 f -Script_GetRewardMoney 0058C0B0 f -Script_GetRewardXP 0058C0E0 f -Script_GetRewardHonor 0058C110 f -Script_GetRewardSpell 0058D670 f -Script_GetQuestMoneyToGet 0058C160 f -Script_GetNumQuestRewards 0058C190 f -Script_GetNumQuestChoices 0058C1F0 f -Script_GetNumQuestItems 0058C250 f -Script_GetQuestItemInfo 0058D980 f -Script_GetQuestItemLink 0058C2B0 f -Script_GetQuestSpellLink 0058DAB0 f -Script_QuestChooseRewardError 0058C3A0 f -Script_ConfirmAcceptQuest 0058C910 f -Script_GetQuestBackgroundMaterial 0058C990 f -Script_GetSuggestedGroupNum 0058C3B0 f -Script_QuestFlagsPVP 0058C3E0 f -Script_QuestGetAutoAccept 0058C430 f -Script_GetDailyQuestsCompleted 0058DB30 f -Script_GetMaxDailyQuests 0058C470 f -Script_GetRewardTitle 0058D810 f -Script_GetRewardTalents 0058C140 f -Script_GetRewardArenaPoints 0058C4A0 f -Script_GetAvailableQuestInfo 0058DBC0 f -Script_QuestIsDaily 0058C4D0 f -Script_QuestIsWeekly 0058C510 f -Script_GetNumQuestLogEntries 005DF010 f -Script_GetQuestLogTitle 005E5CC0 f -Script_SelectQuestLogEntry 005E02F0 f -Script_GetQuestLogSelection 005DF0A0 f -Script_SetAbandonQuest 005DF0D0 f -Script_GetAbandonQuestName 005DF0E0 f -Script_GetAbandonQuestItems 005E3D60 f -Script_AbandonQuest 005E4060 f -Script_IsUnitOnQuest 005E4070 f -Script_GetQuestLogQuestText 005E0340 f -Script_GetNumQuestLeaderBoards 005E41A0 f -Script_GetQuestLogLeaderBoard 005E5F60 f -Script_GetNumQuestItemDrops 005E4260 f -Script_GetQuestLogItemDrop 005E60D0 f -Script_GetQuestPOILeaderBoard 005E6650 f -Script_GetQuestLogTimeLeft 005E4320 f -Script_IsCurrentQuestFailed 005E43F0 f -Script_GetNumQuestLogRewards 005DF150 f -Script_GetNumQuestLogChoices 005DF1D0 f -Script_GetQuestLogRewardInfo 005E4490 f -Script_GetQuestLogChoiceInfo 005E4660 f -Script_GetQuestLogItemLink 005DF250 f -Script_GetQuestLogSpellLink 005E4840 f -Script_GetQuestLogRewardMoney 005E48F0 f -Script_GetQuestLogRewardXP 005E49B0 f -Script_GetQuestLogRewardHonor 005E4B70 f -Script_GetQuestLogRewardSpell 005E4D10 f -Script_GetQuestLogRequiredMoney 005DF460 f -Script_GetQuestLogPushable 005DF520 f -Script_QuestLogPushQuest 005E4ED0 f -Script_GetQuestTimers 005E6240 f -Script_GetQuestIndexForTimer 005E4FB0 f -Script_CollapseQuestHeader 005E5100 f -Script_ExpandQuestHeader 005E5150 f -Script_GetQuestGreenRange 005E51A0 f -Script_GetNumQuestWatches 005DF5D0 f -Script_IsQuestWatched 005DF610 f -Script_AddQuestWatch 005E67C0 f -Script_RemoveQuestWatch 005DF700 f -Script_GetQuestIndexForWatch 005DF780 f -Script_GetQuestLogGroupNum 005DF870 f -Script_GetQuestResetTime 005E6DE0 f -Script_GetQuestLink 005E51D0 f -Script_GetQuestLogRewardTitle 005E4C10 f -Script_GetQuestLogRewardTalents 005DF3A0 f -Script_GetQuestLogRewardArenaPoints 005DF400 f -Script_GetQuestLogSpecialItemInfo 005E52D0 f -Script_GetQuestLogSpecialItemCooldown 005E53D0 f -Script_IsQuestLogSpecialItemInRange 005E54C0 f -Script_UseQuestLogSpecialItem 005E5640 f -Script_ProcessQuestLogRewardFactions 005DF8A0 f -Script_GetNumQuestLogRewardFactions 005DF910 f -Script_GetQuestLogRewardFactionInfo 005DF940 f -Script_SortQuestWatches 005E64B0 f -Script_ShiftQuestWatches 005DFBA0 f -Script_GetQuestWatchIndex 005DFC40 f -Script_QuestMapUpdateAllQuests 005E63D0 f -Script_GetQuestSortIndex 005DFA10 f -Script_GetQuestWorldMapAreaID 005E56C0 f -Script_QuestPOIUpdateTexture 008E5250 f -Script_QuestPOIUpdateIcons 005E5740 f -Script_QuestPOIGetIconInfo 005E0590 f -Script_QuestPOIGetQuestIDByIndex 005DFA80 f -Script_QuestPOIGetQuestIDByVisibleIndex 005E5750 f -Script_GetQuestLogCompletionText 005E06D0 f -Script_SetPOIIconOverlapDistance 005DFB00 f -Script_SetPOIIconOverlapPushDistance 005DFB40 f -Script_SetTaxiMap 00590D10 f -Script_NumTaxiNodes 00590710 f -Script_TaxiNodeName 00590D60 f -Script_TaxiNodePosition 00590E00 f -Script_TaxiNodeCost 005915E0 f -Script_TakeTaxiNode 00591680 f -Script_CloseTaxiMap 00590EC0 f -Script_TaxiNodeGetType 00590ED0 f -Script_TaxiNodeSetCurrent 00591E60 f -Script_TaxiGetSrcX 00590F40 f -Script_TaxiGetSrcY 00590FE0 f -Script_TaxiGetDestX 00591080 f -Script_TaxiGetDestY 00591120 f -Script_GetNumRoutes 005911C0 f -Script_OpenTrainer 00595040 f -Script_CloseTrainer 00594370 f -Script_GetNumTrainerServices 00593D10 f -Script_GetTrainerServiceInfo 00595090 f -Script_SelectTrainerService 005943A0 f -Script_IsTradeskillTrainer 00593D50 f -Script_GetTrainerSelectionIndex 00594430 f -Script_GetTrainerGreetingText 00593D90 f -Script_GetTrainerServiceIcon 00595150 f -Script_GetTrainerServiceSkillLine 005952F0 f -Script_GetTrainerServiceCost 00594480 f -Script_GetTrainerServiceLevelReq 00594530 f -Script_GetTrainerServiceSkillReq 00595470 f -Script_GetTrainerServiceNumAbilityReq 005945B0 f -Script_GetTrainerServiceAbilityReq 005955E0 f -Script_GetTrainerServiceStepReq 005957D0 f -Script_GetTrainerServiceDescription 005959D0 f -Script_IsTrainerServiceSkillStep 00595B60 f -Script_GetTrainerServiceStepIncrease 00595C40 f -Script_BuyTrainerService 00595E60 f -Script_SetTrainerServiceTypeFilter 00595EC0 f -Script_SetTrainerSkillLineFilter 00596010 f -Script_GetTrainerServiceTypeFilter 00593E10 f -Script_GetTrainerSkillLineFilter 00593EB0 f -Script_GetTrainerSkillLines 00594650 f -Script_CollapseTrainerSkillLine 00596150 f -Script_ExpandTrainerSkillLine 005961F0 f -Script_GetTrainerServiceItemLink 00596290 f -Script_CloseTradeSkill 005DA8B0 f -Script_GetNumTradeSkills 005DA120 f -Script_GetTradeSkillInfo 005DB2A0 f -Script_SelectTradeSkill 005DA900 f -Script_GetTradeSkillSelectionIndex 005DA970 f -Script_GetTradeSkillCooldown 005DA9A0 f -Script_GetTradeSkillIcon 005DB550 f -Script_GetTradeSkillNumMade 005DB6E0 f -Script_GetTradeSkillLine 005DB810 f -Script_GetTradeSkillItemLink 005DBA70 f -Script_SetTradeSkillItemNameFilter 005DD070 f -Script_GetTradeSkillItemNameFilter 005DA150 f -Script_SetTradeSkillItemLevelFilter 005DD090 f -Script_GetTradeSkillItemLevelFilter 005DA170 f -Script_GetTradeSkillNumReagents 005DBBA0 f -Script_GetTradeSkillReagentInfo 005DE400 f -Script_GetTradeSkillReagentItemLink 005DBCC0 f -Script_GetTradeSkillTools 005DE620 f -Script_GetTradeSkillDescription 005DBE10 f -Script_GetTradeSkillSubClasses 005DAA70 f -Script_GetTradeSkillInvSlots 005DBF10 f -Script_SetTradeSkillSubClassFilter 005DD0F0 f -Script_GetTradeSkillSubClassFilter 005DA1B0 f -Script_SetTradeSkillInvSlotFilter 005DD230 f -Script_GetTradeSkillInvSlotFilter 005DBF90 f -Script_TradeSkillOnlyShowMakeable 005DD3E0 f -Script_TradeSkillOnlyShowSkillUps 005DD420 f -Script_CollapseTradeSkillSubClass 005DD460 f -Script_ExpandTradeSkillSubClass 005DD500 f -Script_GetFirstTradeSkill 005DAB70 f -Script_GetTradeskillRepeatCount 005DA270 f -Script_DoTradeSkill 005DAC00 f -Script_GetTradeSkillRecipeLink 005DB920 f -Script_StopTradeSkillRepeat 005DA2E0 f -Script_GetTradeSkillListLink 005DC0B0 f -Script_IsTradeSkillLinked 005DA310 f -Script_CloseMerchant 005846D0 f -Script_GetMerchantNumItems 005841D0 f -Script_GetMerchantItemInfo 00584E10 f -Script_GetMerchantItemCostInfo 005846E0 f -Script_GetMerchantItemCostItem 00584820 f -Script_GetBuybackItemInfo 00585070 f -Script_GetBuybackItemLink 005852C0 f -Script_GetMerchantItemLink 00584200 f -Script_GetMerchantItemMaxStack 005842D0 f -Script_PickupMerchantItem 005853A0 f -Script_BuyMerchantItem 005854C0 f -Script_BuybackItem 005855C0 f -Script_CanMerchantRepair 005849F0 f -Script_ShowMerchantSellCursor 005856D0 f -Script_ShowBuybackSellCursor 00585890 f -Script_ShowRepairCursor 00584A60 f -Script_HideRepairCursor 00584390 f -Script_InRepairMode 005843B0 f -Script_GetRepairAllCost 00585990 f -Script_RepairAllItems 00585C90 f -Script_GetNumBuybackItems 005843F0 f -Script_CloseTrade 00587940 f -Script_ClickTradeButton 005879D0 f -Script_ClickTargetTradeButton 00586C80 f -Script_GetTradeTargetItemInfo 00587C60 f -Script_GetTradeTargetItemLink 005865F0 f -Script_GetTradePlayerItemInfo 00587EB0 f -Script_GetTradePlayerItemLink 00586D00 f -Script_AcceptTrade 005866E0 f -Script_CancelTradeAccept 00586730 f -Script_GetPlayerTradeMoney 00586780 f -Script_GetTargetTradeMoney 005867D0 f -Script_PickupTradeMoney 00586810 f -Script_AddTradeMoney 00586D90 f -Script_SetTradeMoney 00586870 f -Script_ContainerIDToInventoryID 005D6F60 f -Script_GetContainerNumSlots 005D74A0 f -Script_GetContainerItemInfo 005D7A90 f -Script_GetContainerItemID 005D7D00 f -Script_GetContainerItemLink 005D7C80 f -Script_GetContainerItemCooldown 005D7D90 f -Script_PickupContainerItem 005D7FF0 f -Script_SplitContainerItem 005D84F0 f -Script_UseContainerItem 005D8650 f -Script_SocketContainerItem 005D8B10 f -Script_ShowContainerSellCursor 005D8BD0 f -Script_SetBagPortraitTexture 005D7180 f -Script_GetBagName 005D8C70 f -Script_GetContainerItemDurability 005D7EF0 f -Script_GetContainerNumFreeSlots 005D7590 f -Script_GetContainerFreeSlots 005D7820 f -Script_GetContainerItemPurchaseInfo 005D8D80 f -Script_GetContainerItemPurchaseItem 005D8F70 f -Script_ContainerRefundItemPurchase 005D91B0 f -Script_GetMaxArenaCurrency 005D6FF0 f -Script_GetContainerItemGems 005D9300 f -Script_GetContainerItemQuestInfo 005D9400 f -Script_BankButtonIDToInvSlotID 0057B940 f -Script_GetNumBankSlots 0057BAB0 f -Script_GetBankSlotCost 0057BB30 f -Script_PurchaseSlot 0057BBC0 f -Script_CloseBankFrame 0057B9C0 f -Script_GetNumFriends 006B4060 f -Script_GetFriendInfo 006B4130 f -Script_SetSelectedFriend 006B4400 f -Script_GetSelectedFriend 006B44B0 f -Script_AddOrRemoveFriend 006B7B70 f -Script_AddFriend 006B6AF0 f -Script_RemoveFriend 006B7BD0 f -Script_ShowFriends 006B44F0 f -Script_SetFriendNotes 006B7C90 f -Script_GetNumIgnores 006B4560 f -Script_GetIgnoreName 006B4620 f -Script_SetSelectedIgnore 006B48A0 f -Script_GetSelectedIgnore 006B4A00 f -Script_AddOrDelIgnore 006B6BA0 f -Script_AddIgnore 006B6C00 f -Script_DelIgnore 006B7D70 f -Script_GetNumMutes 006B45C0 f -Script_GetMuteName 006B4760 f -Script_SetSelectedMute 006B4950 f -Script_GetSelectedMute 006B4A40 f -Script_AddOrDelMute 006B6BD0 f -Script_AddMute 006B6C30 f -Script_DelMute 006B7DA0 f -Script_IsIgnored 006B6C60 f -Script_IsMuted 006B6CF0 f -Script_IsIgnoredOrMuted 006B6D80 f -Script_SendWho 006B6B50 f -Script_GetNumWhoResults 006B33D0 f -Script_GetWhoInfo 006B4A80 f -Script_SetWhoToUI 006B3430 f -Script_SortWho 006B4EB0 f -Script_PetHasActionBar 005D3720 f -Script_GetPetActionInfo 005D4EC0 f -Script_GetPetActionCooldown 005D5280 f -Script_GetPetActionsUsable 005D53C0 f -Script_GetPetActionSlotUsable 005D5400 f -Script_IsPetAttackActive 005D3160 f -Script_PickupPetAction 005D65C0 f -Script_TogglePetAutocast 005D66F0 f -Script_CastPetAction 005D67B0 f -Script_PetPassiveMode 005D54C0 f -Script_PetDefensiveMode 005D54F0 f -Script_PetAggressiveMode 005D5520 f -Script_PetWait 005D5550 f -Script_PetFollow 005D5580 f -Script_PetAttack 005D55B0 f -Script_PetStopAttack 005D5640 f -Script_PetAbandon 005D5650 f -Script_PetDismiss 005D5660 f -Script_PetRename 005D5670 f -Script_PetCanBeAbandoned 005D3780 f -Script_PetCanBeDismissed 005D3820 f -Script_PetCanBeRenamed 005D38C0 f -Script_GetPetTimeRemaining 005D3180 f -Script_HasPetUI 005D3960 f -Script_GetPetExperience 005D3A20 f -Script_GetPetHappiness 005D3B00 f -Script_GetPetFoodTypes 005D3BD0 f -Script_GetPetIcon 005D3CE0 f -Script_GetPetTalentTree 005D3D80 f -Script_GetPossessInfo 005D5820 f -Script_IsPetAttackAction 005D5A10 f -Script_GetMapContinents 00544B20 f -Script_GetMapZones 00544B90 f -Script_SetMapZoom 005469E0 f -Script_ZoomOut 00546A90 f -Script_SetDungeonMapLevel 00547B80 f -Script_GetNumDungeonMapLevels 00546290 f -Script_DungeonUsesTerrainMap 00544C40 f -Script_SetMapToCurrentZone 00547C10 f -Script_GetMapInfo 00544CA0 f -Script_GetCurrentMapContinent 00544D40 f -Script_GetCurrentMapAreaID 00544E10 f -Script_GetCurrentMapZone 00544E80 f -Script_GetCurrentMapDungeonLevel 00544FC0 f -Script_SetMapByID 00546C50 f -Script_IsZoomOutAvailable 00545050 f -Script_ProcessMapClick 00546E80 f -Script_UpdateMapHighlight 00545110 f -Script_GetPlayerMapPosition 00545880 f -Script_GetCorpseMapPosition 00545950 f -Script_GetDeathReleasePosition 005459C0 f -Script_GetNumMapLandmarks 00543020 f -Script_GetMapLandmarkInfo 00545A30 f -Script_GetNumMapOverlays 00543060 f -Script_GetMapOverlayInfo 00545C80 f -Script_CreateWorldMapArrowFrame 00545E60 f -Script_InitWorldMapPing 00545FF0 f -Script_CreateMiniWorldMapArrowFrame 00545F20 f -Script_UpdateWorldMapArrowFrames 00545FE0 f -Script_PositionWorldMapArrowFrame 005430A0 f -Script_PositionMiniWorldMapArrowFrame 005432C0 f -Script_ShowWorldMapArrowFrame 005434E0 f -Script_ShowMiniWorldMapArrowFrame 00543540 f -Script_ClickLandmark 00546EF0 f -Script_GetNumMapDebugObjects 00608560 f -Script_GetMapDebugObjectInfo 008E5250 f -Script_TeleportToDebugObject 008E5250 f -Script_HasDebugZoneMap 008E5250 f -Script_GetDebugZoneMap 008E5250 f -Script_GetWintergraspWaitTime 005435A0 f -Script_CanQueueForWintergrasp 00543600 f -Script_GetNumFactions 005CFF20 f -Script_GetFactionInfo 005D1150 f -Script_GetFactionInfoByID 005D11E0 f -Script_GetWatchedFactionInfo 005D1240 f -Script_SetWatchedFactionIndex 005D1420 f -Script_FactionToggleAtWar 005D1390 f -Script_CollapseFactionHeader 005D1F70 f -Script_CollapseAllFactionHeaders 005D1FC0 f -Script_SetFactionInactive 005D1E50 f -Script_SetFactionActive 005D1EE0 f -Script_IsFactionInactive 005D0740 f -Script_ExpandFactionHeader 005D2000 f -Script_ExpandAllFactionHeaders 005D1FE0 f -Script_SetSelectedFaction 005D07B0 f -Script_GetSelectedFaction 005D0820 f -Script_CloseTabardCreation 00598F30 f -Script_GetTabardCreationCost 00598DD0 f -Script_CloseGuildRegistrar 00599F00 f -Script_GetGuildCharterCost 00599F40 f -Script_BuyGuildCharter 0059A130 f -Script_TurnInGuildCharter 0059A1C0 f -Script_GetTabardInfo 0059A1F0 f -Script_StartDuel 005CF950 f -Script_AcceptDuel 005CFDB0 f -Script_CancelDuel 005CFDC0 f -Script_CanResetTutorials 00530700 f -Script_FlagTutorial 00530750 f -Script_IsTutorialFlagged 005307A0 f -Script_TriggerTutorial 005308D0 f -Script_ClearTutorials 00530820 f -Script_ResetTutorials 00530830 f -Script_GetNextCompleatedTutorial 005301D0 f -Script_GetPrevCompleatedTutorial 00530240 f -Script_ClosePetition 005CF020 f -Script_GetPetitionInfo 005CECE0 f -Script_GetNumPetitionNames 005CEAC0 f -Script_GetPetitionNameInfo 005CEE30 f -Script_CanSignPetition 005CF040 f -Script_SignPetition 005CF140 f -Script_OfferPetition 005CF220 f -Script_RenamePetition 005CF450 f -Script_GetNumSkillLines 005CD1B0 f -Script_GetSkillLineInfo 005CDE20 f -Script_AbandonSkill 005CE2C0 f -Script_CollapseSkillHeader 005CE3A0 f -Script_ExpandSkillHeader 005CE400 f -Script_AddSkillUp 005CE460 f -Script_RemoveSkillUp 005CE4D0 f -Script_GetAdjustedSkillPoints 005CE540 f -Script_AcceptSkillUps 005CE5D0 f -Script_CancelSkillUps 005CD820 f -Script_BuySkillTier 005CE6F0 f -Script_SetSelectedSkill 005CD860 f -Script_GetSelectedSkill 005CD8F0 f -Script_GetNumGuildMembers 005CA130 f -Script_GetGuildRosterMOTD 005CA190 f -Script_GetGuildRosterInfo 005CC9C0 f -Script_GetGuildRosterLastOnline 005CABB0 f -Script_GuildRosterSetPublicNote 005CAD00 f -Script_GuildRosterSetOfficerNote 005CAE20 f -Script_SetGuildRosterSelection 005CAF40 f -Script_GetGuildRosterSelection 005CAFD0 f -Script_CanGuildPromote 005CBCF0 f -Script_CanGuildDemote 005CBD80 f -Script_CanGuildInvite 005CBE10 f -Script_CanGuildRemove 005CBEA0 f -Script_CanEditMOTD 005CBF30 f -Script_CanEditPublicNote 005CBFC0 f -Script_CanEditOfficerNote 005CC050 f -Script_CanViewOfficerNote 005CC0E0 f -Script_CanEditGuildInfo 005CC170 f -Script_CanGuildBankRepair 005CC200 f -Script_CanEditGuildTabInfo 005CC290 f -Script_CanEditGuildEvent 005CC360 f -Script_SortGuildRoster 005CB000 f -Script_SetGuildRosterShowOffline 005CA1B0 f -Script_GetGuildRosterShowOffline 005CA1E0 f -Script_GuildControlGetNumRanks 005CA220 f -Script_GuildControlGetRankName 005CCC90 f -Script_GuildControlSetRank 005CA260 f -Script_GuildControlGetRankFlags 005CC3E0 f -Script_GuildControlSetRankFlag 005CA2B0 f -Script_GuildControlSaveRank 005CB170 f -Script_GuildControlAddRank 005CB330 f -Script_GuildControlDelRank 005CB3F0 f -Script_SetGuildBankTabPermissions 005CB470 f -Script_GetGuildBankTabPermissions 005CB560 f -Script_SetGuildBankWithdrawLimit 005CB6A0 f -Script_GetGuildBankWithdrawLimit 005CB700 f -Script_SetGuildBankTabWithdraw 005CB760 f -Script_CloseGuildRoster 008E5250 f -Script_GuildRoster 005CB810 f -Script_GetGuildInfoText 005CA330 f -Script_SetGuildInfoText 005CB820 f -Script_QueryGuildEventLog 005CC470 f -Script_GetNumGuildEvents 005CA350 f -Script_GetGuildEventInfo 005CCD90 f -Script_CloseMail 00571A40 f -Script_ClearSendMail 0056D5C0 f -Script_ClickSendMailItemButton 00570550 f -Script_SetSendMailMoney 005706C0 f -Script_GetSendMailMoney 0056D5D0 f -Script_SetSendMailCOD 0056D610 f -Script_GetSendMailCOD 0056D690 f -Script_GetNumStationeries 00571AB0 f -Script_GetStationeryInfo 0056DF80 f -Script_SelectStationery 0056E0E0 f -Script_GetSelectedStationeryTexture 0056E170 f -Script_GetNumPackages 0056E1E0 f -Script_GetPackageInfo 0056E210 f -Script_SelectPackage 0056E310 f -Script_GetSendMailItem 00570750 f -Script_GetSendMailItemLink 0056E3A0 f -Script_GetSendMailPrice 00571B00 f -Script_SendMail 00570910 f -Script_CheckInbox 0056E440 f -Script_GetInboxNumItems 0056D6D0 f -Script_GetInboxHeaderInfo 0056E520 f -Script_GetInboxText 00570BD0 f -Script_GetInboxInvoiceInfo 0056E9B0 f -Script_GetInboxItem 00570F10 f -Script_GetInboxItemLink 0056ECA0 f -Script_TakeInboxMoney 0056EDF0 f -Script_TakeInboxItem 005711C0 f -Script_TakeInboxTextItem 0056EEF0 f -Script_ReturnInboxItem 0056F000 f -Script_DeleteInboxItem 0056F140 f -Script_InboxItemCanDelete 0056F280 f -Script_HasNewMail 0056F350 f -Script_ComplainInboxItem 00571350 f -Script_CanComplainInboxItem 005713C0 f -Script_GetLatestThreeSenders 0056F3A0 f -Script_SetSendMailShowing 0056D570 f -Script_AutoLootMailItem 00571450 f -Script_RespondMailLockSendItem 0056F410 f -Script_GetNumBattlefields 0054BAA0 f -Script_GetBattlefieldInfo 0054D770 f -Script_GetBattlefieldInstanceInfo 0054D8F0 f -Script_IsBattlefieldArena 0054BAE0 f -Script_IsActiveBattlefieldArena 00549AD0 f -Script_JoinBattlefield 0054D990 f -Script_SetSelectedBattlefield 0054BB40 f -Script_GetSelectedBattlefield 0054BBD0 f -Script_AcceptBattlefieldPort 0054DA10 f -Script_GetBattlefieldStatus 0054BC30 f -Script_GetBattlefieldPortExpiration 00549B80 f -Script_GetBattlefieldInstanceExpiration 00549C40 f -Script_GetBattlefieldInstanceRunTime 00549CD0 f -Script_GetBattlefieldEstimatedWaitTime 00549D30 f -Script_GetBattlefieldTimeWaited 00549DD0 f -Script_CloseBattlefield 00549B40 f -Script_RequestBattlefieldScoreData 0054DCA0 f -Script_GetNumBattlefieldScores 00549E80 f -Script_GetBattlefieldScore 0054BE90 f -Script_GetBattlefieldWinner 00549EC0 f -Script_SetBattlefieldScoreFaction 0054C120 f -Script_LeaveBattlefield 0054C250 f -Script_GetNumBattlefieldStats 00549F20 f -Script_GetBattlefieldStatInfo 0054C170 f -Script_GetBattlefieldStatData 00549F60 f -Script_RequestBattlefieldPositions 0054DCB0 f -Script_GetNumBattlefieldPositions 0054A040 f -Script_GetBattlefieldPosition 0054C2E0 f -Script_GetNumBattlefieldFlagPositions 0054A0E0 f -Script_GetBattlefieldFlagPosition 0054DCC0 f -Script_GetNumBattlefieldVehicles 0054A140 f -Script_GetBattlefieldVehicleInfo 0054C4D0 f -Script_CanJoinBattlefieldAsGroup 0054C6E0 f -Script_GetBattlefieldMapIconScale 0054C740 f -Script_GetBattlefieldTeamInfo 0054A180 f -Script_GetBattlefieldArenaFaction 0054A280 f -Script_SortBattlefieldScoreData 0054DE00 f -Script_HearthAndResurrectFromArea 0054C7A0 f -Script_CanHearthAndResurrectFromArea 0054C810 f -Script_GetNumBattlegroundTypes 0054C870 f -Script_GetBattlegroundInfo 0054E010 f -Script_RequestBattlegroundInstanceInfo 0054E6D0 f -Script_GetNumArenaOpponents 0054A2C0 f -Script_BattlefieldMgrEntryInviteResponse 0054E160 f -Script_BattlefieldMgrQueueRequest 0054E1A0 f -Script_BattlefieldMgrQueueInviteResponse 0054E1C0 f -Script_BattlefieldMgrExitRequest 0054E200 f -Script_GetWorldPVPQueueStatus 0054C8A0 f -Script_GetHolidayBGHonorCurrencyBonuses 0054A300 f -Script_GetRandomBGHonorCurrencyBonuses 0054A370 f -Script_SortBGList 0054C9F0 f -Script_GetNumTalentTabs 005C5CC0 f -Script_GetTalentTabInfo 005C6150 f -Script_GetNumTalents 005C5D40 f -Script_GetTalentInfo 005C7800 f -Script_GetTalentLink 005C7CE0 f -Script_GetTalentPrereqs 005C7ED0 f -Script_LearnTalent 005C80E0 f -Script_GetUnspentTalentPoints 005C6310 f -Script_GetNumTalentGroups 005C5DF0 f -Script_GetActiveTalentGroup 005C5810 f -Script_SetActiveTalentGroup 005C5E70 f -Script_GetPreviewTalentPointsSpent 005C63B0 f -Script_GetGroupPreviewTalentPointsSpent 005C6420 f -Script_AddPreviewTalentPoints 005C9590 f -Script_ResetPreviewTalentPoints 005C7130 f -Script_ResetGroupPreviewTalentPoints 005C7200 f -Script_LearnPreviewTalents 005C6A10 f -Script_CloseAuctionHouse 0059F750 f -Script_GetAuctionHouseDepositRate 0059BC90 f -Script_CalculateAuctionDeposit 0059D270 f -Script_ClickAuctionSellItemButton 0059D410 f -Script_GetAuctionSellItemInfo 0059F760 f -Script_StartAuction 0059F990 f -Script_QueryAuctionItems 0059BCF0 f -Script_GetOwnerAuctionItems 0059D4F0 f -Script_GetBidderAuctionItems 0059D540 f -Script_GetNumAuctionItems 0059C1A0 f -Script_GetAuctionItemInfo 0059D5E0 f -Script_GetAuctionItemLink 0059C2D0 f -Script_GetAuctionItemTimeLeft 0059FD60 f -Script_PlaceAuctionBid 0059DA40 f -Script_GetAuctionItemClasses 0059C420 f -Script_GetAuctionItemSubClasses 0059C480 f -Script_GetAuctionInvTypes 0059C590 f -Script_CanSendAuctionQuery 0059C740 f -Script_SortAuctionItems 0059DD00 f -Script_SetSelectedAuctionItem 0059C830 f -Script_GetSelectedAuctionItem 0059C920 f -Script_IsAuctionSortReversed 0059AB90 f -Script_CancelAuction 0059DDF0 f -Script_CanCancelAuction 0059C9F0 f -Script_GetAuctionSort 0059AD40 f -Script_SortAuctionClearSort 0059AE70 f -Script_SortAuctionSetSort 0059AF10 f -Script_SortAuctionApplySort 0059CAB0 f -Script_CancelSell 0059B040 f -Script_SetAuctionsTabShowing 0059B0B0 f -Script_ClosePetStables 005A1950 f -Script_StablePet 005A19C0 f -Script_UnstablePet 005A1AC0 f -Script_BuyStableSlot 005A1BD0 f -Script_GetNumStablePets 005A0F60 f -Script_GetNumStableSlots 005A0FA0 f -Script_GetStablePetInfo 005A1330 f -Script_GetNextStableSlotCost 005A14D0 f -Script_ClickStablePet 005A1CA0 f -Script_PickupStablePet 005A0FE0 f -Script_GetSelectedStablePet 005A1060 f -Script_SetPetStablePaperdoll 005A1530 f -Script_GetStablePetFoodTypes 005A16A0 f -Script_IsAtStableMaster 005A1090 f -Script_GetNumRaidMembers 00572B40 f -Script_GetRealNumRaidMembers 00572B80 f -Script_GetRaidRosterInfo 00573690 f -Script_SetRaidRosterSelection 00572BC0 f -Script_GetRaidRosterSelection 00572C50 f -Script_IsRaidLeader 00573A60 f -Script_IsRealRaidLeader 00573AB0 f -Script_IsRaidOfficer 00573B00 f -Script_SetRaidSubgroup 00573B50 f -Script_SwapRaidSubgroup 00573C90 f -Script_ConvertToRaid 00574A00 f -Script_PromoteToLeader 00573E10 f -Script_PromoteToAssistant 00573EF0 f -Script_DemoteAssistant 00573FD0 f -Script_SetRaidTarget 00574AB0 f -Script_GetRaidTargetIndex 00572AB0 f -Script_DoReadyCheck 005740B0 f -Script_ConfirmReadyCheck 005740C0 f -Script_GetReadyCheckTimeLeft 00572C80 f -Script_GetReadyCheckStatus 00574180 f -Script_GetNumWorldStateUI 00548720 f -Script_GetWorldStateUIInfo 00548D40 f -Script_GetMinigameType 005C5500 f -Script_MakeMinigameMove 005C5550 f -Script_GetMinigameState 005C55F0 f -Script_KBSetup_BeginLoading 00551720 f -Script_KBSetup_IsLoaded 00551760 f -Script_KBSetup_GetLanguageCount 00551790 f -Script_KBSetup_GetLanguageData 005517D0 f -Script_KBSetup_GetCategoryCount 005518C0 f -Script_KBSetup_GetCategoryData 00551900 f -Script_KBSetup_GetSubCategoryCount 005523A0 f -Script_KBSetup_GetSubCategoryData 00552440 f -Script_KBSetup_GetArticleHeaderCount 005519F0 f -Script_KBSetup_GetArticleHeaderData 00551A30 f -Script_KBSetup_GetTotalArticleCount 00551B40 f -Script_KBQuery_BeginLoading 00552580 f -Script_KBQuery_IsLoaded 00551B90 f -Script_KBQuery_GetArticleHeaderCount 00551BC0 f -Script_KBQuery_GetArticleHeaderData 00551C00 f -Script_KBQuery_GetTotalArticleCount 00551D10 f -Script_KBArticle_BeginLoading 00551D60 f -Script_KBArticle_IsLoaded 00551DA0 f -Script_KBArticle_GetData 00551DD0 f -Script_KBSystem_GetMOTD 00551FB0 f -Script_KBSystem_GetServerStatus 00551FD0 f -Script_KBSystem_GetServerNotice 00551FF0 f -Script_CloseSocketInfo 005C49C0 f -Script_GetSocketItemInfo 005C49D0 f -Script_GetNumSockets 005C4AF0 f -Script_GetExistingSocketInfo 005C5160 f -Script_GetExistingSocketLink 005C5340 f -Script_GetNewSocketInfo 005C4B60 f -Script_GetNewSocketLink 005C4D10 f -Script_ClickSocketButton 005C4DC0 f -Script_AcceptSockets 005C5460 f -Script_GetSocketTypes 005C4550 f -Script_GetSocketItemRefundable 005C5470 f -Script_GetSocketItemBoundTradeable 005C4EA0 f -Script_ClosePetitionVendor 005A24F0 f -Script_GetNumPetitionItems 005A1F70 f -Script_GetPetitionItemInfo 005A1FB0 f -Script_BuyPetition 005A2530 f -Script_ClickPetitionButton 005A2200 f -Script_TurnInPetition 005A2600 f -Script_TurnInArenaPetition 005A26D0 f -Script_HasFilledPetition 005A2820 f -Script_GetArenaTeam 005A3860 f -Script_GetNumArenaTeamMembers 005A2930 f -Script_GetArenaTeamRosterInfo 005A2FC0 f -Script_GetArenaTeamGdfInfo 005A3260 f -Script_SetArenaTeamRosterSelection 005A3370 f -Script_GetArenaTeamRosterSelection 005A3410 f -Script_SortArenaTeamRoster 005A3490 f -Script_SetArenaTeamRosterShowOffline 005A35E0 f -Script_GetArenaTeamRosterShowOffline 005A2A00 f -Script_CloseArenaTeamRoster 008E5250 f -Script_ArenaTeamRoster 005A3CF0 f -Script_GetCurrentArenaSeason 005A2A40 f -Script_GetPreviousArenaSeason 005A2A70 f -Script_SetLFGDungeon 00559F50 f -Script_ClearLFGDungeon 00559500 f -Script_ClearAllLFGDungeons 005595D0 f -Script_GetLFGInfoLocal 00552E90 f -Script_GetLFGInfoServer 00552F30 f -Script_GetLFGQueuedList 00557520 f -Script_SetLFGComment 00553F50 f -Script_LFGTeleport 00556BC0 f -Script_JoinLFG 00557660 f -Script_LeaveLFG 00554160 f -Script_RefreshLFGList 0055D280 f -Script_SearchLFGJoin 00559400 f -Script_SearchLFGGetJoinedID 005529A0 f -Script_SearchLFGLeave 005594E0 f -Script_SearchLFGGetNumResults 00553BA0 f -Script_SearchLFGGetResults 00555FD0 f -Script_SearchLFGGetEncounterResults 00553C30 f -Script_SearchLFGGetPartyResults 00556280 f -Script_SearchLFGSort 0055D2B0 f -Script_GetLFGTypes 00552DD0 f -Script_GetLFGRoleUpdate 00554680 f -Script_GetLFGRoleUpdateSlot 00554740 f -Script_GetLFGRoleUpdateMember 005548E0 f -Script_GetLFGRoles 00552E10 f -Script_SetLFGRoles 00553D60 f -Script_CompleteLFGRoleCheck 00553E20 f -Script_GetLFGProposal 00554370 f -Script_GetLFGProposalMember 00553110 f -Script_GetLFGProposalEncounter 00554440 f -Script_AcceptProposal 005545E0 f -Script_RejectProposal 00554600 f -Script_GetLFGBootProposal 00554BD0 f -Script_SetLFGBootVote 00554A50 f -Script_GetLFGQueueStats 00553F90 f -Script_GetLastQueueStatusIndex 00559FF0 f -Script_GetLFGDungeonInfo 00555590 f -Script_GetLFGRandomDungeonInfo 005555D0 f -Script_IsLFGDungeonJoinable 0055A040 f -Script_SetLFGHeaderCollapsed 00556AD0 f -Script_SetLFGDungeonEnabled 00556B60 f -Script_GetLFGCompletionReward 00557E40 f -Script_GetLFGCompletionRewardItem 00557F70 f -Script_IsInLFGDungeon 00555660 f -Script_CanPartyLFGBackfill 00553170 f -Script_GetPartyLFGBackfillInfo 005556D0 f -Script_PartyLFGStartBackfill 0055A0C0 f -Script_GetLFGRandomCooldownExpiration 00558060 f -Script_UnitHasLFGRandomCooldown 00555760 f -Script_GetLFGDeserterExpiration 005580E0 f -Script_UnitHasLFGDeserter 00555840 f -Script_GetAvailableRoles 005548F0 f -Script_GetLFDChoiceOrder 00554BE0 f -Script_GetLFDChoiceInfo 005551E0 f -Script_GetLFDChoiceCollapseState 005564D0 f -Script_GetLFDChoiceEnabledState 005567E0 f -Script_GetLFDChoiceLockedState 005576B0 f -Script_GetLFDLockPlayerCount 00557890 f -Script_GetLFDLockInfo 00557930 f -Script_RequestLFDPlayerLockInfo 005569D0 f -Script_RequestLFDPartyLockInfo 00556A50 f -Script_GetNumRandomDungeons 005553B0 f -Script_GetLFGDungeonRewards 00557AA0 f -Script_GetLFGDungeonRewardInfo 00557BE0 f -Script_GetLFGDungeonRewardLink 00557D60 f -Script_GetRandomDungeonBestChoice 00553120 f -Script_GetLFRChoiceOrder 00554D20 f -Script_IsListedInLFR 005586D0 f -Script_VoiceEnumerateOutputDevices 007DAB80 f -Script_VoiceEnumerateCaptureDevices 007DAC40 f -Script_VoiceSelectOutputDevice 007DACF0 f -Script_VoiceSelectCaptureDevice 007DAE40 f -Script_VoiceGetCurrentOutputDevice 007DAF90 f -Script_VoiceGetCurrentCaptureDevice 007DAFE0 f -Script_GetVoiceStatus 007DB8D0 f -Script_GetNumVoiceSessions 007DB030 f -Script_GetVoiceSessionInfo 007DB0B0 f -Script_GetVoiceCurrentSessionID 007DB1F0 f -Script_SetActiveVoiceChannelBySessionID 007DB280 f -Script_GetNumVoiceSessionMembersBySessionID 007DB370 f -Script_GetVoiceSessionMemberInfoBySessionID 007DEEF0 f -Script_VoiceIsDisabledByClient 007DC910 f -Script_UnitIsTalking 007DF0B0 f -Script_CalendarGetMonthNames 005B80E0 f -Script_CalendarGetWeekdayNames 005B8120 f -Script_CalendarGetDate 005B8160 f -Script_CalendarGetMinDate 005B81F0 f -Script_CalendarGetMaxDate 005B82A0 f -Script_CalendarGetMinHistoryDate 005B8350 f -Script_CalendarGetMaxCreateDate 005B8410 f -Script_CalendarGetMonth 005B99F0 f -Script_CalendarGetAbsMonth 005B9AC0 f -Script_CalendarSetMonth 005BCC00 f -Script_CalendarSetAbsMonth 005C43B0 f -Script_CalendarGetNumDayEvents 005B9BF0 f -Script_CalendarGetDayEvent 005C1070 f -Script_CalendarGetDayEventSequenceInfo 005B9CA0 f -Script_CalendarGetFirstPendingInvite 005B9E10 f -Script_CalendarOpenEvent 005B9EB0 f -Script_CalendarGetEventIndex 005B9F80 f -Script_CalendarCloseEvent 005B84A0 f -Script_CalendarGetEventInfo 005BD8A0 f -Script_CalendarGetHolidayInfo 005C1480 f -Script_CalendarGetRaidInfo 005BA000 f -Script_CalendarGetNumPendingInvites 005BF830 f -Script_CalendarEventGetNumInvites 005B84D0 f -Script_CalendarEventGetInvite 005BA220 f -Script_CalendarEventGetInviteResponseTime 005BA420 f -Script_CalendarAddEvent 005BCC70 f -Script_CalendarNewEvent 005BCCA0 f -Script_CalendarMassInviteGuild 005BCCB0 f -Script_CalendarMassInviteArenaTeam 005BCE60 f -Script_CalendarNewGuildAnnouncement 005BCD80 f -Script_CalendarNewGuildEvent 005BCD90 f -Script_CalendarDefaultGuildFilter 005BCDA0 f -Script_CalendarUpdateEvent 005BCED0 f -Script_CalendarRemoveEvent 005BA5A0 f -Script_CalendarEventSelectInvite 005B8AE0 f -Script_CalendarEventGetSelectedInvite 005BBB00 f -Script_CalendarContextSelectEvent 005BA5B0 f -Script_CalendarContextDeselectEvent 005B8510 f -Script_CalendarContextGetEventIndex 005BA680 f -Script_CalendarContextInviteIsPending 005BA700 f -Script_CalendarContextInviteModeratorStatus 005BA7F0 f -Script_CalendarContextInviteStatus 005BA910 f -Script_CalendarContextInviteType 005BAA20 f -Script_CalendarContextInviteAvailable 005BAB50 f -Script_CalendarContextInviteTentative 005BCF30 f -Script_CalendarContextInviteDecline 005BAD00 f -Script_CalendarContextInviteRemove 005BD040 f -Script_CalendarContextEventSignUp 005BD130 f -Script_CalendarContextEventRemove 005BD220 f -Script_CalendarContextEventCopy 005BD340 f -Script_CalendarContextEventPaste 005BD460 f -Script_CalendarContextEventClipboard 005B8540 f -Script_CalendarContextEventCanComplain 005BD4F0 f -Script_CalendarContextEventComplain 005BD600 f -Script_CalendarContextEventCanEdit 005BAEB0 f -Script_CalendarContextEventGetCalendarType 005BAFC0 f -Script_CalendarEventInvite 005BCF00 f -Script_CalendarEventRemoveInvite 005BB0C0 f -Script_CalendarEventAvailable 005BD6E0 f -Script_CalendarEventTentative 005BD750 f -Script_CalendarEventDecline 005BD760 f -Script_CalendarEventSignUp 005BD7D0 f -Script_CalendarEventSortInvites 005B8570 f -Script_CalendarEventGetInviteSortCriterion 005B8690 f -Script_CalendarEventGetStatusOptions 005BB130 f -Script_CalendarEventSetStatus 005B8730 f -Script_CalendarEventSetModerator 005B87D0 f -Script_CalendarEventClearModerator 005B8840 f -Script_CalendarEventCanModerate 005B88E0 f -Script_CalendarEventIsModerator 005B88B0 f -Script_CalendarEventGetTypes 005B8970 f -Script_CalendarEventGetRepeatOptions 005B89C0 f -Script_CalendarEventSetTitle 005BB210 f -Script_CalendarEventSetDescription 005BB280 f -Script_CalendarEventSetType 005BB2F0 f -Script_CalendarEventSetRepeatOption 005BB380 f -Script_CalendarEventSetSize 005BB410 f -Script_CalendarEventSetDate 005BB4A0 f -Script_CalendarEventSetTime 005BB5A0 f -Script_CalendarEventSetLockoutDate 005BB650 f -Script_CalendarEventSetLockoutTime 005BB750 f -Script_CalendarEventSetTextureID 005BB800 f -Script_CalendarEventSetLocked 005BB870 f -Script_CalendarEventClearLocked 005BB8B0 f -Script_CalendarEventSetAutoApprove 005BB8F0 f -Script_CalendarEventClearAutoApprove 005BB930 f -Script_CalendarEventGetTextures 005BB970 f -Script_CalendarEventHasPendingInvite 005BDD90 f -Script_CalendarEventHaveSettingsChanged 005B8A10 f -Script_CalendarEventCanEdit 005B8A50 f -Script_CalendarEventGetCalendarType 005B8AA0 f -Script_CalendarCanSendInvite 005B8B30 f -Script_CalendarCanAddEvent 005B8BA0 f -Script_CalendarIsActionPending 005B8C10 f -Script_OpenCalendar 005BD7E0 f -Script_CommentatorSetMode 005690A0 f -Script_CommentatorToggleMode 00569180 f -Script_CommentatorGetMode 00569230 f -Script_CommentatorSetMapAndInstanceIndex 00569E50 f -Script_CommentatorSetPlayerIndex 00569FA0 f -Script_CommentatorUpdatePlayerInfo 005692A0 f -Script_CommentatorUpdateMapInfo 00569340 f -Script_CommentatorGetNumMaps 00568730 f -Script_CommentatorGetMapInfo 005693E0 f -Script_CommentatorGetInstanceInfo 00569520 f -Script_CommentatorEnterInstance 005696E0 f -Script_CommentatorExitInstance 005697B0 f -Script_CommentatorGetNumPlayers 00569820 f -Script_CommentatorGetPlayerInfo 00569910 f -Script_CommentatorFollowPlayer 00569B50 f -Script_CommentatorLookatPlayer 00569CD0 f -Script_CommentatorZoomIn 00568770 f -Script_CommentatorZoomOut 00568810 f -Script_CommentatorSetCamera 0056A0F0 f -Script_CommentatorGetCamera 0056A2A0 f -Script_CommentatorGetCurrentMapID 0056A380 f -Script_CommentatorStartInstance 0056A410 f -Script_CommentatorAddPlayer 0056A640 f -Script_CommentatorRemovePlayer 0056A860 f -Script_CommentatorSetBattlemaster 0056AA10 f -Script_CommentatorSetMoveSpeed 0056AAF0 f -Script_CommentatorSetCameraCollision 0056AB70 f -Script_CommentatorSetTargetHeightOffset 0056AC10 f -Script_CommentatorSetSkirmishMatchmakingMode 0056AC90 f -Script_CommentatorRequestSkirmishQueueData 0056ADA0 f -Script_CommentatorGetSkirmishQueueCount 0056AF60 f -Script_CommentatorGetSkirmishQueuePlayerInfo 0056AFC0 f -Script_CommentatorStartSkirmishMatch 0056B0B0 f -Script_CommentatorRequestSkirmishMode 0056AE50 f -Script_CommentatorGetSkirmishMode 0056AF00 f -Script_GetBarberShopStyleInfo 0052E850 f -Script_SetNextBarberShopStyle 0052FDD0 f -Script_GetBarberShopTotalCost 0052ED60 f -Script_ApplyBarberShopStyle 0052EEF0 f -Script_CancelBarberShop 0052ED80 f -Script_GetHairCustomization 0052E9B0 f -Script_GetFacialHairCustomization 0052E9D0 f -Script_BarberShopReset 0052F900 f -Script_CanAlterSkin 0052E4F0 f -Script_PlayDance 005761F0 f -Script_QueryGuildBankTab 005A5CE0 f -Script_SetCurrentGuildBankTab 005A43C0 f -Script_GetCurrentGuildBankTab 005A4410 f -Script_GetGuildBankItemInfo 005A6000 f -Script_SetGuildBankTabInfo 005A6A00 f -Script_GetGuildBankItemLink 005A4D30 f -Script_PickupGuildBankItem 005A6200 f -Script_AutoStoreGuildBankItem 005A63F0 f -Script_SplitGuildBankItem 005A6600 f -Script_GetNumGuildBankTabs 005A44D0 f -Script_GetGuildBankTabInfo 005A67F0 f -Script_GetGuildBankTabCost 005A6B20 f -Script_BuyGuildBankTab 005A5D30 f -Script_DepositGuildBankMoney 005A5E20 f -Script_WithdrawGuildBankMoney 005A5EF0 f -Script_CanWithdrawGuildBankMoney 005A5F60 f -Script_PickupGuildBankMoney 005A4330 f -Script_GetGuildBankMoney 005A4440 f -Script_GetGuildBankWithdrawMoney 005A44A0 f -Script_CloseGuildBankFrame 005A4500 f -Script_GetGuildTabardFileNames 005A6BA0 f -Script_QueryGuildBankLog 005A6D50 f -Script_GetNumGuildBankTransactions 005A4520 f -Script_GetGuildBankTransaction 005A6DC0 f -Script_GetNumGuildBankMoneyTransactions 005A45B0 f -Script_GetGuildBankMoneyTransaction 005A4E50 f -Script_QueryGuildBankText 005A7110 f -Script_GetGuildBankText 005A45E0 f -Script_SetGuildBankText 005A7180 f -Script_GetNumGlyphSockets 005B71E0 f -Script_GetGlyphSocketInfo 005B7260 f -Script_GlyphMatchesSocket 005B7410 f -Script_PlaceGlyphInSocket 005B75A0 f -Script_RemoveGlyphFromSocket 005B7660 f -Script_GetGlyphLink 005B7740 f -Script_GetCategoryList 005B1390 f -Script_GetStatisticsCategoryList 005B14B0 f -Script_GetCategoryInfo 005B15C0 f -Script_GetCategoryNumAchievements 005B38E0 f -Script_GetComparisonCategoryNumAchievements 005B3B30 f -Script_GetAchievementInfo 005B3FC0 f -Script_GetAchievementNumRewards 005B1970 f -Script_GetAchievementReward 005B1A00 f -Script_GetAchievementNumCriteria 005B5530 f -Script_GetAchievementCriteriaInfo 005B58B0 f -Script_SetAchievementComparisonUnit 005B1AB0 f -Script_ClearAchievementComparisonUnit 005B4760 f -Script_GetAchievementComparisonInfo 005B4770 f -Script_GetPreviousAchievement 005B1690 f -Script_GetNextAchievement 005B3EF0 f -Script_GetAchievementCategory 005B18E0 f -Script_GetAchievementLink 005B6110 f -Script_GetNumCompletedAchievements 005B3CA0 f -Script_GetNumComparisonCompletedAchievements 005B3DC0 f -Script_GetLatestCompletedAchievements 005B1C20 f -Script_GetLatestUpdatedStats 005B1C90 f -Script_GetLatestCompletedComparisonAchievements 005B1CF0 f -Script_GetLatestUpdatedComparisonStats 005B1D60 f -Script_GetTotalAchievementPoints 005B1DC0 f -Script_GetAchievementInfoFromCriteria 005B1720 f -Script_GetStatistic 005B5620 f -Script_GetComparisonStatistic 005B5E70 f -Script_GetComparisonAchievementPoints 005B1E40 f -Script_CanShowAchievementUI 005B0CE0 f -Script_GetTrackedAchievements 005B2040 f -Script_AddTrackedAchievement 005B4870 f -Script_RemoveTrackedAchievement 005B48D0 f -Script_IsTrackedAchievement 005B2090 f -Script_GetNumTrackedAchievements 005B2120 f -Script_HasCompletedAnyAchievement 005B1EC0 f -Script_QueryQuestsCompleted 005B1BB0 f -Script_GetQuestsCompleted 005B5290 f -Script_GetCurrencyListSize 005AFD10 f -Script_GetCurrencyListInfo 005B0680 f -Script_ExpandCurrencyList 005B0940 f -Script_SetCurrencyUnused 005B09B0 f -Script_SetCurrencyBackpack 005B0A20 f -Script_GetBackpackCurrencyInfo 005B0A90 f -Script_GetScreenResolutions 0054F430 f -Script_GetCurrentResolution 0054F4A0 f -Script_SetScreenResolution 0054F570 f -Script_GetRefreshRates 0054F690 f -Script_SetupFullscreenScale 0054ED80 f -Script_GetMultisampleFormats 0054F820 f -Script_GetCurrentMultisampleFormat 0054F8B0 f -Script_SetMultisampleFormat 0054F980 f -Script_GetVideoCaps 0054EE60 f -Script_GetGamma 0054EA60 f -Script_SetGamma 0054EA90 f -Script_GetTerrainMip 0054EB10 f -Script_SetTerrainMip 0054EB40 f -Script_IsStereoVideoAvailable 0054EF90 f -Script_IsPlayerResolutionAvailable 0054EBC0 f -Script_SaveEquipmentSet 005AF9C0 f -Script_DeleteEquipmentSet 005AE800 f -Script_RenameEquipmentSet 005AF910 f -Script_EquipmentManagerIgnoreSlotForSave 005AD770 f -Script_EquipmentManagerIsSlotIgnoredForSave 005AD7C0 f -Script_EquipmentManagerClearIgnoredSlotsForSave 005AD820 f -Script_EquipmentManagerUnignoreSlotForSave 005AD830 f -Script_GetEquipmentSetLocations 005AE860 f -Script_GetEquipmentSetItemIDs 005AEF90 f -Script_GetNumEquipmentSets 005AF0D0 f -Script_GetEquipmentSetInfo 005AF120 f -Script_GetEquipmentSetInfoByName 005AF1D0 f -Script_EquipmentSetContainsLockedItems 005AF320 f -Script_PickupEquipmentSetByName 005AF250 f -Script_PickupEquipmentSet 005AF2C0 f -Script_UseEquipmentSet 005AF380 f -Script_CanUseEquipmentSets 005AD880 f -Script_GetGMTicket 005AD070 f -Script_NewGMTicket 005AD080 f -Script_UpdateGMTicket 005AD0F0 f -Script_DeleteGMTicket 005AD140 f -Script_GMResponseNeedMoreHelp 005AD150 f -Script_GMResponseResolve 005AD1B0 f -Script_GetGMStatus 005AD1C0 f -Script_GMSurveyQuestion 005AC750 f -Script_GMSurveyNumAnswers 005AC870 f -Script_GMSurveyAnswer 005AC7D0 f -Script_GMSurveyAnswerSubmit 005AC390 f -Script_GMSurveyCommentSubmit 005AC480 f -Script_GMSurveySubmit 005AD230 f -Script_GMReportLag 005AD020 f -Script_RegisterStaticConstants 005AC320 f -Script_BNGetInfo 005343F0 f -Script_BNGetNumFriends 00534590 f -Script_BNGetFriendInfo 00539BF0 f -Script_BNGetFriendInfoByID 00539CC0 f -Script_BNGetNumFriendToons 005349F0 f -Script_BNGetFriendToonInfo 00539D70 f -Script_BNGetToonInfo 00539F90 f -Script_BNRemoveFriend 00534ED0 f -Script_BNSetFriendNote 00534F80 f -Script_BNSetSelectedFriend 00537510 f -Script_BNGetSelectedFriend 00537600 f -Script_BNGetNumFriendInvites 00535080 f -Script_BNGetFriendInviteInfo 00535180 f -Script_BNSendFriendInvite 00535380 f -Script_BNSendFriendInviteByID 00535490 f -Script_BNAcceptFriendInvite 005355C0 f -Script_BNDeclineFriendInvite 00535660 f -Script_BNReportFriendInvite 00535700 f -Script_BNSetAFK 005357A0 f -Script_BNSetDND 00535860 f -Script_BNSetCustomMessage 00535920 f -Script_BNGetCustomMessageTable 00535AA0 f -Script_BNSetFocus 00535C60 f -Script_BNSendWhisper 0053A030 f -Script_BNCreateConversation 00535CE0 f -Script_BNInviteToConversation 00535EB0 f -Script_BNLeaveConversation 00536030 f -Script_BNSendConversationMessage 00536110 f -Script_BNGetNumConversationMembers 00536220 f -Script_BNGetConversationMemberInfo 0053A150 f -Script_BNGetConversationInfo 00536330 f -Script_BNListConversation 0053A300 f -Script_BNGetNumBlocked 00536400 f -Script_BNGetBlockedInfo 0053A540 f -Script_BNIsBlocked 005364E0 f -Script_BNSetBlocked 005365B0 f -Script_BNSetSelectedBlock 005366A0 f -Script_BNGetSelectedBlock 00536790 f -Script_BNGetNumBlockedToons 00536890 f -Script_BNGetBlockedToonInfo 00536970 f -Script_BNIsToonBlocked 00536A90 f -Script_BNSetToonBlocked 00536B60 f -Script_BNSetSelectedToonBlock 00536C50 f -Script_BNGetSelectedToonBlock 00536D40 f -Script_BNReportPlayer 00536E40 f -Script_BNConnected 00530EC0 f -Script_BNFeaturesEnabledAndConnected 00537010 f -Script_IsBNLogin 00530F20 f -Script_BNFeaturesEnabled 00537070 f -Script_BNRequestFOFInfo 0053A660 f -Script_BNGetNumFOF 005370D0 f -Script_BNGetFOFInfo 00537240 f -Script_BNSetMatureLanguageFilter 005376C0 f -Script_BNGetMatureLanguageFilter 005377C0 f -Script_BNIsSelf 005378A0 f -Script_BNIsFriend 00537950 f -Script_BNGetMaxPlayersInConversation 00537A00 f +Script_GetLocale 004DBFD0 f end=004DBFF3 ; thanks namreeb :^) +Script_IsWindowsClient 004DCE40 f end=004DCE5E +Script_RestartGx 004DD400 f end=004DD412 +Script_RestoreVideoStereoDefaults 004DD420 f end=004DD42D +Script_GetMovieResolution 004DD610 f end=004DD671 +Script_GetExpansionLevel 004DDC20 f end=004DDC51 +Script_LoggingChat 004FBD00 f end=004FBD13 +Script_LoggingCombat 004FBD20 f end=004FBD36 +Script_GetActiveVoiceChannel 004FBD40 f end=004FBD90 +Script_GetChatWindowInfo 004FBD90 f end=004FBF5D +Script_GetChatWindowSavedPosition 004FBF60 f end=004FC018 +Script_GetChatWindowSavedDimensions 004FC020 f end=004FC0B4 +Script_GetChatWindowMessages 004FC0C0 f end=004FC169 +Script_AddChatWindowMessages 004FC170 f end=004FC249 +Script_RemoveChatWindowMessages 004FC250 f end=004FC329 +Script_SetChatWindowName 004FC330 f end=004FC3CF +Script_SetChatWindowSize 004FC3D0 f end=004FC461 +Script_SetChatWindowColor 004FC470 f end=004FC5AB +Script_SetChatWindowAlpha 004FC5B0 f end=004FC659 +Script_SetChatWindowLocked 004FC660 f end=004FC6DB +Script_SetChatWindowUninteractable 004FC6E0 f end=004FC75B +Script_SetChatWindowDocked 004FC760 f end=004FC807 +Script_SetChatWindowShown 004FC810 f end=004FC88B +Script_SetChatWindowSavedPosition 004FC890 f end=004FC99E +Script_SetChatWindowSavedDimensions 004FC9A0 f end=004FCA4B +Script_GetNumSavedInstances 004FCA50 f end=004FCA84 +Script_IsVoiceChatEnabled 004FCBF0 f end=004FCC52 +Script_IsVoiceChatAllowed 004FCC60 f end=004FCCA3 +Script_IsVoiceChatAllowedByServer 004FCCB0 f end=004FCCEA +Script_UnitIsSilenced 004FCCF0 f end=004FCDE9 +Script_GetMuteStatus 004FCDF0 f end=004FCEE7 +Script_ListChannelByName 004FE630 f end=004FE64C +Script_GetChannelList 004FE650 f end=004FE715 +Script_SetChannelPassword 004FE720 f end=004FE806 +Script_SetChannelOwner 004FE810 f end=004FE82C +Script_DisplayChannelOwner 004FE830 f end=004FE84C +Script_GetChannelName 004FE850 f end=004FE94E +Script_ChannelModerator 004FE950 f end=004FE96C +Script_ChannelUnmoderator 004FE970 f end=004FE98C +Script_ChannelMute 004FE990 f end=004FE9AC +Script_ChannelUnmute 004FE9B0 f end=004FE9CC +Script_ChannelInvite 004FE9D0 f end=004FE9EC +Script_ChannelKick 004FE9F0 f end=004FEA0C +Script_ChannelBan 004FEA10 f end=004FEA2C +Script_ChannelUnban 004FEA30 f end=004FEA4C +Script_ChannelToggleAnnouncements 004FEA50 f end=004FEA6C +Script_ChannelVoiceOn 004FEA70 f end=004FEA8C +Script_ChannelVoiceOff 004FEA90 f end=004FEAAC +Script_DisplayChannelVoiceOn 004FEAB0 f end=004FEACC +Script_DisplayChannelVoiceOff 004FEAD0 f end=004FEAEC +Script_ChangeChatColor 004FEAF0 f end=004FED0C +Script_ResetChatColors 004FED10 f end=004FEDB5 +Script_SetChatColorNameByClass 004FEDC0 f end=004FEED1 +Script_GetChatTypeIndex 004FEEE0 f end=004FEFE5 +Script_GetChatWindowChannels 004FEFF0 f end=004FF0C7 +Script_RemoveChatWindowChannel 004FF0D0 f end=004FF1F9 +Script_EnumerateServerChannels 004FF200 f end=004FF2B4 +Script_GetSavedInstanceInfo 004FF2C0 f end=004FF4EA +Script_GetChannelDisplayInfo 004FF580 f end=004FFA01 +Script_GetSelectedDisplayChannel 004FFA10 f end=004FFA61 +Script_IsDisplayChannelOwner 004FFA70 f end=004FFAE0 +Script_IsDisplayChannelModerator 004FFAE0 f end=004FFB50 +Script_IsSilenced 004FFB50 f end=004FFC23 +Script_SetChannelWatch 004FFC30 f end=004FFC4C +Script_ClearChannelWatch 004FFC50 f end=004FFCB8 +Script_DeclineInvite 004FFCC0 f end=004FFCDC +Script_SendAddonMessage 00500560 f end=00500751 +Script_GetNumLanguages 00500760 f end=0050078E +Script_GetLanguageByIndex 00500810 f end=00500906 +Script_GetDefaultLanguage 00500910 f end=00500975 +Script_DoEmote 00500980 f end=00500AD9 +Script_SetActiveVoiceChannel 00500AE0 f end=00500BD6 +Script_RequestRaidInfo 00500BE0 f end=00500C7F +Script_CanComplainChat 00500C80 f end=00500D75 +Script_ChannelSilenceVoice 00501140 f end=00501246 +Script_ChannelSilenceAll 00501250 f end=005012E7 +Script_ChannelUnSilenceVoice 005012F0 f end=005013F6 +Script_ChannelUnSilenceAll 00501400 f end=00501497 +Script_AddChatWindowChannel 00501DB0 f end=00501EF8 +Script_ResetChatWindows 00501F00 f end=00502264 +Script_GetNumDisplayChannels 00504E10 f end=00504E49 +Script_SetSelectedDisplayChannel 00504E50 f end=00504F27 +Script_GetChannelRosterInfo 00504F30 f end=0050518C +Script_GetNumChannelMembers 00505190 f end=005052D7 +Script_CollapseChannelHeader 005052E0 f end=00505354 +Script_ExpandChannelHeader 00505360 f end=005053D4 +Script_LeaveChannelByName 005096D0 f end=00509718 +Script_SendChatMessage 0050D170 f end=0050D8A0 +Script_SendSystemMessage 0050D8A0 f end=0050D900 +Script_JoinTemporaryChannel 0050DAA0 f end=0050DAB4 +Script_JoinPermanentChannel 0050DAC0 f end=0050DAD4 +Script_ListChannels 0050DAE0 f end=0050DC01 +Script_SetSavedInstanceExtend 0050DC10 f end=0050DDD5 +Script_ComplainChat 0050ED00 f end=0050EDC5 +Script_FrameXML_Debug 0050F830 f end=0050F884 +Script_GetBuildInfo 0050F890 f end=0050F8E7 +Script_SetLayoutMode 0050F8F0 f end=0050F943 +Script_GetMouseButtonClicked 0050F950 f end=0050F988 +Script_SetConsoleKey 0050F990 f end=0050FE77 +Script_IsDebugBuild 0050FE80 f end=0050FE98 +Script_RegisterCVar 0050FF30 f end=0050FF44 +Script_GetCVarInfo 0050FF50 f end=00510035 +Script_GetCVar 00510040 f end=005100B1 +Script_GetCVarBool 005100C0 f end=00510145 +Script_GetCVarDefault 00510150 f end=005101CE +Script_SetWaterDetail 005101D0 f end=005101F9 +Script_GetFarclip 00510200 f end=00510227 +Script_SetFarclip 00510230 f end=005102A8 +Script_GetTexLodBias 005102B0 f end=005102D7 +Script_SetTexLodBias 005102E0 f end=00510358 +Script_GetBaseMip 00510360 f end=00510389 +Script_SetBaseMip 00510390 f end=0051040B +Script_Stuck 00510410 f end=00510429 +Script_Logout 00510430 f end=00510443 +Script_Quit 00510450 f end=00510463 +Script_GetFramerate 00510470 f end=00510491 +Script_SetCursor 005104A0 f end=00510920 +Script_ResetCursor 00510920 f end=00510928 +Script_ReportBug 00510930 f end=00510973 +Script_ReportSuggestion 00510980 f end=005109C3 +Script_BeginTrade 005109D0 f end=005109D8 +Script_CancelTrade 005109E0 f end=005109E8 +Script_ForceLogout 005109F0 f end=005109FF +Script_ForceQuit 00510A00 f end=00510A0D +Script_GetCursorPosition 00510A10 f end=00510AB3 +Script_GetNetStats 00510AC0 f end=00510B29 +Script_RunScript 00510B30 f end=00510B72 +Script_ReplaceTradeEnchant 00510B80 f end=00510B88 +Script_IsMacClient 00510B90 f end=00510BA6 +Script_ReadFile 00510BB0 f end=00510BC8 +Script_GetCoinIcon 00510BD0 f end=00510C53 +Script_GetCoinText 00510C60 f end=00510CF6 +Script_GetCoinTextureString 00510D00 f end=00510DAD +Script_ConfirmBindOnUse 00510DB0 f end=00510DB8 +Script_RestoreVideoResolutionDefaults 00510DC0 f end=00510DCD +Script_RestoreVideoEffectsDefaults 00510DD0 f end=00510DDD +Script_SetEuropeanNumbers 00510DE0 f end=00510DFD +Script_GetRealmName 00510E00 f end=00510E1C +Script_GetItemQualityColor 00510E20 f end=00510EEA +Script_GetItemFamily 00510F20 f end=00510FB9 +Script_GetItemCooldown 00510FC0 f end=005110C7 +Script_IsCurrentItem 005110D0 f end=00511150 +Script_IsEquippableItem 00511150 f end=005111FF +Script_GetNumAddOns 00511200 f end=00511234 +Script_GetAddOnInfo 00511240 f end=00511423 +Script_GetAddOnMetadata 00511430 f end=00511505 +Script_UpdateAddOnMemoryUsage 00511510 f end=00511523 +Script_GetAddOnMemoryUsage 00511530 f end=00511601 +Script_GetScriptCPUUsage 00511610 f end=00511631 +Script_UpdateAddOnCPUUsage 00511640 f end=00511653 +Script_GetAddOnCPUUsage 00511660 f end=0051171C +Script_GetFunctionCPUUsage 00511720 f end=005117BE +Script_GetEventCPUUsage 005117C0 f end=00511829 +Script_ResetCPUUsage 00511830 f end=00511838 +Script_EnableAddOn 00511840 f end=005118F5 +Script_EnableAllAddOns 00511900 f end=0051193A +Script_DisableAddOn 00511940 f end=005119F5 +Script_DisableAllAddOns 00511A00 f end=00511A3A +Script_ResetDisabledAddOns 00511A40 f end=00511A51 +Script_IsAddOnLoadOnDemand 00511A60 f end=00511B30 +Script_IsAddOnLoaded 00511B30 f end=00511C32 +Script_GetBillingTimeRested 00511C40 f end=00511C7A +Script_GetExistingLocales 00511C80 f end=00511CBC +Script_InCombatLockdown 00511CC0 f end=00511D15 +Script_VoicePushToTalkStop 00511D20 f end=00511D28 +Script_GetSummonFriendCooldown 00511D30 f end=00511DCB +Script_GetNumDeclensionSets 00511DD0 f end=00511E7D +Script_DeclineName 00511E80 f end=00511F82 +Script_UploadSettings 00511F90 f end=00511F98 +Script_DownloadSettings 00511FA0 f end=00511FA8 +Script_IsDesaturateSupported 00511FB0 f end=00511FE0 +Script_GetThreatStatusColor 00511FE0 f end=0051208A +Script_ConsoleAddMessage 00512090 f end=005120DD +Script_IsModifierKeyDown 00514430 f end=005144B1 +Script_IsLeftShiftKeyDown 005144C0 f end=00514518 +Script_IsRightShiftKeyDown 00514520 f end=0051457A +Script_IsShiftKeyDown 00514580 f end=00514602 +Script_IsLeftControlKeyDown 00514610 f end=0051466B +Script_IsRightControlKeyDown 00514670 f end=005146CB +Script_IsControlKeyDown 005146D0 f end=00514756 +Script_IsLeftAltKeyDown 00514760 f end=005147BB +Script_IsRightAltKeyDown 005147C0 f end=0051481B +Script_IsAltKeyDown 00514820 f end=005148A6 +Script_IsMouseButtonDown 005148B0 f end=00514B94 +Script_GetMouseButtonName 00514BA0 f end=00514C0F +Script_SetCVar 00514C10 f end=00514D3A +Script_GetCVarMin 00514D40 f end=00514E23 +Script_GetCVarMax 00514E30 f end=00514F52 +Script_GetCVarAbsoluteMin 00514F60 f end=0051500A +Script_GetCVarAbsoluteMax 00515010 f end=005150D6 +Script_Screenshot 005150E0 f end=005150F8 +Script_CursorHasItem 00515100 f end=00515140 +Script_CursorHasSpell 00515140 f end=0051517A +Script_CursorHasMacro 00515180 f end=005151BA +Script_CursorHasMoney 005151C0 f end=005151FA +Script_GetCursorInfo 00515200 f end=00515528 +Script_TargetDirectionFinished 00515560 f end=0051556D +Script_GetZoneText 00515570 f end=00515595 +Script_GetRealZoneText 005155A0 f end=005155C5 +Script_GetSubZoneText 005155D0 f end=005155F5 +Script_GetMinimapZoneText 00515600 f end=00515625 +Script_ResetInstances 00515630 f end=00515698 +Script_IsInInstance 005156A0 f end=0051574C +Script_GetInstanceDifficulty 00515750 f end=00515787 +Script_GetDungeonDifficulty 00515790 f end=00515809 +Script_GetRaidDifficulty 00515810 f end=0051587B +Script_RequestTimePlayed 00515880 f end=005158F2 +Script_ResurrectGetOfferer 00515950 f end=005159B5 +Script_ResurrectHasSickness 005159C0 f end=005159FA +Script_ResurrectHasTimer 00515A00 f end=00515A43 +Script_GetCursorMoney 00515A50 f end=00515A84 +Script_GuildSetMOTD 00515A90 f end=00515B6D +Script_GuildLeave 00515B70 f end=00515BD8 +Script_GuildDisband 00515BE0 f end=00515C48 +Script_GuildInfo 00515C50 f end=00515CB8 +Script_ArenaTeamInviteByName 00515CC0 f end=00515DCB +Script_ArenaTeamLeave 00515DD0 f end=00515EAC +Script_ArenaTeamUninviteByName 00515EB0 f end=00515FE4 +Script_ArenaTeamSetLeaderByName 00515FF0 f end=00516124 +Script_ArenaTeamDisband 00516130 f end=0051620C +Script_GetReleaseTimeRemaining 00516210 f end=00516272 +Script_GetCorpseRecoveryDelay 00516280 f end=005162D5 +Script_GetInstanceBootTimeRemaining 005162E0 f end=00516335 +Script_GetInstanceLockTimeRemaining 00516340 f end=00516409 +Script_GetInstanceLockTimeRemainingEncounter 00516410 f end=005164A4 +Script_GetSummonConfirmTimeLeft 005164B0 f end=00516505 +Script_GetSummonConfirmSummoner 00516510 f end=00516574 +Script_GetSummonConfirmAreaName 00516580 f end=005165D8 +Script_GetNumTitles 005165E0 f end=0051660D +Script_RandomRoll 00516610 f end=005166E8 +Script_OpeningCinematic 005166F0 f end=00516758 +Script_InCinematic 00516760 f end=0051679A +Script_ReplaceEnchant 005167A0 f end=005167D3 +Script_IsSubZonePVPPOI 005167E0 f end=00516840 +Script_TogglePVP 00516840 f end=005168A8 +Script_SetPVP 005168B0 f end=00516966 +Script_SetPortraitToTexture 00516970 f end=00516A93 +Script_GetGMTicketCategories 00516AA0 f end=00516B1A +Script_GetBindLocation 00516B20 f end=00516B82 +Script_GetAreaSpiritHealerTime 00516B90 f end=00516BE1 +Script_GetMouseFocus 00516BF0 f end=00516C56 +Script_GetItemInfo 00516C60 f end=00516EC8 +Script_GetItemUniqueness 00516ED0 f end=00517013 +Script_GetItemIcon 00517020 f end=005170F5 +Script_GetItemSpell 00517100 f end=005171E7 +Script_IsHelpfulItem 005171F0 f end=005172E0 +Script_IsHarmfulItem 005172E0 f end=005173D4 +Script_IsConsumableItem 005173E0 f end=00517529 +Script_IsDressableItem 00517530 f end=005176E5 +Script_GetFrameCPUUsage 00517890 f end=005179A3 +Script_GetAddOnDependencies 005179B0 f end=00517A97 +Script_GetMirrorTimerProgress 00517AA0 f end=00517B4E +Script_SetTaxiBenchmarkMode 00517B50 f end=00517BDC +Script_SetUIVisibility 00517C20 f end=00517C58 +Script_GetTotemTimeLeft 00517C60 f end=00517D14 +Script_DeclineLevelGrant 00517D20 f end=00517D2D +Script_IsThreatWarningEnabled 00517D30 f end=00517D6A +Script_CanMapChangeDifficulty 00517D70 f end=00517DF1 +Script_ClearCursor 0051A3B0 f end=0051A3C2 +Script_EquipCursorItem 0051A3D0 f end=0051A528 +Script_EquipPendingItem 0051A530 f end=0051A5B8 +Script_CancelPendingEquip 0051A5C0 f end=0051A648 +Script_AttackTarget 0051A650 f end=0051A67F +Script_AutoEquipCursorItem 0051A680 f end=0051A6AB +Script_ToggleSheath 0051A6B0 f end=0051A6D9 +Script_InviteUnit 0051A6E0 f end=0051A796 +Script_UninviteUnit 0051A7A0 f end=0051A876 +Script_CanShowResetInstances 0051A880 f end=0051A8BA +Script_GetInstanceInfo 0051A8C0 f end=0051AA85 +Script_RepopMe 0051AA90 f end=0051AABB +Script_AcceptResurrect 0051AAC0 f end=0051AAEB +Script_DeclineResurrect 0051AAF0 f end=0051AB1B +Script_AcceptGroup 0051AB20 f end=0051AB98 +Script_DeclineGroup 0051ABA0 f end=0051ABC9 +Script_AcceptGuild 0051ABD0 f end=0051ABF9 +Script_DeclineGuild 0051AC00 f end=0051AC29 +Script_AcceptArenaTeam 0051AC30 f end=0051AC59 +Script_DeclineArenaTeam 0051AC60 f end=0051AC89 +Script_CancelLogout 0051AC90 f end=0051ACC9 +Script_HasSoulstone 0051ACD0 f end=0051ADC9 +Script_UseSoulstone 0051ADD0 f end=0051AE79 +Script_HasKey 0051AE80 f end=0051AEE6 +Script_GetScreenWidth 0051AEF0 f end=0051AF4F +Script_GetScreenHeight 0051AF50 f end=0051AFAF +Script_GetDamageBonusStat 0051AFB0 f end=0051B042 +Script_ConfirmSummon 0051B050 f end=0051B108 +Script_CancelSummon 0051B110 f end=0051B1CD +Script_SitStandOrDescendStart 0051B1D0 f end=0051B239 +Script_CheckInteractDistance 0051B240 f end=0051B3A6 +Script_GetCurrentTitle 0051B3B0 f end=0051B40F +Script_IsTitleKnown 0051B410 f end=0051B4DC +Script_GetTitleName 0051B4E0 f end=0051B69F +Script_AcceptXPLoss 0051B6A0 f end=0051B6DE +Script_CheckSpiritHealerDist 0051B6E0 f end=0051B73B +Script_CheckTalentMasterDist 0051B740 f end=0051B79B +Script_CheckBinderDist 0051B7A0 f end=0051B7FB +Script_RetrieveCorpse 0051B800 f end=0051B8A4 +Script_GetRestState 0051B8B0 f end=0051B955 +Script_GetXPExhaustion 0051B960 f end=0051BA50 +Script_GetZonePVPInfo 0051BA50 f end=0051BC93 +Script_GetPVPDesired 0051BCA0 f end=0051BCFC +Script_GetPVPTimer 0051BD00 f end=0051BD59 +Script_IsPVPTimerRunning 0051BD60 f end=0051BDC1 +Script_DropItemOnUnit 0051BDD0 f end=0051BF47 +Script_ConfirmTalentWipe 0051BF50 f end=0051BF8F +Script_ConfirmBinder 0051BF90 f end=0051BFCE +Script_ShowingHelm 0051BFD0 f end=0051C033 +Script_ShowingCloak 0051C040 f end=0051C0A3 +Script_ShowHelm 0051C0B0 f end=0051C0FF +Script_ShowCloak 0051C100 f end=0051C14F +Script_GetItemGem 0051C150 f end=0051C2D4 +Script_GetItemCount 0051C2E0 f end=0051C44C +Script_IsUsableItem 0051C450 f end=0051C68E +Script_IsEquippedItem 0051C690 f end=0051C732 +Script_IsEquippedItemType 0051C740 f end=0051C86C +Script_ItemHasRange 0051C870 f end=0051C9B1 +Script_IsItemInRange 0051C9C0 f end=0051CB30 +Script_PartialPlayTime 0051CB30 f end=0051CB9C +Script_NoPlayTime 0051CBA0 f end=0051CC0C +Script_GetMirrorTimerInfo 0051CC10 f end=0051CCF8 +Script_UseItemByName 0051CD00 f end=0051CDAA +Script_EquipItemByName 0051CDB0 f end=0051D0A5 +Script_StopAttack 0051D0B0 f end=0051D0FA +Script_GetTaxiBenchmarkMode 0051D100 f end=0051D161 +Script_Dismount 0051D170 f end=0051D1AD +Script_IsReferAFriendLinked 0051D1B0 f end=0051D222 +Script_CanGrantLevel 0051D230 f end=0051D2A2 +Script_CanSummonFriend 0051D2B0 f end=0051D322 +Script_GetTotemInfo 0051D330 f end=0051D503 +Script_DestroyTotem 0051D520 f end=0051D584 +Script_GameMovieFinished 0051D590 f end=0051D598 +Script_GetAllowLowLevelRaid 0051D5A0 f end=0051D5FC +Script_SetAllowLowLevelRaid 0051D600 f end=0051D706 +Script_ReloadUI 005222E0 f end=00522314 +Script_DeleteCursorItem 00522320 f end=0052247F +Script_FocusUnit 00522480 f end=005224BB +Script_FollowUnit 005224C0 f end=005225D7 +Script_ClearFocus 005225E0 f end=00522600 +Script_InitiateTrade 00522600 f end=0052270B +Script_CanInspect 00522710 f end=00522870 +Script_NotifyInspect 00522870 f end=0052294C +Script_DropCursorMoney 00522950 f end=0052297A +Script_PickupPlayerMoney 00522980 f end=00522A16 +Script_GuildInvite 00522A20 f end=00522AE4 +Script_GuildUninvite 00522AF0 f end=00522BB4 +Script_GuildPromote 00522BC0 f end=00522C84 +Script_GuildDemote 00522C90 f end=00522D54 +Script_GuildSetLeader 00522D60 f end=00522E24 +Script_SetCurrentTitle 00522E30 f end=00522F6C +Script_BindEnchant 00522F70 f end=00522F8A +Script_NotWhileDeadError 00522F90 f end=00522FA0 +Script_CancelAreaSpiritHeal 00522FA0 f end=00522FA8 +Script_PickupItem 00522FB0 f end=0052308C +Script_StartAttack 00523090 f end=00523153 +Script_GrantLevel 00523160 f end=0052320E +Script_SummonFriend 00523260 f end=00523360 +Script_AcceptLevelGrant 00523360 f end=00523368 +Script_EndRefund 00523370 f end=005233C5 +Script_EndBoundTradeable 005233D0 f end=0052349D +Script_StopCinematic 00524980 f end=005249B7 +Script_TargetUnit 00525A30 f end=00525A8B +Script_TargetNearest 00525A90 f end=00525ACB +Script_TargetNearestEnemy 00525AD0 f end=00525B0B +Script_TargetNearestEnemyPlayer 00525B10 f end=00525B4B +Script_TargetNearestFriend 00525B50 f end=00525B8B +Script_TargetNearestFriendPlayer 00525B90 f end=00525BCB +Script_TargetNearestPartyMember 00525BD0 f end=00525BF2 +Script_TargetNearestRaidMember 00525C00 f end=00525C22 +Script_TargetDirectionEnemy 00525C30 f end=00525CC4 +Script_TargetDirectionFriend 00525CD0 f end=00525D64 +Script_TargetLastTarget 00525D70 f end=00525DE6 +Script_TargetLastEnemy 00525DF0 f end=00525E4F +Script_TargetLastFriend 00525E50 f end=00525EAF +Script_AssistUnit 00525EB0 f end=00525FB1 +Script_ClearTarget 00525FC0 f end=0052604B +Script_SetDungeonDifficulty 00526050 f end=0052619C +Script_SetRaidDifficulty 005261A0 f end=005262C4 +Script_AcceptAreaSpiritHeal 005262D0 f end=005262D8 +Script_TargetTotem 005262E0 f end=00526362 +Script_InteractUnit 00527F00 f end=00527FD4 +Script_LoadAddOn 00528920 f end=00528AE1 +Script_RegisterForSave 0052B470 f end=0052B4D4 +Script_RegisterForSavePerCharacter 0052B4E0 f end=0052B544 +Script_GetNumPartyMembers 0052C110 f end=0052C187 +Script_GetRealNumPartyMembers 0052C190 f end=0052C1C4 +Script_GetPartyMember 0052C1D0 f end=0052C26A +Script_GetPartyLeaderIndex 0052C270 f end=0052C29D +Script_GetLootThreshold 0052C2A0 f end=0052C2C2 +Script_GetOptOutOfLoot 0052C2D0 f end=0052C30A +Script_IsPartyLFG 0052C310 f end=0052C34A +Script_HasLFGRestrictions 0052C350 f end=0052C36C +Script_IsPartyLeader 0052CCD0 f end=0052CD26 +Script_IsRealPartyLeader 0052CD30 f end=0052CD86 +Script_GetLootMethod 0052CD90 f end=0052CEDD +Script_SetOptOutOfLoot 0052CF00 f end=0052CF60 +Script_GetPartyAssignment 0052CF60 f end=0052CFF6 +Script_CanChangePlayerDifficulty 0052D000 f end=0052D053 +Script_LeaveParty 0052D990 f end=0052D9B9 +Script_SilenceMember 0052D9C0 f end=0052DAEC +Script_UnSilenceMember 0052DAF0 f end=0052DC1C +Script_SetLootMethod 0052DC20 f end=0052DE54 +Script_SetLootThreshold 0052DE60 f end=0052DF35 +Script_SetPartyAssignment 0052E1B0 f end=0052E3F2 +Script_ClearPartyAssignment 0052E400 f end=0052E412 +Script_ChangePlayerDifficulty 0052E420 f end=0052E475 +Script_CanAlterSkin 0052E4F0 f end=0052E512 +Script_GetBarberShopStyleInfo 0052E850 f end=0052E9A6 +Script_GetHairCustomization 0052E9B0 f end=0052E9CC +Script_GetFacialHairCustomization 0052E9D0 f end=0052E9EC +Script_GetBarberShopTotalCost 0052ED60 f end=0052ED7C +Script_CancelBarberShop 0052ED80 f end=0052ED88 +Script_ApplyBarberShopStyle 0052EEF0 f end=0052EEF8 +Script_BarberShopReset 0052F900 f end=0052F90B +Script_SetNextBarberShopStyle 0052FDD0 f end=0052FE5F +Script_GetNextCompleatedTutorial 005301D0 f end=00530239 +Script_GetPrevCompleatedTutorial 00530240 f end=005302A8 +Script_CanResetTutorials 00530700 f end=0053074D +Script_FlagTutorial 00530750 f end=0053079F +Script_IsTutorialFlagged 005307A0 f end=00530818 +Script_ClearTutorials 00530820 f end=00530828 +Script_ResetTutorials 00530830 f end=00530838 +Script_TriggerTutorial 005308D0 f end=0053091F +Script_BNConnected 00530EC0 f end=00530F13 +Script_IsBNLogin 00530F20 f end=00530F58 +Script_BNGetInfo 005343F0 f end=00534581 +Script_BNGetNumFriends 00534590 f end=005346EC +Script_BNGetNumFriendToons 005349F0 f end=00534B5C +Script_BNRemoveFriend 00534ED0 f end=00534F73 +Script_BNSetFriendNote 00534F80 f end=0053507B +Script_BNGetNumFriendInvites 00535080 f end=00535171 +Script_BNGetFriendInviteInfo 00535180 f end=0053537E +Script_BNSendFriendInvite 00535380 f end=0053548B +Script_BNSendFriendInviteByID 00535490 f end=005355B2 +Script_BNAcceptFriendInvite 005355C0 f end=00535656 +Script_BNDeclineFriendInvite 00535660 f end=005356F6 +Script_BNReportFriendInvite 00535700 f end=00535796 +Script_BNSetAFK 005357A0 f end=0053585E +Script_BNSetDND 00535860 f end=0053591E +Script_BNSetCustomMessage 00535920 f end=00535A9B +Script_BNGetCustomMessageTable 00535AA0 f end=00535C54 +Script_BNSetFocus 00535C60 f end=00535CD9 +Script_BNCreateConversation 00535CE0 f end=00535EA4 +Script_BNInviteToConversation 00535EB0 f end=00536026 +Script_BNLeaveConversation 00536030 f end=00536107 +Script_BNSendConversationMessage 00536110 f end=0053621F +Script_BNGetNumConversationMembers 00536220 f end=00536329 +Script_BNGetConversationInfo 00536330 f end=005363FB +Script_BNGetNumBlocked 00536400 f end=005364D7 +Script_BNIsBlocked 005364E0 f end=005365A6 +Script_BNSetBlocked 005365B0 f end=0053669C +Script_BNSetSelectedBlock 005366A0 f end=0053678D +Script_BNGetSelectedBlock 00536790 f end=0053688B +Script_BNGetNumBlockedToons 00536890 f end=00536967 +Script_BNGetBlockedToonInfo 00536970 f end=00536A90 +Script_BNIsToonBlocked 00536A90 f end=00536B56 +Script_BNSetToonBlocked 00536B60 f end=00536C4C +Script_BNSetSelectedToonBlock 00536C50 f end=00536D3D +Script_BNGetSelectedToonBlock 00536D40 f end=00536E3B +Script_BNReportPlayer 00536E40 f end=00537009 +Script_BNFeaturesEnabledAndConnected 00537010 f end=0053706C +Script_BNFeaturesEnabled 00537070 f end=005370CA +Script_BNGetNumFOF 005370D0 f end=0053723E +Script_BNGetFOFInfo 00537240 f end=0053750F +Script_BNSetSelectedFriend 00537510 f end=005375F8 +Script_BNGetSelectedFriend 00537600 f end=005376BB +Script_BNSetMatureLanguageFilter 005376C0 f end=005377B3 +Script_BNGetMatureLanguageFilter 005377C0 f end=005378A0 +Script_BNIsSelf 005378A0 f end=00537943 +Script_BNIsFriend 00537950 f end=005379F3 +Script_BNGetMaxPlayersInConversation 00537A00 f end=00537A5E +Script_BNGetFriendInfo 00539BF0 f end=00539CB8 +Script_BNGetFriendInfoByID 00539CC0 f end=00539D6B +Script_BNGetFriendToonInfo 00539D70 f end=00539F82 +Script_BNGetToonInfo 00539F90 f end=0053A025 +Script_BNSendWhisper 0053A030 f end=0053A150 +Script_BNGetConversationMemberInfo 0053A150 f end=0053A2F6 +Script_BNListConversation 0053A300 f end=0053A539 +Script_BNGetBlockedInfo 0053A540 f end=0053A65E +Script_BNRequestFOFInfo 0053A660 f end=0053A742 +Script_GetNumSpellTabs 0053B5C0 f end=0053B5F4 +Script_GetKnownSlotFromHighestRankSlot 0053B650 f end=0053B6B6 +Script_FindSpellBookSlotByID 0053B6C0 f end=0053B739 +Script_GetSpellTabInfo 0053BE70 f end=0053C0A5 +Script_GetNumShapeshiftForms 0053C0B0 f end=0053C0E4 +Script_CastShapeshiftForm 0053C0F0 f end=0053C177 +Script_GetShapeshiftFormCooldown 0053C180 f end=0053C29C +Script_GetNumCompanions 0053C2A0 f end=0053C304 +Script_PickupCompanion 0053C310 f end=0053C393 +Script_IsSpellKnown 0053C3A0 f end=0053C426 +Script_UpdateSpells 0053DD10 f end=0053DD21 +Script_HasPetSpells 0053DD30 f end=0053DE09 +Script_GetShapeshiftForm 0053DE10 f end=0053DE51 +Script_CancelShapeshiftForm 0053DE60 f end=0053DE89 +Script_GetShapeshiftFormInfo 0053DE90 f end=0053E05A +Script_CastSpellByID 0053E060 f end=0053E2B6 +Script_GetCompanionInfo 0053E2C0 f end=0053E490 +Script_GetCompanionCooldown 0053E490 f end=0053E5D4 +Script_CallCompanion 0053E5E0 f end=0053E6A3 +Script_DismissCompanion 0053E6B0 f end=0053E7D4 +Script_SummonRandomCritter 0053E7E0 f end=0053E80C +Script_CastSpellByName 00540310 f end=005405A9 +Script_GetSpellName 005407F0 f end=005408D6 +Script_GetSpellLink 005408E0 f end=00540A26 +Script_GetSpellInfo 00540A30 f end=00540D66 +Script_GetSpellTexture 00540D70 f end=00540DE3 +Script_GetSpellCount 00540DF0 f end=00540E75 +Script_GetSpellCooldown 00540E80 f end=0054100C +Script_GetSpellAutocast 00541010 f end=005410DE +Script_ToggleSpellAutocast 005410E0 f end=0054113C +Script_EnableSpellAutocast 00541140 f end=0054119C +Script_DisableSpellAutocast 005411A0 f end=005411FC +Script_PickupSpell 00541200 f end=00541242 +Script_CastSpell 00541250 f end=005412BA +Script_IsSelectedSpell 005412C0 f end=00541336 +Script_IsPassiveSpell 00541340 f end=0054141D +Script_IsAttackSpell 00541420 f end=005414FD +Script_IsCurrentSpell 00541500 f end=005415CC +Script_IsAutoRepeatSpell 005415D0 f end=00541679 +Script_IsUsableSpell 00541680 f end=005417FB +Script_IsHelpfulSpell 00541800 f end=005418ED +Script_IsHarmfulSpell 005418F0 f end=005419E1 +Script_IsConsumableSpell 005419F0 f end=00541AE4 +Script_SpellHasRange 00541AF0 f end=00541C51 +Script_IsSpellInRange 00541C60 f end=00541DEF +Script_GetNumMapLandmarks 00543020 f end=00543054 +Script_GetNumMapOverlays 00543060 f end=00543094 +Script_PositionWorldMapArrowFrame 005430A0 f end=005432B9 +Script_PositionMiniWorldMapArrowFrame 005432C0 f end=005434D9 +Script_ShowWorldMapArrowFrame 005434E0 f end=00543533 +Script_ShowMiniWorldMapArrowFrame 00543540 f end=00543593 +Script_GetWintergraspWaitTime 005435A0 f end=005435FD +Script_CanQueueForWintergrasp 00543600 f end=00543642 +Script_GetMapContinents 00544B20 f end=00544B8D +Script_GetMapZones 00544B90 f end=00544C3B +Script_DungeonUsesTerrainMap 00544C40 f end=00544C9D +Script_GetMapInfo 00544CA0 f end=00544D3A +Script_GetCurrentMapContinent 00544D40 f end=00544E03 +Script_GetCurrentMapAreaID 00544E10 f end=00544E71 +Script_GetCurrentMapZone 00544E80 f end=00544FB2 +Script_GetCurrentMapDungeonLevel 00544FC0 f end=00545050 +Script_IsZoomOutAvailable 00545050 f end=00545102 +Script_UpdateMapHighlight 00545110 f end=00545880 +Script_GetPlayerMapPosition 00545880 f end=00545941 +Script_GetCorpseMapPosition 00545950 f end=005459BD +Script_GetDeathReleasePosition 005459C0 f end=00545A29 +Script_GetMapLandmarkInfo 00545A30 f end=00545C7B +Script_GetMapOverlayInfo 00545C80 f end=00545E57 +Script_CreateWorldMapArrowFrame 00545E60 f end=00545F12 +Script_CreateMiniWorldMapArrowFrame 00545F20 f end=00545FD2 +Script_UpdateWorldMapArrowFrames 00545FE0 f end=00545FE8 +Script_InitWorldMapPing 00545FF0 f end=005460F7 +Script_GetNumDungeonMapLevels 00546290 f end=005462BA +Script_SetMapZoom 005469E0 f end=00546A83 +Script_ZoomOut 00546A90 f end=00546C4C +Script_SetMapByID 00546C50 f end=00546E76 +Script_ProcessMapClick 00546E80 f end=00546EEA +Script_ClickLandmark 00546EF0 f end=00546FDB +Script_SetDungeonMapLevel 00547B80 f end=00547C02 +Script_SetMapToCurrentZone 00547C10 f end=00547C1D +Script_GetNumWorldStateUI 00548720 f end=00548754 +Script_GetWorldStateUIInfo 00548D40 f end=00548F49 +Script_IsActiveBattlefieldArena 00549AD0 f end=00549B40 +Script_CloseBattlefield 00549B40 f end=00549B7B +Script_GetBattlefieldPortExpiration 00549B80 f end=00549C37 +Script_GetBattlefieldInstanceExpiration 00549C40 f end=00549CC5 +Script_GetBattlefieldInstanceRunTime 00549CD0 f end=00549D30 +Script_GetBattlefieldEstimatedWaitTime 00549D30 f end=00549DC6 +Script_GetBattlefieldTimeWaited 00549DD0 f end=00549E73 +Script_GetNumBattlefieldScores 00549E80 f end=00549EB4 +Script_GetBattlefieldWinner 00549EC0 f end=00549F13 +Script_GetNumBattlefieldStats 00549F20 f end=00549F54 +Script_GetBattlefieldStatData 00549F60 f end=0054A032 +Script_GetNumBattlefieldPositions 0054A040 f end=0054A0D1 +Script_GetNumBattlefieldFlagPositions 0054A0E0 f end=0054A13A +Script_GetNumBattlefieldVehicles 0054A140 f end=0054A174 +Script_GetBattlefieldTeamInfo 0054A180 f end=0054A27C +Script_GetBattlefieldArenaFaction 0054A280 f end=0054A2BA +Script_GetNumArenaOpponents 0054A2C0 f end=0054A2F4 +Script_GetHolidayBGHonorCurrencyBonuses 0054A300 f end=0054A361 +Script_GetRandomBGHonorCurrencyBonuses 0054A370 f end=0054A3D1 +Script_GetNumBattlefields 0054BAA0 f end=0054BAD4 +Script_IsBattlefieldArena 0054BAE0 f end=0054BB3D +Script_SetSelectedBattlefield 0054BB40 f end=0054BBC6 +Script_GetSelectedBattlefield 0054BBD0 f end=0054BC24 +Script_GetBattlefieldStatus 0054BC30 f end=0054BE79 +Script_GetBattlefieldScore 0054BE90 f end=0054C120 +Script_SetBattlefieldScoreFaction 0054C120 f end=0054C167 +Script_GetBattlefieldStatInfo 0054C170 f end=0054C248 +Script_LeaveBattlefield 0054C250 f end=0054C2E0 +Script_GetBattlefieldPosition 0054C2E0 f end=0054C4D0 +Script_GetBattlefieldVehicleInfo 0054C4D0 f end=0054C6D4 +Script_CanJoinBattlefieldAsGroup 0054C6E0 f end=0054C73D +Script_GetBattlefieldMapIconScale 0054C740 f end=0054C7A0 +Script_HearthAndResurrectFromArea 0054C7A0 f end=0054C808 +Script_CanHearthAndResurrectFromArea 0054C810 f end=0054C870 +Script_GetNumBattlegroundTypes 0054C870 f end=0054C892 +Script_GetWorldPVPQueueStatus 0054C8A0 f end=0054C9D3 +Script_SortBGList 0054C9F0 f end=0054CA22 +Script_GetBattlefieldInfo 0054D770 f end=0054D8E2 +Script_GetBattlefieldInstanceInfo 0054D8F0 f end=0054D990 +Script_JoinBattlefield 0054D990 f end=0054DA10 +Script_AcceptBattlefieldPort 0054DA10 f end=0054DC91 +Script_RequestBattlefieldScoreData 0054DCA0 f end=0054DCA8 +Script_RequestBattlefieldPositions 0054DCB0 f end=0054DCB8 +Script_GetBattlefieldFlagPosition 0054DCC0 f end=0054DDF1 +Script_SortBattlefieldScoreData 0054DE00 f end=0054E007 +Script_GetBattlegroundInfo 0054E010 f end=0054E15E +Script_BattlefieldMgrEntryInviteResponse 0054E160 f end=0054E191 +Script_BattlefieldMgrQueueRequest 0054E1A0 f end=0054E1C0 +Script_BattlefieldMgrQueueInviteResponse 0054E1C0 f end=0054E1F1 +Script_BattlefieldMgrExitRequest 0054E200 f end=0054E220 +Script_RequestBattlegroundInstanceInfo 0054E6D0 f end=0054E717 +Script_GetGamma 0054EA60 f end=0054EA89 +Script_SetGamma 0054EA90 f end=0054EB0B +Script_GetTerrainMip 0054EB10 f end=0054EB3B +Script_SetTerrainMip 0054EB40 f end=0054EBBA +Script_IsPlayerResolutionAvailable 0054EBC0 f end=0054EBFB +Script_SetupFullscreenScale 0054ED80 f end=0054EE58 +Script_GetVideoCaps 0054EE60 f end=0054EF87 +Script_IsStereoVideoAvailable 0054EF90 f end=0054EFD5 +Script_GetScreenResolutions 0054F430 f end=0054F49D +Script_GetCurrentResolution 0054F4A0 f end=0054F561 +Script_SetScreenResolution 0054F570 f end=0054F684 +Script_GetRefreshRates 0054F690 f end=0054F81D +Script_GetMultisampleFormats 0054F820 f end=0054F8AA +Script_GetCurrentMultisampleFormat 0054F8B0 f end=0054F97B +Script_SetMultisampleFormat 0054F980 f end=0054FB0B +Script_KBSetup_BeginLoading 00551720 f end=00551759 +Script_KBSetup_IsLoaded 00551760 f end=00551783 +Script_KBSetup_GetLanguageCount 00551790 f end=005517D0 +Script_KBSetup_GetLanguageData 005517D0 f end=005518B3 +Script_KBSetup_GetCategoryCount 005518C0 f end=00551900 +Script_KBSetup_GetCategoryData 00551900 f end=005519E3 +Script_KBSetup_GetArticleHeaderCount 005519F0 f end=00551A30 +Script_KBSetup_GetArticleHeaderData 00551A30 f end=00551B3D +Script_KBSetup_GetTotalArticleCount 00551B40 f end=00551B8F +Script_KBQuery_IsLoaded 00551B90 f end=00551BB3 +Script_KBQuery_GetArticleHeaderCount 00551BC0 f end=00551C00 +Script_KBQuery_GetArticleHeaderData 00551C00 f end=00551D0D +Script_KBQuery_GetTotalArticleCount 00551D10 f end=00551D5F +Script_KBArticle_BeginLoading 00551D60 f end=00551D99 +Script_KBArticle_IsLoaded 00551DA0 f end=00551DC3 +Script_KBArticle_GetData 00551DD0 f end=00551FA1 +Script_KBSystem_GetMOTD 00551FB0 f end=00551FCC +Script_KBSystem_GetServerStatus 00551FD0 f end=00551FEC +Script_KBSystem_GetServerNotice 00551FF0 f end=0055200C +Script_KBSetup_GetSubCategoryCount 005523A0 f end=00552439 +Script_KBSetup_GetSubCategoryData 00552440 f end=0055257D +Script_KBQuery_BeginLoading 00552580 f end=005526C8 +Script_SearchLFGGetJoinedID 005529A0 f end=005529D7 +Script_GetLFGTypes 00552DD0 f end=00552E10 +Script_GetLFGRoles 00552E10 f end=00552E84 +Script_GetLFGInfoLocal 00552E90 f end=00552F2F +Script_GetLFGInfoServer 00552F30 f end=00552FFE +Script_GetLFGProposalMember 00553110 f end=00553119 +Script_GetRandomDungeonBestChoice 00553120 f end=00553163 +Script_CanPartyLFGBackfill 00553170 f end=005531C2 +Script_SearchLFGGetNumResults 00553BA0 f end=00553C25 +Script_SearchLFGGetEncounterResults 00553C30 f end=00553D60 +Script_SetLFGRoles 00553D60 f end=00553E19 +Script_CompleteLFGRoleCheck 00553E20 f end=00553F46 +Script_SetLFGComment 00553F50 f end=00553F86 +Script_GetLFGQueueStats 00553F90 f end=00554157 +Script_LeaveLFG 00554160 f end=00554168 +Script_GetLFGProposal 00554370 f end=00554379 +Script_GetLFGProposalEncounter 00554440 f end=00554449 +Script_AcceptProposal 005545E0 f end=005545FB +Script_RejectProposal 00554600 f end=0055460D +Script_GetLFGRoleUpdate 00554680 f end=00554689 +Script_GetLFGRoleUpdateSlot 00554740 f end=00554749 +Script_GetLFGRoleUpdateMember 005548E0 f end=005548E9 +Script_GetAvailableRoles 005548F0 f end=00554958 +Script_SetLFGBootVote 00554A50 f end=00554A59 +Script_GetLFGBootProposal 00554BD0 f end=00554BD9 +Script_GetLFDChoiceOrder 00554BE0 f end=00554D1B +Script_GetLFRChoiceOrder 00554D20 f end=00554E5B +Script_GetLFDChoiceInfo 005551E0 f end=005553A5 +Script_GetNumRandomDungeons 005553B0 f end=005553E4 +Script_GetLFGDungeonInfo 00555590 f end=005555CC +Script_GetLFGRandomDungeonInfo 005555D0 f end=00555653 +Script_IsInLFGDungeon 00555660 f end=005556CB +Script_GetPartyLFGBackfillInfo 005556D0 f end=00555752 +Script_UnitHasLFGRandomCooldown 00555760 f end=00555839 +Script_UnitHasLFGDeserter 00555840 f end=00555919 +Script_SearchLFGGetResults 00555FD0 f end=0055627C +Script_SearchLFGGetPartyResults 00556280 f end=005564CA +Script_GetLFDChoiceCollapseState 005564D0 f end=005567D1 +Script_GetLFDChoiceEnabledState 005567E0 f end=005569CE +Script_RequestLFDPlayerLockInfo 005569D0 f end=00556A49 +Script_RequestLFDPartyLockInfo 00556A50 f end=00556AC9 +Script_SetLFGHeaderCollapsed 00556AD0 f end=00556B53 +Script_SetLFGDungeonEnabled 00556B60 f end=00556BBF +Script_LFGTeleport 00556BC0 f end=00556D70 +Script_GetLFGQueuedList 00557520 f end=00557657 +Script_JoinLFG 00557660 f end=005576A3 +Script_GetLFDChoiceLockedState 005576B0 f end=00557881 +Script_GetLFDLockPlayerCount 00557890 f end=00557925 +Script_GetLFDLockInfo 00557930 f end=00557A99 +Script_GetLFGDungeonRewards 00557AA0 f end=00557BDB +Script_GetLFGDungeonRewardInfo 00557BE0 f end=00557D56 +Script_GetLFGDungeonRewardLink 00557D60 f end=00557E31 +Script_GetLFGCompletionReward 00557E40 f end=00557F61 +Script_GetLFGCompletionRewardItem 00557F70 f end=0055805C +Script_GetLFGRandomCooldownExpiration 00558060 f end=005580DB +Script_GetLFGDeserterExpiration 005580E0 f end=0055815B +Script_IsListedInLFR 005586D0 f end=0055870F +Script_SearchLFGJoin 00559400 f end=005594D1 +Script_SearchLFGLeave 005594E0 f end=005594F6 +Script_ClearLFGDungeon 00559500 f end=005595C9 +Script_ClearAllLFGDungeons 005595D0 f end=005595D8 +Script_SetLFGDungeon 00559F50 f end=00559FE4 +Script_GetLastQueueStatusIndex 00559FF0 f end=0055A03B +Script_IsLFGDungeonJoinable 0055A040 f end=0055A0BF +Script_PartyLFGStartBackfill 0055A0C0 f end=0055A130 +Script_RefreshLFGList 0055D280 f end=0055D2A1 +Script_SearchLFGSort 0055D2B0 f end=0055D43D +Script_GetNumBindings 0055DC00 f end=0055DC23 +Script_GetCurrentBindingSet 0055DC30 f end=0055DC57 +Script_GetNumModifiedClickActions 0055DC60 f end=0055DC84 +Script_GetBinding 0055E8D0 f end=0055E9B0 +Script_GetBindingKey 0055E9B0 f end=0055EA67 +Script_GetModifiedClickAction 0055EA70 f end=0055EACE +Script_RunBinding 0055FAD0 f end=0055FB81 +Script_SetModifiedClick 0055FB90 f end=0055FC1F +Script_GetModifiedClick 0055FC20 f end=0055FCB9 +Script_IsModifiedClick 0055FCC0 f end=0055FD13 +Script_ClearOverrideBindings 00560560 f end=005605EC +Script_GetBindingAction 00562550 f end=005625F0 +Script_GetBindingByKey 005625F0 f end=0056269B +Script_SetBinding 00563520 f end=005635DF +Script_SetBindingSpell 005635E0 f end=00563700 +Script_SetBindingItem 00563700 f end=00563820 +Script_SetBindingMacro 00563820 f end=00563940 +Script_SetBindingClick 00563940 f end=00563A87 +Script_SetOverrideBinding 00563A90 f end=00563B7C +Script_SetOverrideBindingSpell 00563B80 f end=00563CAC +Script_SetOverrideBindingItem 00563CB0 f end=00563DDC +Script_SetOverrideBindingMacro 00563DE0 f end=00563F0C +Script_SetOverrideBindingClick 00563F10 f end=00564067 +Script_LoadBindings 00564070 f end=005640B2 +Script_SaveBindings 005640C0 f end=00564123 +Script_GetClickFrame 00564130 f end=005641BC +Script_SecureCmdOptionParse 00564AE0 f end=00564B8A +Script_StopMacro 00564B90 f end=00564BAD +Script_GetNumMacros 00564BB0 f end=00564C08 +Script_GetRunningMacro 00564C10 f end=00564C61 +Script_GetRunningMacroButton 00564C70 f end=00564C8C +Script_GetMacroIconInfo 00564E90 f end=00564F54 +Script_GetMacroItemIconInfo 00564F60 f end=00565024 +Script_RunMacroText 00566400 f end=00566487 +Script_GetNumMacroIcons 00566490 f end=005664D2 +Script_GetNumMacroItemIcons 005664E0 f end=00566522 +Script_GetMacroIndexByName 005666A0 f end=005666FE +Script_RunMacro 00566E80 f end=00566EAD +Script_GetMacroInfo 00566EB0 f end=00566F32 +Script_GetMacroBody 00566F40 f end=00566F6C +Script_DeleteMacro 00566F70 f end=00566F9F +Script_EditMacro 00566FA0 f end=005670CE +Script_SetMacroItem 005670D0 f end=005671F5 +Script_GetMacroItem 00567200 f end=00567313 +Script_SetMacroSpell 00567320 f end=0056744C +Script_GetMacroSpell 00567450 f end=005674F0 +Script_PickupMacro 005674F0 f end=0056751F +Script_CreateMacro 00568160 f end=005682B6 +Script_CommentatorGetNumMaps 00568730 f end=00568764 +Script_CommentatorZoomIn 00568770 f end=00568808 +Script_CommentatorZoomOut 00568810 f end=005688B2 +Script_CommentatorSetMode 005690A0 f end=0056917B +Script_CommentatorToggleMode 00569180 f end=00569229 +Script_CommentatorGetMode 00569230 f end=005692A0 +Script_CommentatorUpdatePlayerInfo 005692A0 f end=0056933F +Script_CommentatorUpdateMapInfo 00569340 f end=005693DF +Script_CommentatorGetMapInfo 005693E0 f end=0056951E +Script_CommentatorGetInstanceInfo 00569520 f end=005696DD +Script_CommentatorEnterInstance 005696E0 f end=005697AD +Script_CommentatorExitInstance 005697B0 f end=0056981C +Script_CommentatorGetNumPlayers 00569820 f end=00569901 +Script_CommentatorGetPlayerInfo 00569910 f end=00569B4C +Script_CommentatorFollowPlayer 00569B50 f end=00569CCE +Script_CommentatorLookatPlayer 00569CD0 f end=00569E46 +Script_CommentatorSetMapAndInstanceIndex 00569E50 f end=00569F99 +Script_CommentatorSetPlayerIndex 00569FA0 f end=0056A0EC +Script_CommentatorSetCamera 0056A0F0 f end=0056A29E +Script_CommentatorGetCamera 0056A2A0 f end=0056A376 +Script_CommentatorGetCurrentMapID 0056A380 f end=0056A404 +Script_CommentatorStartInstance 0056A410 f end=0056A639 +Script_CommentatorAddPlayer 0056A640 f end=0056A85E +Script_CommentatorRemovePlayer 0056A860 f end=0056AA04 +Script_CommentatorSetBattlemaster 0056AA10 f end=0056AAEC +Script_CommentatorSetMoveSpeed 0056AAF0 f end=0056AB61 +Script_CommentatorSetCameraCollision 0056AB70 f end=0056AC05 +Script_CommentatorSetTargetHeightOffset 0056AC10 f end=0056AC88 +Script_CommentatorSetSkirmishMatchmakingMode 0056AC90 f end=0056AD96 +Script_CommentatorRequestSkirmishQueueData 0056ADA0 f end=0056AE42 +Script_CommentatorRequestSkirmishMode 0056AE50 f end=0056AEF2 +Script_CommentatorGetSkirmishMode 0056AF00 f end=0056AF51 +Script_CommentatorGetSkirmishQueueCount 0056AF60 f end=0056AFB1 +Script_CommentatorGetSkirmishQueuePlayerInfo 0056AFC0 f end=0056B0AB +Script_CommentatorStartSkirmishMatch 0056B0B0 f end=0056B1DC +Script_SetSendMailShowing 0056D570 f end=0056D5B4 +Script_ClearSendMail 0056D5C0 f end=0056D5CD +Script_GetSendMailMoney 0056D5D0 f end=0056D604 +Script_SetSendMailCOD 0056D610 f end=0056D689 +Script_GetSendMailCOD 0056D690 f end=0056D6C4 +Script_GetInboxNumItems 0056D6D0 f end=0056D728 +Script_GetStationeryInfo 0056DF80 f end=0056E0DC +Script_SelectStationery 0056E0E0 f end=0056E167 +Script_GetSelectedStationeryTexture 0056E170 f end=0056E1DA +Script_GetNumPackages 0056E1E0 f end=0056E202 +Script_GetPackageInfo 0056E210 f end=0056E306 +Script_SelectPackage 0056E310 f end=0056E39D +Script_GetSendMailItemLink 0056E3A0 f end=0056E440 +Script_CheckInbox 0056E440 f end=0056E518 +Script_GetInboxHeaderInfo 0056E520 f end=0056E9AF +Script_GetInboxInvoiceInfo 0056E9B0 f end=0056EC9D +Script_GetInboxItemLink 0056ECA0 f end=0056EDE2 +Script_TakeInboxMoney 0056EDF0 f end=0056EEE2 +Script_TakeInboxTextItem 0056EEF0 f end=0056EFFA +Script_ReturnInboxItem 0056F000 f end=0056F13F +Script_DeleteInboxItem 0056F140 f end=0056F274 +Script_InboxItemCanDelete 0056F280 f end=0056F342 +Script_HasNewMail 0056F350 f end=0056F396 +Script_GetLatestThreeSenders 0056F3A0 f end=0056F404 +Script_RespondMailLockSendItem 0056F410 f end=0056F4D8 +Script_ClickSendMailItemButton 00570550 f end=005706B2 +Script_SetSendMailMoney 005706C0 f end=0057074C +Script_GetSendMailItem 00570750 f end=00570901 +Script_SendMail 00570910 f end=00570BC7 +Script_GetInboxText 00570BD0 f end=00570F0A +Script_GetInboxItem 00570F10 f end=005711BC +Script_TakeInboxItem 005711C0 f end=00571347 +Script_ComplainInboxItem 00571350 f end=005713B4 +Script_CanComplainInboxItem 005713C0 f end=0057144F +Script_AutoLootMailItem 00571450 f end=005714CA +Script_CloseMail 00571A40 f end=00571AA1 +Script_GetNumStationeries 00571AB0 f end=00571AF2 +Script_GetSendMailPrice 00571B00 f end=00571BDF +Script_GetRaidTargetIndex 00572AB0 f end=00572B3A +Script_GetNumRaidMembers 00572B40 f end=00572B74 +Script_GetRealNumRaidMembers 00572B80 f end=00572BB4 +Script_SetRaidRosterSelection 00572BC0 f end=00572C4F +Script_GetRaidRosterSelection 00572C50 f end=00572C7D +Script_GetReadyCheckTimeLeft 00572C80 f end=00572D07 +Script_GetRaidRosterInfo 00573690 f end=00573A5F +Script_IsRaidLeader 00573A60 f end=00573AA6 +Script_IsRealRaidLeader 00573AB0 f end=00573AF6 +Script_IsRaidOfficer 00573B00 f end=00573B4A +Script_SetRaidSubgroup 00573B50 f end=00573C8F +Script_SwapRaidSubgroup 00573C90 f end=00573E09 +Script_PromoteToLeader 00573E10 f end=00573EE3 +Script_PromoteToAssistant 00573EF0 f end=00573FD0 +Script_DemoteAssistant 00573FD0 f end=005740AF +Script_DoReadyCheck 005740B0 f end=005740B8 +Script_ConfirmReadyCheck 005740C0 f end=0057417E +Script_GetReadyCheckStatus 00574180 f end=00574304 +Script_ConvertToRaid 00574A00 f end=00574AA8 +Script_SetRaidTarget 00574AB0 f end=00574CF3 +Script_PlayDance 005761F0 f end=00576238 +Script_GetAutoCompleteResults 0057B3A0 f end=0057B4F4 +Script_GetAutoCompletePresenceID 0057B500 f end=0057B573 +Script_BankButtonIDToInvSlotID 0057B940 f end=0057B9B9 +Script_CloseBankFrame 0057B9C0 f end=0057B9E0 +Script_GetNumBankSlots 0057BAB0 f end=0057BB30 +Script_GetBankSlotCost 0057BB30 f end=0057BBB3 +Script_PurchaseSlot 0057BBC0 f end=0057BC8A +Script_GetNumTrackingTypes 0057F170 f end=0057F1AE +Script_GetTrackingInfo 0057F1B0 f end=0057F37A +Script_SetTracking 0057F380 f end=0057F4F0 +Script_GetTrackingTexture 0057F4F0 f end=0057F5CE +Script_GetMerchantNumItems 005841D0 f end=005841F2 +Script_GetMerchantItemLink 00584200 f end=005842C4 +Script_GetMerchantItemMaxStack 005842D0 f end=00584389 +Script_HideRepairCursor 00584390 f end=005843AE +Script_InRepairMode 005843B0 f end=005843EB +Script_GetNumBuybackItems 005843F0 f end=0058444F +Script_CloseMerchant 005846D0 f end=005846D8 +Script_GetMerchantItemCostInfo 005846E0 f end=00584820 +Script_GetMerchantItemCostItem 00584820 f end=005849E5 +Script_CanMerchantRepair 005849F0 f end=00584A59 +Script_ShowRepairCursor 00584A60 f end=00584ABE +Script_GetMerchantItemInfo 00584E10 f end=00585070 +Script_GetBuybackItemInfo 00585070 f end=005852B4 +Script_GetBuybackItemLink 005852C0 f end=00585394 +Script_PickupMerchantItem 005853A0 f end=005854B2 +Script_BuyMerchantItem 005854C0 f end=005855B7 +Script_BuybackItem 005855C0 f end=005856C1 +Script_ShowMerchantSellCursor 005856D0 f end=00585886 +Script_ShowBuybackSellCursor 00585890 f end=00585990 +Script_GetRepairAllCost 00585990 f end=00585C8E +Script_RepairAllItems 00585C90 f end=00585F57 +Script_GetTradeTargetItemLink 005865F0 f end=005866DB +Script_AcceptTrade 005866E0 f end=00586722 +Script_CancelTradeAccept 00586730 f end=00586773 +Script_GetPlayerTradeMoney 00586780 f end=005867C5 +Script_GetTargetTradeMoney 005867D0 f end=00586804 +Script_PickupTradeMoney 00586810 f end=0058686C +Script_SetTradeMoney 00586870 f end=005868D1 +Script_ClickTargetTradeButton 00586C80 f end=00586CF2 +Script_GetTradePlayerItemLink 00586D00 f end=00586D87 +Script_AddTradeMoney 00586D90 f end=00586DB5 +Script_CloseTrade 00587940 f end=005879D0 +Script_ClickTradeButton 005879D0 f end=00587C60 +Script_GetTradeTargetItemInfo 00587C60 f end=00587EAD +Script_GetTradePlayerItemInfo 00587EB0 f end=005880BB +Script_GetNumLootItems 00588540 f end=0058856A +Script_GetLootSlotInfo 00588570 f end=005886C6 +Script_GetLootSlotLink 005886D0 f end=0058874D +Script_LootSlotIsItem 00588750 f end=00588804 +Script_LootSlotIsCoin 00588810 f end=005888B0 +Script_CloseLoot 005888B0 f end=005888D6 +Script_IsFishingLoot 005888E0 f end=0058891A +Script_GetMasterLootCandidate 00588920 f end=005889CD +Script_GetLootRollItemInfo 005889D0 f end=00588C00 +Script_GetLootRollItemLink 00588C00 f end=00588CBF +Script_GetLootRollTimeLeft 00588CC0 f end=00588D59 +Script_RollOnLoot 00588D60 f end=00588DC7 +Script_ConfirmLootRoll 00588DD0 f end=00588E52 +Script_SetLootPortrait 00588F00 f end=00588F89 +Script_LootSlot 00589520 f end=00589584 +Script_ConfirmLootSlot 00589590 f end=005895F4 +Script_GiveMasterLoot 00589600 f end=005896AC +Script_ItemTextGetPage 00589B50 f end=00589B87 +Script_ItemTextGetText 00589B90 f end=00589BAB +Script_ItemTextGetItem 00589C40 f end=00589C8E +Script_ItemTextGetMaterial 00589C90 f end=00589D67 +Script_ItemTextHasNextPage 00589D70 f end=00589DBC +Script_ItemTextPrevPage 0058A110 f end=0058A148 +Script_ItemTextNextPage 0058A150 f end=0058A192 +Script_CloseItemText 0058A400 f end=0058A421 +Script_ItemTextGetCreator 0058A480 f end=0058A515 +Script_GetGossipText 0058A900 f end=0058A91B +Script_GetNumGossipOptions 0058A920 f end=0058A954 +Script_GetNumGossipAvailableQuests 0058A960 f end=0058A994 +Script_GetNumGossipActiveQuests 0058A9A0 f end=0058A9D4 +Script_GetGossipOptions 0058A9E0 f end=0058AA35 +Script_CloseGossip 0058AA40 f end=0058AA60 +Script_ForceGossip 0058AB50 f end=0058AB9C +Script_GetGossipAvailableQuests 0058B3A0 f end=0058B487 +Script_GetGossipActiveQuests 0058B490 f end=0058B587 +Script_SelectGossipOption 0058B590 f end=0058B5F7 +Script_SelectGossipAvailableQuest 0058B600 f end=0058B664 +Script_SelectGossipActiveQuest 0058B670 f end=0058B6D4 +Script_GetTitleText 0058BD10 f end=0058BD2B +Script_GetGreetingText 0058BD30 f end=0058BD4B +Script_GetQuestText 0058BD50 f end=0058BD6B +Script_GetObjectiveText 0058BD70 f end=0058BD8B +Script_GetProgressText 0058BD90 f end=0058BDAB +Script_GetRewardText 0058BDB0 f end=0058BDCB +Script_GetNumAvailableQuests 0058BDD0 f end=0058BDF2 +Script_GetNumActiveQuests 0058BE00 f end=0058BE22 +Script_GetAvailableTitle 0058BE30 f end=0058BEC4 +Script_GetActiveTitle 0058BED0 f end=0058BF63 +Script_GetAvailableLevel 0058BF70 f end=0058C003 +Script_GetActiveLevel 0058C010 f end=0058C0A3 +Script_GetRewardMoney 0058C0B0 f end=0058C0D2 +Script_GetRewardXP 0058C0E0 f end=0058C102 +Script_GetRewardHonor 0058C110 f end=0058C135 +Script_GetRewardTalents 0058C140 f end=0058C15C +Script_GetQuestMoneyToGet 0058C160 f end=0058C182 +Script_GetNumQuestRewards 0058C190 f end=0058C1E1 +Script_GetNumQuestChoices 0058C1F0 f end=0058C241 +Script_GetNumQuestItems 0058C250 f end=0058C2A1 +Script_GetQuestItemLink 0058C2B0 f end=0058C39C +Script_QuestChooseRewardError 0058C3A0 f end=0058C3B0 +Script_GetSuggestedGroupNum 0058C3B0 f end=0058C3D2 +Script_QuestFlagsPVP 0058C3E0 f end=0058C426 +Script_QuestGetAutoAccept 0058C430 f end=0058C46D +Script_GetMaxDailyQuests 0058C470 f end=0058C492 +Script_GetRewardArenaPoints 0058C4A0 f end=0058C4C2 +Script_QuestIsDaily 0058C4D0 f end=0058C50D +Script_QuestIsWeekly 0058C510 f end=0058C54D +Script_ConfirmAcceptQuest 0058C910 f end=0058C986 +Script_GetQuestBackgroundMaterial 0058C990 f end=0058CA67 +Script_CloseQuest 0058D350 f end=0058D365 +Script_IsAvailableQuestTrivial 0058D370 f end=0058D41A +Script_IsActiveQuestTrivial 0058D420 f end=0058D4CA +Script_SelectAvailableQuest 0058D4D0 f end=0058D534 +Script_SelectActiveQuest 0058D540 f end=0058D5A4 +Script_AcceptQuest 0058D5B0 f end=0058D5B8 +Script_DeclineQuest 0058D5C0 f end=0058D5C8 +Script_IsQuestCompletable 0058D5D0 f end=0058D60A +Script_CompleteQuest 0058D610 f end=0058D618 +Script_GetQuestReward 0058D620 f end=0058D670 +Script_GetRewardSpell 0058D670 f end=0058D80A +Script_GetRewardTitle 0058D810 f end=0058D971 +Script_GetQuestItemInfo 0058D980 f end=0058DAAC +Script_GetQuestSpellLink 0058DAB0 f end=0058DB2A +Script_GetDailyQuestsCompleted 0058DB30 f end=0058DBBB +Script_GetAvailableQuestInfo 0058DBC0 f end=0058DD2A +Script_NumTaxiNodes 00590710 f end=00590744 +Script_SetTaxiMap 00590D10 f end=00590D52 +Script_TaxiNodeName 00590D60 f end=00590DFE +Script_TaxiNodePosition 00590E00 f end=00590EB4 +Script_CloseTaxiMap 00590EC0 f end=00590EC8 +Script_TaxiNodeGetType 00590ED0 f end=00590F3E +Script_TaxiGetSrcX 00590F40 f end=00590FDF +Script_TaxiGetSrcY 00590FE0 f end=00591080 +Script_TaxiGetDestX 00591080 f end=00591120 +Script_TaxiGetDestY 00591120 f end=005911C0 +Script_GetNumRoutes 005911C0 f end=00591249 +Script_TaxiNodeCost 005915E0 f end=00591677 +Script_TakeTaxiNode 00591680 f end=005916E4 +Script_TaxiNodeSetCurrent 00591E60 f end=00591EC4 +Script_GetNumTrainerServices 00593D10 f end=00593D44 +Script_IsTradeskillTrainer 00593D50 f end=00593D8A +Script_GetTrainerGreetingText 00593D90 f end=00593DAB +Script_GetTrainerServiceTypeFilter 00593E10 f end=00593EA4 +Script_GetTrainerSkillLineFilter 00593EB0 f end=00593F67 +Script_CloseTrainer 00594370 f end=00594391 +Script_SelectTrainerService 005943A0 f end=00594424 +Script_GetTrainerSelectionIndex 00594430 f end=0059447B +Script_GetTrainerServiceCost 00594480 f end=0059452C +Script_GetTrainerServiceLevelReq 00594530 f end=005945AE +Script_GetTrainerServiceNumAbilityReq 005945B0 f end=0059464F +Script_GetTrainerSkillLines 00594650 f end=005946BB +Script_OpenTrainer 00595040 f end=00595084 +Script_GetTrainerServiceInfo 00595090 f end=00595148 +Script_GetTrainerServiceIcon 00595150 f end=005952E7 +Script_GetTrainerServiceSkillLine 005952F0 f end=00595470 +Script_GetTrainerServiceSkillReq 00595470 f end=005955D9 +Script_GetTrainerServiceAbilityReq 005955E0 f end=005957CC +Script_GetTrainerServiceStepReq 005957D0 f end=005959C5 +Script_GetTrainerServiceDescription 005959D0 f end=00595B59 +Script_IsTrainerServiceSkillStep 00595B60 f end=00595C3B +Script_GetTrainerServiceStepIncrease 00595C40 f end=00595E60 +Script_BuyTrainerService 00595E60 f end=00595EB6 +Script_SetTrainerServiceTypeFilter 00595EC0 f end=0059600E +Script_SetTrainerSkillLineFilter 00596010 f end=00596143 +Script_CollapseTrainerSkillLine 00596150 f end=005961E4 +Script_ExpandTrainerSkillLine 005961F0 f end=00596282 +Script_GetTrainerServiceItemLink 00596290 f end=005963BF +Script_GetTabardCreationCost 00598DD0 f end=00598E04 +Script_CloseTabardCreation 00598F30 f end=00598F38 +Script_CloseGuildRegistrar 00599F00 f end=00599F3F +Script_GetGuildCharterCost 00599F40 f end=00599F74 +Script_BuyGuildCharter 0059A130 f end=0059A1B2 +Script_TurnInGuildCharter 0059A1C0 f end=0059A1E9 +Script_GetTabardInfo 0059A1F0 f end=0059A275 +Script_IsAuctionSortReversed 0059AB90 f end=0059AD3B +Script_GetAuctionSort 0059AD40 f end=0059AE6B +Script_SortAuctionClearSort 0059AE70 f end=0059AF02 +Script_SortAuctionSetSort 0059AF10 f end=0059B037 +Script_CancelSell 0059B040 f end=0059B0AC +Script_SetAuctionsTabShowing 0059B0B0 f end=0059B0F4 +Script_GetAuctionHouseDepositRate 0059BC90 f end=0059BCF0 +Script_QueryAuctionItems 0059BCF0 f end=0059C196 +Script_GetNumAuctionItems 0059C1A0 f end=0059C2CF +Script_GetAuctionItemLink 0059C2D0 f end=0059C414 +Script_GetAuctionItemClasses 0059C420 f end=0059C479 +Script_GetAuctionItemSubClasses 0059C480 f end=0059C588 +Script_GetAuctionInvTypes 0059C590 f end=0059C737 +Script_CanSendAuctionQuery 0059C740 f end=0059C828 +Script_SetSelectedAuctionItem 0059C830 f end=0059C91A +Script_GetSelectedAuctionItem 0059C920 f end=0059C9E4 +Script_CanCancelAuction 0059C9F0 f end=0059CAA1 +Script_SortAuctionApplySort 0059CAB0 f end=0059CB68 +Script_CalculateAuctionDeposit 0059D270 f end=0059D405 +Script_ClickAuctionSellItemButton 0059D410 f end=0059D4F0 +Script_GetOwnerAuctionItems 0059D4F0 f end=0059D533 +Script_GetBidderAuctionItems 0059D540 f end=0059D5D1 +Script_GetAuctionItemInfo 0059D5E0 f end=0059DA35 +Script_PlaceAuctionBid 0059DA40 f end=0059DCFE +Script_SortAuctionItems 0059DD00 f end=0059DDEA +Script_CancelAuction 0059DDF0 f end=0059DF54 +Script_CloseAuctionHouse 0059F750 f end=0059F758 +Script_GetAuctionSellItemInfo 0059F760 f end=0059F98D +Script_StartAuction 0059F990 f end=0059FD5B +Script_GetAuctionItemTimeLeft 0059FD60 f end=0059FF23 +Script_GetNumStablePets 005A0F60 f end=005A0F94 +Script_GetNumStableSlots 005A0FA0 f end=005A0FD4 +Script_PickupStablePet 005A0FE0 f end=005A1054 +Script_GetSelectedStablePet 005A1060 f end=005A108D +Script_IsAtStableMaster 005A1090 f end=005A10CF +Script_GetStablePetInfo 005A1330 f end=005A14C8 +Script_GetNextStableSlotCost 005A14D0 f end=005A152A +Script_SetPetStablePaperdoll 005A1530 f end=005A169B +Script_GetStablePetFoodTypes 005A16A0 f end=005A17E9 +Script_ClosePetStables 005A1950 f end=005A19B5 +Script_StablePet 005A19C0 f end=005A1AB5 +Script_UnstablePet 005A1AC0 f end=005A1BC2 +Script_BuyStableSlot 005A1BD0 f end=005A1C93 +Script_ClickStablePet 005A1CA0 f end=005A1EC5 +Script_GetNumPetitionItems 005A1F70 f end=005A1FA4 +Script_GetPetitionItemInfo 005A1FB0 f end=005A20E3 +Script_ClickPetitionButton 005A2200 f end=005A2292 +Script_ClosePetitionVendor 005A24F0 f end=005A252F +Script_BuyPetition 005A2530 f end=005A25FB +Script_TurnInPetition 005A2600 f end=005A26CF +Script_TurnInArenaPetition 005A26D0 f end=005A2820 +Script_HasFilledPetition 005A2820 f end=005A287D +Script_GetNumArenaTeamMembers 005A2930 f end=005A29F4 +Script_GetArenaTeamRosterShowOffline 005A2A00 f end=005A2A3A +Script_GetCurrentArenaSeason 005A2A40 f end=005A2A6D +Script_GetPreviousArenaSeason 005A2A70 f end=005A2A9D +Script_GetArenaTeamRosterInfo 005A2FC0 f end=005A325C +Script_GetArenaTeamGdfInfo 005A3260 f end=005A3364 +Script_SetArenaTeamRosterSelection 005A3370 f end=005A340C +Script_GetArenaTeamRosterSelection 005A3410 f end=005A348C +Script_SortArenaTeamRoster 005A3490 f end=005A35DD +Script_SetArenaTeamRosterShowOffline 005A35E0 f end=005A35FD +Script_GetArenaTeam 005A3860 f end=005A3CE4 +Script_ArenaTeamRoster 005A3CF0 f end=005A3D54 +Script_PickupGuildBankMoney 005A4330 f end=005A43B3 +Script_SetCurrentGuildBankTab 005A43C0 f end=005A440B +Script_GetCurrentGuildBankTab 005A4410 f end=005A443F +Script_GetGuildBankMoney 005A4440 f end=005A4493 +Script_GetGuildBankWithdrawMoney 005A44A0 f end=005A44C2 +Script_GetNumGuildBankTabs 005A44D0 f end=005A44FC +Script_CloseGuildBankFrame 005A4500 f end=005A4520 +Script_GetNumGuildBankTransactions 005A4520 f end=005A45AC +Script_GetNumGuildBankMoneyTransactions 005A45B0 f end=005A45D2 +Script_GetGuildBankText 005A45E0 f end=005A469F +Script_GetGuildBankItemLink 005A4D30 f end=005A4E46 +Script_GetGuildBankMoneyTransaction 005A4E50 f end=005A500D +Script_QueryGuildBankTab 005A5CE0 f end=005A5D2F +Script_BuyGuildBankTab 005A5D30 f end=005A5E14 +Script_DepositGuildBankMoney 005A5E20 f end=005A5EE2 +Script_WithdrawGuildBankMoney 005A5EF0 f end=005A5F51 +Script_CanWithdrawGuildBankMoney 005A5F60 f end=005A5FF8 +Script_GetGuildBankItemInfo 005A6000 f end=005A61FA +Script_PickupGuildBankItem 005A6200 f end=005A63EA +Script_AutoStoreGuildBankItem 005A63F0 f end=005A65F2 +Script_SplitGuildBankItem 005A6600 f end=005A67EB +Script_GetGuildBankTabInfo 005A67F0 f end=005A69F9 +Script_SetGuildBankTabInfo 005A6A00 f end=005A6B12 +Script_GetGuildBankTabCost 005A6B20 f end=005A6B9C +Script_GetGuildTabardFileNames 005A6BA0 f end=005A6D50 +Script_QueryGuildBankLog 005A6D50 f end=005A6DB9 +Script_GetGuildBankTransaction 005A6DC0 f end=005A70ED +Script_QueryGuildBankText 005A7110 f end=005A7179 +Script_SetGuildBankText 005A7180 f end=005A7243 +Script_GetActionCount 005A7D10 f end=005A7D87 +Script_GetActionText 005A7D90 f end=005A7E60 +Script_IsUsableAction 005A7E60 f end=005A7F15 +Script_GetBonusBarOffset 005A7F20 f end=005A7F54 +Script_ChangeActionBarPage 005A7F60 f end=005A7FCB +Script_GetActionBarPage 005A7FD0 f end=005A8011 +Script_HasAction 005A8220 f end=005A8290 +Script_SetActionBarToggles 005A8290 f end=005A832F +Script_GetMultiCastTotemSpells 005A8330 f end=005A83B1 +Script_IsStackableAction 005A8720 f end=005A8790 +Script_GetActionBarToggles 005A8790 f end=005A8811 +Script_IsPossessBarVisible 005A8820 f end=005A88A9 +Script_IsEquippedAction 005A8BC0 f end=005A8C30 +Script_GetActionInfo 005A8F10 f end=005A91BB +Script_GetActionCooldown 005A91C0 f end=005A9288 +Script_GetActionAutocast 005A9290 f end=005A9357 +Script_GetActionTexture 005A9B30 f end=005A9B99 +Script_IsAttackAction 005A9BA0 f end=005A9C10 +Script_IsAutoRepeatAction 005A9C10 f end=005A9C80 +Script_IsConsumableAction 005A9C80 f end=005A9CF0 +Script_ActionHasRange 005A9CF0 f end=005A9D4D +Script_IsActionInRange 005A9D50 f end=005A9E17 +Script_IsCurrentAction 005AAD40 f end=005AADB0 +Script_PlaceAction 005AB840 f end=005AB896 +Script_SetMultiCastSpell 005AB8A0 f end=005AB9CD +Script_UseAction 005AC000 f end=005AC084 +Script_PickupAction 005AC090 f end=005AC0D7 +Script_RegisterStaticConstants 005AC320 f end=005AC385 +Script_GMSurveyAnswerSubmit 005AC390 f end=005AC477 +Script_GMSurveyCommentSubmit 005AC480 f end=005AC4C1 +Script_GMSurveyQuestion 005AC750 f end=005AC7C3 +Script_GMSurveyAnswer 005AC7D0 f end=005AC865 +Script_GMSurveyNumAnswers 005AC870 f end=005AC8E5 +Script_GMReportLag 005AD020 f end=005AD064 +Script_GetGMTicket 005AD070 f end=005AD078 +Script_NewGMTicket 005AD080 f end=005AD0EE +Script_UpdateGMTicket 005AD0F0 f end=005AD13F +Script_DeleteGMTicket 005AD140 f end=005AD148 +Script_GMResponseNeedMoreHelp 005AD150 f end=005AD1A3 +Script_GMResponseResolve 005AD1B0 f end=005AD1B8 +Script_GetGMStatus 005AD1C0 f end=005AD228 +Script_GMSurveySubmit 005AD230 f end=005AD238 +Script_EquipmentManagerIgnoreSlotForSave 005AD770 f end=005AD7B2 +Script_EquipmentManagerIsSlotIgnoredForSave 005AD7C0 f end=005AD812 +Script_EquipmentManagerClearIgnoredSlotsForSave 005AD820 f end=005AD828 +Script_EquipmentManagerUnignoreSlotForSave 005AD830 f end=005AD872 +Script_CanUseEquipmentSets 005AD880 f end=005AD8E3 +Script_DeleteEquipmentSet 005AE800 f end=005AE85A +Script_GetEquipmentSetLocations 005AE860 f end=005AEF83 +Script_GetEquipmentSetItemIDs 005AEF90 f end=005AF0C7 +Script_GetNumEquipmentSets 005AF0D0 f end=005AF116 +Script_GetEquipmentSetInfo 005AF120 f end=005AF1CD +Script_GetEquipmentSetInfoByName 005AF1D0 f end=005AF242 +Script_PickupEquipmentSetByName 005AF250 f end=005AF2BB +Script_PickupEquipmentSet 005AF2C0 f end=005AF317 +Script_EquipmentSetContainsLockedItems 005AF320 f end=005AF380 +Script_UseEquipmentSet 005AF380 f end=005AF3F1 +Script_RenameEquipmentSet 005AF910 f end=005AF9BA +Script_SaveEquipmentSet 005AF9C0 f end=005AFBAF +Script_GetCurrencyListSize 005AFD10 f end=005AFD32 +Script_GetCurrencyListInfo 005B0680 f end=005B093C +Script_ExpandCurrencyList 005B0940 f end=005B09AD +Script_SetCurrencyUnused 005B09B0 f end=005B0A1D +Script_SetCurrencyBackpack 005B0A20 f end=005B0A8D +Script_GetBackpackCurrencyInfo 005B0A90 f end=005B0CD2 +Script_CanShowAchievementUI 005B0CE0 f end=005B0CFC +Script_GetCategoryList 005B1390 f end=005B14A3 +Script_GetStatisticsCategoryList 005B14B0 f end=005B15BD +Script_GetCategoryInfo 005B15C0 f end=005B1689 +Script_GetPreviousAchievement 005B1690 f end=005B1713 +Script_GetAchievementInfoFromCriteria 005B1720 f end=005B18D7 +Script_GetAchievementCategory 005B18E0 f end=005B1969 +Script_GetAchievementNumRewards 005B1970 f end=005B19FA +Script_GetAchievementReward 005B1A00 f end=005B1AA7 +Script_SetAchievementComparisonUnit 005B1AB0 f end=005B1BAC +Script_QueryQuestsCompleted 005B1BB0 f end=005B1C18 +Script_GetLatestCompletedAchievements 005B1C20 f end=005B1C8E +Script_GetLatestUpdatedStats 005B1C90 f end=005B1CE7 +Script_GetLatestCompletedComparisonAchievements 005B1CF0 f end=005B1D5E +Script_GetLatestUpdatedComparisonStats 005B1D60 f end=005B1DB7 +Script_GetTotalAchievementPoints 005B1DC0 f end=005B1E3C +Script_GetComparisonAchievementPoints 005B1E40 f end=005B1EBC +Script_HasCompletedAnyAchievement 005B1EC0 f end=005B1EED +Script_GetTrackedAchievements 005B2040 f end=005B208B +Script_IsTrackedAchievement 005B2090 f end=005B2113 +Script_GetNumTrackedAchievements 005B2120 f end=005B2166 +Script_GetCategoryNumAchievements 005B38E0 f end=005B3B2C +Script_GetComparisonCategoryNumAchievements 005B3B30 f end=005B3C9B +Script_GetNumCompletedAchievements 005B3CA0 f end=005B3DBC +Script_GetNumComparisonCompletedAchievements 005B3DC0 f end=005B3EE1 +Script_GetNextAchievement 005B3EF0 f end=005B3FB2 +Script_GetAchievementInfo 005B3FC0 f end=005B475C +Script_ClearAchievementComparisonUnit 005B4760 f end=005B4768 +Script_GetAchievementComparisonInfo 005B4770 f end=005B486E +Script_AddTrackedAchievement 005B4870 f end=005B48CE +Script_RemoveTrackedAchievement 005B48D0 f end=005B490A +Script_GetQuestsCompleted 005B5290 f end=005B530A +Script_GetAchievementNumCriteria 005B5530 f end=005B5613 +Script_GetStatistic 005B5620 f end=005B58AD +Script_GetAchievementCriteriaInfo 005B58B0 f end=005B5E63 +Script_GetComparisonStatistic 005B5E70 f end=005B6101 +Script_GetAchievementLink 005B6110 f end=005B63E8 +Script_GetNumGlyphSockets 005B71E0 f end=005B7202 +Script_GetGlyphSocketInfo 005B7260 f end=005B7408 +Script_GlyphMatchesSocket 005B7410 f end=005B7597 +Script_PlaceGlyphInSocket 005B75A0 f end=005B765E +Script_RemoveGlyphFromSocket 005B7660 f end=005B7739 +Script_GetGlyphLink 005B7740 f end=005B7813 +Script_CalendarGetMonthNames 005B80E0 f end=005B8120 +Script_CalendarGetWeekdayNames 005B8120 f end=005B8160 +Script_CalendarGetDate 005B8160 f end=005B81E1 +Script_CalendarGetMinDate 005B81F0 f end=005B829E +Script_CalendarGetMaxDate 005B82A0 f end=005B8347 +Script_CalendarGetMinHistoryDate 005B8350 f end=005B840C +Script_CalendarGetMaxCreateDate 005B8410 f end=005B8499 +Script_CalendarCloseEvent 005B84A0 f end=005B84C1 +Script_CalendarEventGetNumInvites 005B84D0 f end=005B850F +Script_CalendarContextDeselectEvent 005B8510 f end=005B8536 +Script_CalendarContextEventClipboard 005B8540 f end=005B8570 +Script_CalendarEventSortInvites 005B8570 f end=005B8685 +Script_CalendarEventGetInviteSortCriterion 005B8690 f end=005B8713 +Script_CalendarEventSetStatus 005B8730 f end=005B87CC +Script_CalendarEventSetModerator 005B87D0 f end=005B8836 +Script_CalendarEventClearModerator 005B8840 f end=005B88A6 +Script_CalendarEventIsModerator 005B88B0 f end=005B88DD +Script_CalendarEventCanModerate 005B88E0 f end=005B8962 +Script_CalendarEventGetTypes 005B8970 f end=005B89B3 +Script_CalendarEventGetRepeatOptions 005B89C0 f end=005B8A03 +Script_CalendarEventHaveSettingsChanged 005B8A10 f end=005B8A4C +Script_CalendarEventCanEdit 005B8A50 f end=005B8A9D +Script_CalendarEventGetCalendarType 005B8AA0 f end=005B8ADF +Script_CalendarEventSelectInvite 005B8AE0 f end=005B8B2C +Script_CalendarCanSendInvite 005B8B30 f end=005B8B92 +Script_CalendarCanAddEvent 005B8BA0 f end=005B8C02 +Script_CalendarIsActionPending 005B8C10 f end=005B8C2E +Script_CalendarGetMonth 005B99F0 f end=005B9AB9 +Script_CalendarGetAbsMonth 005B9AC0 f end=005B9BEC +Script_CalendarGetNumDayEvents 005B9BF0 f end=005B9C94 +Script_CalendarGetDayEventSequenceInfo 005B9CA0 f end=005B9E10 +Script_CalendarGetFirstPendingInvite 005B9E10 f end=005B9EA2 +Script_CalendarOpenEvent 005B9EB0 f end=005B9F75 +Script_CalendarGetEventIndex 005B9F80 f end=005B9FFD +Script_CalendarGetRaidInfo 005BA000 f end=005BA217 +Script_CalendarEventGetInvite 005BA220 f end=005BA41D +Script_CalendarEventGetInviteResponseTime 005BA420 f end=005BA592 +Script_CalendarRemoveEvent 005BA5A0 f end=005BA5A8 +Script_CalendarContextSelectEvent 005BA5B0 f end=005BA675 +Script_CalendarContextGetEventIndex 005BA680 f end=005BA6FD +Script_CalendarContextInviteIsPending 005BA700 f end=005BA7EF +Script_CalendarContextInviteModeratorStatus 005BA7F0 f end=005BA90B +Script_CalendarContextInviteStatus 005BA910 f end=005BAA12 +Script_CalendarContextInviteType 005BAA20 f end=005BAB4F +Script_CalendarContextInviteAvailable 005BAB50 f end=005BACF9 +Script_CalendarContextInviteDecline 005BAD00 f end=005BAEA9 +Script_CalendarContextEventCanEdit 005BAEB0 f end=005BAFB7 +Script_CalendarContextEventGetCalendarType 005BAFC0 f end=005BB0BB +Script_CalendarEventRemoveInvite 005BB0C0 f end=005BB124 +Script_CalendarEventGetStatusOptions 005BB130 f end=005BB20F +Script_CalendarEventSetTitle 005BB210 f end=005BB278 +Script_CalendarEventSetDescription 005BB280 f end=005BB2E8 +Script_CalendarEventSetType 005BB2F0 f end=005BB375 +Script_CalendarEventSetRepeatOption 005BB380 f end=005BB405 +Script_CalendarEventSetSize 005BB410 f end=005BB492 +Script_CalendarEventSetDate 005BB4A0 f end=005BB595 +Script_CalendarEventSetTime 005BB5A0 f end=005BB649 +Script_CalendarEventSetLockoutDate 005BB650 f end=005BB745 +Script_CalendarEventSetLockoutTime 005BB750 f end=005BB7F9 +Script_CalendarEventSetTextureID 005BB800 f end=005BB864 +Script_CalendarEventSetLocked 005BB870 f end=005BB8AC +Script_CalendarEventClearLocked 005BB8B0 f end=005BB8EC +Script_CalendarEventSetAutoApprove 005BB8F0 f end=005BB92C +Script_CalendarEventClearAutoApprove 005BB930 f end=005BB96C +Script_CalendarEventGetTextures 005BB970 f end=005BBAF6 +Script_CalendarEventGetSelectedInvite 005BBB00 f end=005BBB3E +Script_CalendarSetMonth 005BCC00 f end=005BCC63 +Script_CalendarAddEvent 005BCC70 f end=005BCC95 +Script_CalendarNewEvent 005BCCA0 f end=005BCCA8 +Script_CalendarMassInviteGuild 005BCCB0 f end=005BCD7E +Script_CalendarNewGuildAnnouncement 005BCD80 f end=005BCD88 +Script_CalendarNewGuildEvent 005BCD90 f end=005BCD98 +Script_CalendarDefaultGuildFilter 005BCDA0 f end=005BCE52 +Script_CalendarMassInviteArenaTeam 005BCE60 f end=005BCEC4 +Script_CalendarUpdateEvent 005BCED0 f end=005BCEF5 +Script_CalendarEventInvite 005BCF00 f end=005BCF24 +Script_CalendarContextInviteTentative 005BCF30 f end=005BD038 +Script_CalendarContextInviteRemove 005BD040 f end=005BD12B +Script_CalendarContextEventSignUp 005BD130 f end=005BD21D +Script_CalendarContextEventRemove 005BD220 f end=005BD338 +Script_CalendarContextEventCopy 005BD340 f end=005BD458 +Script_CalendarContextEventPaste 005BD460 f end=005BD4E5 +Script_CalendarContextEventCanComplain 005BD4F0 f end=005BD600 +Script_CalendarContextEventComplain 005BD600 f end=005BD6D7 +Script_CalendarEventAvailable 005BD6E0 f end=005BD749 +Script_CalendarEventTentative 005BD750 f end=005BD75D +Script_CalendarEventDecline 005BD760 f end=005BD7C9 +Script_CalendarEventSignUp 005BD7D0 f end=005BD7D8 +Script_OpenCalendar 005BD7E0 f end=005BD7F1 +Script_CalendarGetEventInfo 005BD8A0 f end=005BDD85 +Script_CalendarEventHasPendingInvite 005BDD90 f end=005BDDD4 +Script_CalendarGetNumPendingInvites 005BF830 f end=005BF864 +Script_CalendarGetDayEvent 005C1070 f end=005C1475 +Script_CalendarGetHolidayInfo 005C1480 f end=005C15E1 +Script_CalendarSetAbsMonth 005C43B0 f end=005C446C +Script_GetSocketTypes 005C4550 f end=005C4625 +Script_CloseSocketInfo 005C49C0 f end=005C49CF +Script_GetSocketItemInfo 005C49D0 f end=005C4AE5 +Script_GetNumSockets 005C4AF0 f end=005C4B51 +Script_GetNewSocketInfo 005C4B60 f end=005C4D05 +Script_GetNewSocketLink 005C4D10 f end=005C4DB4 +Script_ClickSocketButton 005C4DC0 f end=005C4E94 +Script_GetSocketItemBoundTradeable 005C4EA0 f end=005C4EDA +Script_GetExistingSocketInfo 005C5160 f end=005C533D +Script_GetExistingSocketLink 005C5340 f end=005C5458 +Script_AcceptSockets 005C5460 f end=005C5468 +Script_GetSocketItemRefundable 005C5470 f end=005C54AA +Script_GetMinigameType 005C5500 f end=005C5544 +Script_MakeMinigameMove 005C5550 f end=005C55E7 +Script_GetMinigameState 005C55F0 f end=005C560E +Script_GetActiveTalentGroup 005C5810 f end=005C5876 +Script_GetNumTalentTabs 005C5CC0 f end=005C5D33 +Script_GetNumTalents 005C5D40 f end=005C5DED +Script_GetNumTalentGroups 005C5DF0 f end=005C5E6D +Script_SetActiveTalentGroup 005C5E70 f end=005C5EFC +Script_GetTalentTabInfo 005C6150 f end=005C630D +Script_GetUnspentTalentPoints 005C6310 f end=005C63AE +Script_GetPreviewTalentPointsSpent 005C63B0 f end=005C6418 +Script_GetGroupPreviewTalentPointsSpent 005C6420 f end=005C6472 +Script_LearnPreviewTalents 005C6A10 f end=005C6C56 +Script_ResetPreviewTalentPoints 005C7130 f end=005C71F1 +Script_ResetGroupPreviewTalentPoints 005C7200 f end=005C7286 +Script_GetTalentInfo 005C7800 f end=005C7CD6 +Script_GetTalentLink 005C7CE0 f end=005C7EC2 +Script_GetTalentPrereqs 005C7ED0 f end=005C80D5 +Script_LearnTalent 005C80E0 f end=005C8305 +Script_AddPreviewTalentPoints 005C9590 f end=005C968E +Script_GetNumGuildMembers 005CA130 f end=005CA185 +Script_GetGuildRosterMOTD 005CA190 f end=005CA1AB +Script_SetGuildRosterShowOffline 005CA1B0 f end=005CA1DB +Script_GetGuildRosterShowOffline 005CA1E0 f end=005CA21C +Script_GuildControlGetNumRanks 005CA220 f end=005CA254 +Script_GuildControlSetRank 005CA260 f end=005CA2A7 +Script_GuildControlSetRankFlag 005CA2B0 f end=005CA329 +Script_GetGuildInfoText 005CA330 f end=005CA34B +Script_GetNumGuildEvents 005CA350 f end=005CA372 +Script_GetGuildRosterLastOnline 005CABB0 f end=005CACF7 +Script_GuildRosterSetPublicNote 005CAD00 f end=005CAE1D +Script_GuildRosterSetOfficerNote 005CAE20 f end=005CAF40 +Script_SetGuildRosterSelection 005CAF40 f end=005CAFD0 +Script_GetGuildRosterSelection 005CAFD0 f end=005CAFFD +Script_SortGuildRoster 005CB000 f end=005CB16B +Script_GuildControlSaveRank 005CB170 f end=005CB329 +Script_GuildControlAddRank 005CB330 f end=005CB3E3 +Script_GuildControlDelRank 005CB3F0 f end=005CB461 +Script_SetGuildBankTabPermissions 005CB470 f end=005CB553 +Script_GetGuildBankTabPermissions 005CB560 f end=005CB693 +Script_SetGuildBankWithdrawLimit 005CB6A0 f end=005CB700 +Script_GetGuildBankWithdrawLimit 005CB700 f end=005CB752 +Script_SetGuildBankTabWithdraw 005CB760 f end=005CB804 +Script_GuildRoster 005CB810 f end=005CB818 +Script_SetGuildInfoText 005CB820 f end=005CB8F6 +Script_CanGuildPromote 005CBCF0 f end=005CBD75 +Script_CanGuildDemote 005CBD80 f end=005CBE08 +Script_CanGuildInvite 005CBE10 f end=005CBE95 +Script_CanGuildRemove 005CBEA0 f end=005CBF25 +Script_CanEditMOTD 005CBF30 f end=005CBFB8 +Script_CanEditPublicNote 005CBFC0 f end=005CC048 +Script_CanEditOfficerNote 005CC050 f end=005CC0D8 +Script_CanViewOfficerNote 005CC0E0 f end=005CC168 +Script_CanEditGuildInfo 005CC170 f end=005CC1F8 +Script_CanGuildBankRepair 005CC200 f end=005CC288 +Script_CanEditGuildTabInfo 005CC290 f end=005CC360 +Script_CanEditGuildEvent 005CC360 f end=005CC3D6 +Script_GuildControlGetRankFlags 005CC3E0 f end=005CC46F +Script_QueryGuildEventLog 005CC470 f end=005CC502 +Script_GetGuildRosterInfo 005CC9C0 f end=005CCC84 +Script_GuildControlGetRankName 005CCC90 f end=005CCD8E +Script_GetGuildEventInfo 005CCD90 f end=005CD098 +Script_GetNumSkillLines 005CD1B0 f end=005CD1E4 +Script_CancelSkillUps 005CD820 f end=005CD85E +Script_SetSelectedSkill 005CD860 f end=005CD8E7 +Script_GetSelectedSkill 005CD8F0 f end=005CD91D +Script_GetSkillLineInfo 005CDE20 f end=005CE2B5 +Script_AbandonSkill 005CE2C0 f end=005CE39A +Script_CollapseSkillHeader 005CE3A0 f end=005CE400 +Script_ExpandSkillHeader 005CE400 f end=005CE460 +Script_AddSkillUp 005CE460 f end=005CE4C4 +Script_RemoveSkillUp 005CE4D0 f end=005CE534 +Script_GetAdjustedSkillPoints 005CE540 f end=005CE5CB +Script_AcceptSkillUps 005CE5D0 f end=005CE6E6 +Script_BuySkillTier 005CE6F0 f end=005CE862 +Script_GetNumPetitionNames 005CEAC0 f end=005CEAF4 +Script_GetPetitionInfo 005CECE0 f end=005CEE2D +Script_GetPetitionNameInfo 005CEE30 f end=005CEEF0 +Script_ClosePetition 005CF020 f end=005CF035 +Script_CanSignPetition 005CF040 f end=005CF131 +Script_SignPetition 005CF140 f end=005CF21B +Script_OfferPetition 005CF220 f end=005CF446 +Script_RenamePetition 005CF450 f end=005CF529 +Script_StartDuel 005CF950 f end=005CF9BB +Script_AcceptDuel 005CFDB0 f end=005CFDB8 +Script_GetNumFactions 005CFF20 f end=005CFF54 +Script_IsFactionInactive 005D0740 f end=005D07B0 +Script_SetSelectedFaction 005D07B0 f end=005D0814 +Script_GetSelectedFaction 005D0820 f end=005D084D +Script_GetFactionInfo 005D1150 f end=005D11D4 +Script_GetFactionInfoByID 005D11E0 f end=005D1240 +Script_GetWatchedFactionInfo 005D1240 f end=005D1384 +Script_FactionToggleAtWar 005D1390 f end=005D141B +Script_SetWatchedFactionIndex 005D1420 f end=005D148E +Script_SetFactionInactive 005D1E50 f end=005D1ED1 +Script_SetFactionActive 005D1EE0 f end=005D1F61 +Script_CollapseFactionHeader 005D1F70 f end=005D1FB9 +Script_CollapseAllFactionHeaders 005D1FC0 f end=005D1FD3 +Script_ExpandAllFactionHeaders 005D1FE0 f end=005D1FF3 +Script_ExpandFactionHeader 005D2000 f end=005D2049 +Script_IsPetAttackActive 005D3160 f end=005D317C +Script_GetPetTimeRemaining 005D3180 f end=005D31E7 +Script_PetHasActionBar 005D3720 f end=005D3779 +Script_PetCanBeAbandoned 005D3780 f end=005D3817 +Script_PetCanBeDismissed 005D3820 f end=005D38B9 +Script_PetCanBeRenamed 005D38C0 f end=005D3957 +Script_HasPetUI 005D3960 f end=005D3A1D +Script_GetPetExperience 005D3A20 f end=005D3AF4 +Script_GetPetHappiness 005D3B00 f end=005D3BC1 +Script_GetPetFoodTypes 005D3BD0 f end=005D3CDA +Script_GetPetIcon 005D3CE0 f end=005D3D79 +Script_GetPetTalentTree 005D3D80 f end=005D3E78 +Script_GetPetActionInfo 005D4EC0 f end=005D5258 +Script_GetPetActionCooldown 005D5280 f end=005D53BA +Script_GetPetActionsUsable 005D53C0 f end=005D53FF +Script_GetPetActionSlotUsable 005D5400 f end=005D54B8 +Script_PetPassiveMode 005D54C0 f end=005D54EC +Script_PetDefensiveMode 005D54F0 f end=005D551C +Script_PetAggressiveMode 005D5520 f end=005D554C +Script_PetWait 005D5550 f end=005D557C +Script_PetFollow 005D5580 f end=005D55AC +Script_PetAttack 005D55B0 f end=005D5640 +Script_PetStopAttack 005D5640 f end=005D5648 +Script_PetAbandon 005D5650 f end=005D5658 +Script_PetDismiss 005D5660 f end=005D5668 +Script_PetRename 005D5670 f end=005D581B +Script_GetPossessInfo 005D5820 f end=005D5A05 +Script_IsPetAttackAction 005D5A10 f end=005D5A5C +Script_PickupPetAction 005D65C0 f end=005D66E5 +Script_TogglePetAutocast 005D66F0 f end=005D67A4 +Script_CastPetAction 005D67B0 f end=005D68FE +Script_ContainerIDToInventoryID 005D6F60 f end=005D6FEB +Script_GetMaxArenaCurrency 005D6FF0 f end=005D7012 +Script_SetBagPortraitTexture 005D7180 f end=005D729B +Script_GetContainerNumSlots 005D74A0 f end=005D758A +Script_GetContainerNumFreeSlots 005D7590 f end=005D7820 +Script_GetContainerFreeSlots 005D7820 f end=005D7A82 +Script_GetContainerItemInfo 005D7A90 f end=005D7C71 +Script_GetContainerItemLink 005D7C80 f end=005D7CFF +Script_GetContainerItemID 005D7D00 f end=005D7D84 +Script_GetContainerItemCooldown 005D7D90 f end=005D7EED +Script_GetContainerItemDurability 005D7EF0 f end=005D7FE6 +Script_PickupContainerItem 005D7FF0 f end=005D84E4 +Script_SplitContainerItem 005D84F0 f end=005D864E +Script_UseContainerItem 005D8650 f end=005D8B06 +Script_SocketContainerItem 005D8B10 f end=005D8BC7 +Script_ShowContainerSellCursor 005D8BD0 f end=005D8C61 +Script_GetBagName 005D8C70 f end=005D8D7F +Script_GetContainerItemPurchaseInfo 005D8D80 f end=005D8F61 +Script_GetContainerItemPurchaseItem 005D8F70 f end=005D91A1 +Script_ContainerRefundItemPurchase 005D91B0 f end=005D92F2 +Script_GetContainerItemGems 005D9300 f end=005D93FF +Script_GetContainerItemQuestInfo 005D9400 f end=005D953B +Script_GetNumTradeSkills 005DA120 f end=005DA142 +Script_GetTradeSkillItemNameFilter 005DA150 f end=005DA16C +Script_GetTradeSkillItemLevelFilter 005DA170 f end=005DA1AE +Script_GetTradeSkillSubClassFilter 005DA1B0 f end=005DA267 +Script_GetTradeskillRepeatCount 005DA270 f end=005DA2D5 +Script_StopTradeSkillRepeat 005DA2E0 f end=005DA30D +Script_IsTradeSkillLinked 005DA310 f end=005DA391 +Script_CloseTradeSkill 005DA8B0 f end=005DA8FB +Script_SelectTradeSkill 005DA900 f end=005DA967 +Script_GetTradeSkillSelectionIndex 005DA970 f end=005DA99D +Script_GetTradeSkillCooldown 005DA9A0 f end=005DAA68 +Script_GetTradeSkillSubClasses 005DAA70 f end=005DAB6C +Script_GetFirstTradeSkill 005DAB70 f end=005DABF6 +Script_DoTradeSkill 005DAC00 f end=005DACD2 +Script_GetTradeSkillInfo 005DB2A0 f end=005DB543 +Script_GetTradeSkillIcon 005DB550 f end=005DB6D2 +Script_GetTradeSkillNumMade 005DB6E0 f end=005DB808 +Script_GetTradeSkillLine 005DB810 f end=005DB919 +Script_GetTradeSkillRecipeLink 005DB920 f end=005DBA61 +Script_GetTradeSkillItemLink 005DBA70 f end=005DBBA0 +Script_GetTradeSkillNumReagents 005DBBA0 f end=005DBCB6 +Script_GetTradeSkillReagentItemLink 005DBCC0 f end=005DBE05 +Script_GetTradeSkillDescription 005DBE10 f end=005DBF0A +Script_GetTradeSkillInvSlots 005DBF10 f end=005DBF8E +Script_GetTradeSkillInvSlotFilter 005DBF90 f end=005DC0A8 +Script_GetTradeSkillListLink 005DC0B0 f end=005DC109 +Script_SetTradeSkillItemNameFilter 005DD070 f end=005DD08D +Script_SetTradeSkillItemLevelFilter 005DD090 f end=005DD0ED +Script_SetTradeSkillSubClassFilter 005DD0F0 f end=005DD22B +Script_SetTradeSkillInvSlotFilter 005DD230 f end=005DD3DD +Script_TradeSkillOnlyShowMakeable 005DD3E0 f end=005DD41A +Script_TradeSkillOnlyShowSkillUps 005DD420 f end=005DD45A +Script_CollapseTradeSkillSubClass 005DD460 f end=005DD4F6 +Script_ExpandTradeSkillSubClass 005DD500 f end=005DD594 +Script_GetTradeSkillReagentInfo 005DE400 f end=005DE619 +Script_GetTradeSkillTools 005DE620 f end=005DE8B6 +Script_GetNumQuestLogEntries 005DF010 f end=005DF094 +Script_GetQuestLogSelection 005DF0A0 f end=005DF0CD +Script_SetAbandonQuest 005DF0D0 f end=005DF0DD +Script_GetAbandonQuestName 005DF0E0 f end=005DF143 +Script_GetNumQuestLogRewards 005DF150 f end=005DF1C8 +Script_GetNumQuestLogChoices 005DF1D0 f end=005DF246 +Script_GetQuestLogItemLink 005DF250 f end=005DF395 +Script_GetQuestLogRewardTalents 005DF3A0 f end=005DF3F6 +Script_GetQuestLogRewardArenaPoints 005DF400 f end=005DF456 +Script_GetQuestLogRequiredMoney 005DF460 f end=005DF51C +Script_GetQuestLogPushable 005DF520 f end=005DF5CD +Script_GetNumQuestWatches 005DF5D0 f end=005DF604 +Script_IsQuestWatched 005DF610 f end=005DF6F7 +Script_RemoveQuestWatch 005DF700 f end=005DF77D +Script_GetQuestIndexForWatch 005DF780 f end=005DF862 +Script_GetQuestLogGroupNum 005DF870 f end=005DF89E +Script_ProcessQuestLogRewardFactions 005DF8A0 f end=005DF910 +Script_GetNumQuestLogRewardFactions 005DF910 f end=005DF932 +Script_GetQuestLogRewardFactionInfo 005DF940 f end=005DFA02 +Script_GetQuestSortIndex 005DFA10 f end=005DFA74 +Script_QuestPOIGetQuestIDByIndex 005DFA80 f end=005DFAF5 +Script_SetPOIIconOverlapDistance 005DFB00 f end=005DFB3F +Script_SetPOIIconOverlapPushDistance 005DFB40 f end=005DFB95 +Script_ShiftQuestWatches 005DFBA0 f end=005DFC40 +Script_GetQuestWatchIndex 005DFC40 f end=005DFD1D +Script_SelectQuestLogEntry 005E02F0 f end=005E0337 +Script_GetQuestLogQuestText 005E0340 f end=005E041F +Script_QuestPOIGetIconInfo 005E0590 f end=005E06C1 +Script_GetQuestLogCompletionText 005E06D0 f end=005E07F7 +Script_GetAbandonQuestItems 005E3D60 f end=005E405D +Script_AbandonQuest 005E4060 f end=005E4068 +Script_IsUnitOnQuest 005E4070 f end=005E419C +Script_GetNumQuestLeaderBoards 005E41A0 f end=005E425E +Script_GetNumQuestItemDrops 005E4260 f end=005E431E +Script_GetQuestLogTimeLeft 005E4320 f end=005E43E6 +Script_IsCurrentQuestFailed 005E43F0 f end=005E4484 +Script_GetQuestLogRewardInfo 005E4490 f end=005E4660 +Script_GetQuestLogChoiceInfo 005E4660 f end=005E4833 +Script_GetQuestLogSpellLink 005E4840 f end=005E48EE +Script_GetQuestLogRewardMoney 005E48F0 f end=005E49A3 +Script_GetQuestLogRewardXP 005E49B0 f end=005E4B64 +Script_GetQuestLogRewardHonor 005E4B70 f end=005E4C0C +Script_GetQuestLogRewardTitle 005E4C10 f end=005E4D10 +Script_GetQuestLogRewardSpell 005E4D10 f end=005E4ECB +Script_QuestLogPushQuest 005E4ED0 f end=005E4FA4 +Script_GetQuestIndexForTimer 005E4FB0 f end=005E50F7 +Script_CollapseQuestHeader 005E5100 f end=005E5149 +Script_ExpandQuestHeader 005E5150 f end=005E5199 +Script_GetQuestGreenRange 005E51A0 f end=005E51CA +Script_GetQuestLink 005E51D0 f end=005E52C2 +Script_GetQuestLogSpecialItemInfo 005E52D0 f end=005E53CB +Script_GetQuestLogSpecialItemCooldown 005E53D0 f end=005E54BB +Script_IsQuestLogSpecialItemInRange 005E54C0 f end=005E5634 +Script_UseQuestLogSpecialItem 005E5640 f end=005E56BC +Script_GetQuestWorldMapAreaID 005E56C0 f end=005E573A +Script_QuestPOIUpdateIcons 005E5740 f end=005E5748 +Script_QuestPOIGetQuestIDByVisibleIndex 005E5750 f end=005E57DC +Script_GetQuestLogTitle 005E5CC0 f end=005E5F59 +Script_GetQuestLogLeaderBoard 005E5F60 f end=005E60CF +Script_GetQuestLogItemDrop 005E60D0 f end=005E623F +Script_GetQuestTimers 005E6240 f end=005E63CE +Script_QuestMapUpdateAllQuests 005E63D0 f end=005E64AE +Script_SortQuestWatches 005E64B0 f end=005E64CF +Script_GetQuestPOILeaderBoard 005E6650 f end=005E67BC +Script_AddQuestWatch 005E67C0 f end=005E687A +Script_GetQuestResetTime 005E6DE0 f end=005E6E31 +Script_KeyRingButtonIDToInvSlotID 005E7700 f end=005E7758 +Script_HasInspectHonorData 005E7780 f end=005E77BA +Script_GetInspectHonorData 005E77C0 f end=005E7885 +Script_ClearInspectPlayer 005E7890 f end=005E78E3 +Script_GetInventorySlotInfo 005E7D60 f end=005E7E51 +Script_GetInventoryItemCooldown 005E7E60 f end=005E7F9C +Script_GetInventoryAlertStatus 005E7FA0 f end=005E8030 +Script_GetInspectArenaTeamData 005E8030 f end=005E8284 +Script_GetInventoryItemsForSlot 005E95C0 f end=005E9BB5 +Script_GetInventoryItemTexture 005E9BC0 f end=005E9D71 +Script_GetInventoryItemBroken 005E9D80 f end=005E9E31 +Script_GetInventoryItemCount 005E9E40 f end=005EA040 +Script_GetInventoryItemQuality 005EA040 f end=005EA164 +Script_GetInventoryItemDurability 005EA170 f end=005EA265 +Script_GetInventoryItemLink 005EA270 f end=005EA3DC +Script_GetInventoryItemID 005EA3E0 f end=005EA4E6 +Script_GetInventoryItemGems 005EA4F0 f end=005EA5EF +Script_PickupInventoryItem 005EA5F0 f end=005EA625 +Script_UseInventoryItem 005EA630 f end=005EA69D +Script_SocketInventoryItem 005EA6A0 f end=005EA6DA +Script_IsInventoryItemLocked 005EA6E0 f end=005EA77C +Script_PutItemInBag 005EA780 f end=005EA7F0 +Script_PutItemInBackpack 005EA7F0 f end=005EA832 +Script_PickupBagFromSlot 005EA840 f end=005EA87A +Script_CursorCanGoInSlot 005EA880 f end=005EA924 +Script_ShowInventorySellCursor 005EA930 f end=005EA9A7 +Script_SetInventoryPortraitTexture 005EA9B0 f end=005EAAEC +Script_GetGuildInfo 005EAAF0 f end=005EABF9 +Script_UpdateInventoryAlertStatus 005EAC00 f end=005EAC08 +Script_OffhandHasWeapon 005EAC10 f end=005EAC81 +Script_RequestInspectHonorData 005EAC90 f end=005EAC98 +Script_GetWeaponEnchantInfo 005EACA0 f end=005EAE8C +Script_HasWandEquipped 005EAE90 f end=005EAF27 +Script_VehicleAimGetNormPower 005F9550 f end=005F9572 +Script_IsMouselooking 005F9DD0 f end=005F9E0F +Script_VehicleAimGetAngle 005F9E10 f end=005F9E5C +Script_VehicleAimGetNormAngle 005F9E60 f end=005F9F06 +Script_VehicleAimSetNormPower 005F9F10 f end=005F9F6E +Script_IsVehicleAimAngleAdjustable 005F9F70 f end=005F9FDB +Script_IsVehicleAimPowerAdjustable 005F9FE0 f end=005FA04B +Script_DetectWowMouse 005FA050 f end=005FA05E +Script_ToggleRun 005FAAE0 f end=005FAB6D +Script_VehicleExit 005FB660 f end=005FB6C8 +Script_VehiclePrevSeat 005FB6D0 f end=005FB71B +Script_VehicleNextSeat 005FB720 f end=005FB76B +Script_VehicleAimIncrement 005FB770 f end=005FB7CB +Script_VehicleAimDecrement 005FB7D0 f end=005FB81C +Script_VehicleAimRequestAngle 005FB820 f end=005FB8B1 +Script_VehicleAimRequestNormAngle 005FB8C0 f end=005FB967 +Script_IsUsingVehicleControls 005FB970 f end=005FB9B5 +Script_CanExitVehicle 005FB9C0 f end=005FBA05 +Script_CanSwitchVehicleSeats 005FBA10 f end=005FBA55 +Script_JumpOrAscendStart 005FBF80 f end=005FC095 +Script_AscendStop 005FC0A0 f end=005FC0E2 +Script_DescendStop 005FC140 f end=005FC182 +Script_ToggleAutoRun 005FC190 f end=005FC1FA +Script_MoveForwardStart 005FC200 f end=005FC242 +Script_MoveForwardStop 005FC250 f end=005FC28F +Script_MoveBackwardStart 005FC290 f end=005FC2D2 +Script_MoveBackwardStop 005FC2E0 f end=005FC31F +Script_TurnLeftStart 005FC320 f end=005FC360 +Script_TurnLeftStop 005FC360 f end=005FC3A2 +Script_TurnRightStart 005FC3B0 f end=005FC3F0 +Script_TurnRightStop 005FC3F0 f end=005FC432 +Script_StrafeLeftStart 005FC440 f end=005FC482 +Script_StrafeLeftStop 005FC490 f end=005FC4CF +Script_StrafeRightStart 005FC4D0 f end=005FC515 +Script_StrafeRightStop 005FC520 f end=005FC562 +Script_VehicleAimUpStop 005FC570 f end=005FC5B2 +Script_VehicleAimDownStop 005FC5C0 f end=005FC602 +Script_TurnOrActionStart 005FC610 f end=005FC671 +Script_TurnOrActionStop 005FC680 f end=005FC6BB +Script_CameraOrSelectOrMoveStart 005FC6C0 f end=005FC721 +Script_CameraOrSelectOrMoveStop 005FC730 f end=005FC77E +Script_MoveAndSteerStart 005FC780 f end=005FC825 +Script_MoveAndSteerStop 005FC830 f end=005FC885 +Script_MouselookStop 005FC890 f end=005FC8D2 +Script_VehicleAimUpStart 005FC8E0 f end=005FC920 +Script_VehicleAimDownStart 005FC920 f end=005FC960 +Script_MouselookStart 005FCC10 f end=005FCC59 +Script_SetMouselookOverrideBinding 005FD550 f end=005FD5B8 +Script_MoveViewInStart 005FF080 f end=005FF093 +Script_MoveViewInStop 005FF0A0 f end=005FF0C6 +Script_MoveViewOutStart 005FF0D0 f end=005FF0E6 +Script_MoveViewOutStop 005FF0F0 f end=005FF116 +Script_MoveViewRightStart 005FF120 f end=005FF136 +Script_MoveViewRightStop 005FF140 f end=005FF166 +Script_MoveViewLeftStart 005FF170 f end=005FF186 +Script_MoveViewLeftStop 005FF190 f end=005FF1B9 +Script_MoveViewUpStart 005FF1C0 f end=005FF1D6 +Script_MoveViewUpStop 005FF1E0 f end=005FF20C +Script_MoveViewDownStart 005FF210 f end=005FF226 +Script_MoveViewDownStop 005FF230 f end=005FF25C +Script_SaveView 005FF260 f end=005FF2B7 +Script_FlipCameraYaw 005FF2C0 f end=005FF31B +Script_CameraZoomIn 006017E0 f end=00601838 +Script_CameraZoomOut 00601840 f end=00601898 +Script_VehicleCameraZoomIn 006018A0 f end=006018A9 +Script_VehicleCameraZoomOut 006018B0 f end=006018B9 +Script_SetView 006039B0 f end=00603A0F +Script_ResetView 00604C80 f end=00604CD3 +Script_NextView 00604CE0 f end=00604D0A +Script_PrevView 00604D10 f end=00604D3A +Script_GetTime 006081F0 f end=0060822A +Script_GetGameTime 00608230 f end=00608266 +Script_ConsoleExec 00608270 f end=006082B6 +Script_GetMaxCombatRatingBonus 006082C0 f end=00608364 +Script_GetWaterDetail 00608560 f end=0060857E +Script_CanSwitchVehicleSeat 00608580 f end=006085C1 +Script_GetItemStats 00608690 f end=00608760 +Script_GetItemStatDelta 00608760 f end=0060887A +Script_IsLoggedIn 0060A450 f end=0060A48A +Script_GetPlayerFacing 0060A490 f end=0060A50A +Script_FillLocalizedClassList 0060A510 f end=0060A5CE +Script_UnitExists 0060C2A0 f end=0060C342 +Script_UnitIsVisible 0060C350 f end=0060C3C5 +Script_UnitIsUnit 0060C3D0 f end=0060C4A3 +Script_UnitIsPlayer 0060C4B0 f end=0060C542 +Script_UnitIsInMyGuild 0060C550 f end=0060C6E9 +Script_UnitIsCorpse 0060C6F0 f end=0060C76F +Script_UnitIsPartyLeader 0060C770 f end=0060C810 +Script_UnitGroupRolesAssigned 0060C810 f end=0060C89F +Script_UnitIsRaidOfficer 0060C8A0 f end=0060C916 +Script_UnitInParty 0060C920 f end=0060C998 +Script_UnitPlayerOrPetInParty 0060C9A0 f end=0060CA18 +Script_UnitInRaid 0060CA20 f end=0060CA94 +Script_UnitInBattleground 0060CAA0 f end=0060CB1D +Script_UnitPlayerOrPetInRaid 0060CB20 f end=0060CB98 +Script_UnitPlayerControlled 0060CBA0 f end=0060CC29 +Script_UnitIsAFK 0060CC30 f end=0060CD44 +Script_UnitIsDND 0060CD50 f end=0060CE20 +Script_UnitIsPVP 0060CE20 f end=0060CF15 +Script_UnitIsPVPSanctuary 0060CF20 f end=0060CFA4 +Script_UnitIsPVPFreeForAll 0060CFB0 f end=0060D091 +Script_UnitFactionGroup 0060D0A0 f end=0060D27B +Script_UnitReaction 0060D280 f end=0060D328 +Script_UnitIsEnemy 0060D330 f end=0060D3CF +Script_UnitIsFriend 0060D3D0 f end=0060D52E +Script_UnitCanCooperate 0060D530 f end=0060D68E +Script_UnitCanAssist 0060D690 f end=0060D730 +Script_UnitCanAttack 0060D730 f end=0060D7CE +Script_UnitIsCharmed 0060D7D0 f end=0060D853 +Script_UnitIsPossessed 0060D860 f end=0060D8E4 +Script_PlayerCanTeleport 0060D8F0 f end=0060D961 +Script_UnitClassification 0060D970 f end=0060D9F3 +Script_UnitSelectionColor 0060DA00 f end=0060DB11 +Script_IsInGuild 0060DB20 f end=0060DB7C +Script_IsGuildLeader 0060DB80 f end=0060DBE2 +Script_IsInArenaTeam 0060DBF0 f end=0060DC69 +Script_IsArenaTeamCaptain 0060DC70 f end=0060DD3C +Script_IsResting 0060DD40 f end=0060DDA1 +Script_GetCombatRating 0060DDB0 f end=0060DE6F +Script_GetCombatRatingBonus 0060DE70 f end=0060DF2A +Script_GetDodgeChance 0060DF30 f end=0060DF8F +Script_GetBlockChance 0060DF90 f end=0060DFEF +Script_GetShieldBlock 0060DFF0 f end=0060E067 +Script_GetParryChance 0060E070 f end=0060E0CF +Script_GetCritChance 0060E0D0 f end=0060E12F +Script_GetCritChanceFromAgility 0060E130 f end=0060E1B0 +Script_GetSpellCritChanceFromIntellect 0060E1B0 f end=0060E230 +Script_GetRangedCritChance 0060E230 f end=0060E28F +Script_GetSpellCritChance 0060E290 f end=0060E30E +Script_GetSpellBonusDamage 0060E310 f end=0060E3A8 +Script_GetSpellBonusHealing 0060E3B0 f end=0060E40F +Script_GetPetSpellBonusDamage 0060E410 f end=0060E46F +Script_GetSpellPenetration 0060E470 f end=0060E4DC +Script_GetArmorPenetration 0060E4E0 f end=0060E560 +Script_GetAttackPowerForStat 0060E560 f end=0060E626 +Script_UnitGUID 0060E630 f end=0060E731 +Script_UnitName 0060E740 f end=0060E994 +Script_UnitPVPName 0060E9A0 f end=0060EA53 +Script_UnitXP 0060EA60 f end=0060EADB +Script_UnitXPMax 0060EAE0 f end=0060EB5B +Script_UnitHealth 0060EB60 f end=0060EC57 +Script_UnitHealthMax 0060EC60 f end=0060ED37 +Script_UnitPower 0060ED40 f end=0060EF3B +Script_UnitPowerMax 0060EF40 f end=0060F0F2 +Script_UnitPowerType 0060F100 f end=0060F34F +Script_UnitOnTaxi 0060F350 f end=0060F3CE +Script_UnitIsFeignDeath 0060F3D0 f end=0060F47A +Script_UnitIsDead 0060F480 f end=0060F574 +Script_UnitIsGhost 0060F580 f end=0060F675 +Script_UnitIsDeadOrGhost 0060F680 f end=0060F783 +Script_UnitIsConnected 0060F790 f end=0060F85C +Script_UnitAffectingCombat 0060F860 f end=0060F8DE +Script_UnitSex 0060F8E0 f end=0060F9D8 +Script_UnitLevel 0060F9E0 f end=0060FB91 +Script_GetMoney 0060FBA0 f end=0060FC39 +Script_GetHonorCurrency 0060FC40 f end=0060FCB5 +Script_GetArenaCurrency 0060FCC0 f end=0060FD35 +Script_UnitRace 0060FD40 f end=0060FEBC +Script_UnitClass 0060FEC0 f end=0061003C +Script_UnitClassBase 00610040 f end=00610198 +Script_UnitResistance 006101A0 f end=006102F1 +Script_UnitStat 00610300 f end=00610441 +Script_UnitAttackBothHands 00610450 f end=0061054B +Script_UnitRangedDamage 00610550 f end=006107C1 +Script_UnitRangedAttack 006107D0 f end=0061085D +Script_UnitDamage 00610860 f end=006109F2 +Script_UnitAttackSpeed 00610A00 f end=00610B59 +Script_UnitAttackPower 00610B60 f end=00610C93 +Script_UnitRangedAttackPower 00610CA0 f end=00610DD3 +Script_UnitDefense 00610DE0 f end=00610EB4 +Script_UnitArmor 00610EC0 f end=00610FA6 +Script_UnitCharacterPoints 00610FB0 f end=00611092 +Script_UnitIsTapped 00611130 f end=006111A9 +Script_UnitIsTappedByPlayer 006111B0 f end=00611229 +Script_UnitIsTappedByAllThreatList 00611230 f end=006112A9 +Script_UnitIsTrivial 006112B0 f end=00611327 +Script_UnitHasRelicSlot 00611330 f end=006113D9 +Script_SetPortraitTexture 006113E0 f end=006115F9 +Script_HasFullControl 00611600 f end=0061166E +Script_GetComboPoints 00611670 f end=00611779 +Script_UnitCreatureType 00611780 f end=00611812 +Script_UnitCreatureFamily 00611820 f end=006118B2 +Script_GetResSicknessDuration 006118C0 f end=00611A1C +Script_GetPVPSessionStats 00611A20 f end=00611ACB +Script_GetPVPYesterdayStats 00611AD0 f end=00611B7B +Script_GetPVPLifetimeStats 00611B80 f end=00611C38 +Script_UnitPVPRank 00611C40 f end=00611CA2 +Script_GetPVPRankInfo 00611CB0 f end=00611DE9 +Script_UnitCastingInfo 00611DF0 f end=0061208A +Script_UnitChannelInfo 00612090 f end=00612260 +Script_IsFlyableArea 00612260 f end=006122F4 +Script_IsIndoors 00612300 f end=0061235B +Script_IsOutdoors 00612360 f end=006123BB +Script_IsOutOfBounds 006123C0 f end=00612421 +Script_IsFalling 00612430 f end=00612497 +Script_IsSwimming 006124A0 f end=006124FC +Script_IsFlying 00612500 f end=00612592 +Script_IsMounted 006125A0 f end=00612605 +Script_IsStealthed 00612610 f end=0061266F +Script_UnitIsSameServer 00612670 f end=006127E6 +Script_GetUnitHealthModifier 006127F0 f end=00612870 +Script_GetUnitMaxHealthModifier 00612870 f end=006128FB +Script_GetUnitPowerModifier 00612900 f end=00612980 +Script_GetUnitHealthRegenRateFromSpirit 00612980 f end=00612A00 +Script_GetUnitManaRegenRateFromSpirit 00612A00 f end=00612A86 +Script_GetManaRegen 00612A90 f end=00612B38 +Script_GetPowerRegen 00612B40 f end=00612BE6 +Script_GetExpertise 00612BF0 f end=00612CA4 +Script_GetExpertisePercent 00612CB0 f end=00612D4B +Script_ReportPlayerIsPVPAFK 00612D50 f end=00612E17 +Script_PlayerIsPVPInactive 00612E20 f end=00612F08 +Script_UnitInRange 00612F10 f end=00613020 +Script_GetRuneCooldown 00613020 f end=0061313E +Script_GetRuneCount 00613140 f end=006131DB +Script_GetRuneType 006131E0 f end=00613207 +Script_GetUnitSpeed 00613290 f end=0061332B +Script_GetUnitPitch 00613330 f end=006133CB +Script_UnitInVehicle 006133D0 f end=0061349E +Script_UnitUsingVehicle 006134A0 f end=0061356E +Script_UnitControllingVehicle 00613570 f end=006135FE +Script_UnitInVehicleControlSeat 00613700 f end=00613740 +Script_UnitHasVehicleUI 00613740 f end=00613780 +Script_UnitTargetsVehicleInRaidUI 00613780 f end=006137C1 +Script_UnitVehicleSkin 006137D0 f end=00613822 +Script_UnitVehicleSeatCount 00613830 f end=006138BC +Script_UnitVehicleSeatInfo 006138C0 f end=006139A6 +Script_UnitSwitchToVehicleSeat 006139B0 f end=00613A5C +Script_UnitThreatSituation 00613A60 f end=00613B31 +Script_UnitDetailedThreatSituation 00613B40 f end=00613C85 +Script_UnitIsControlling 00613C90 f end=00613D1C +Script_CanEjectPassengerFromSeat 00613D20 f end=00613E0F +Script_EjectPassengerFromSeat 00613E10 f end=00613ECD +Script_RespondInstanceLock 00613ED0 f end=00613F8C +Script_GetPlayerInfoByGUID 00613F90 f end=0061413A +Script_IsXPUserDisabled 00614140 f end=00614187 +Script_UnitBuff 00614CA0 f end=00614CEF +Script_UnitDebuff 00614CF0 f end=00614D3F +Script_UnitAura 00614D40 f end=00614D83 +Script_GetVehicleUIIndicator 00614E60 f end=00614EEE +Script_GetVehicleUIIndicatorSeat 00614EF0 f end=00614FC6 +Script_GetNumWhoResults 006B33D0 f end=006B3428 +Script_SetWhoToUI 006B3430 f end=006B344C +Script_GetNumFriends 006B4060 f end=006B412B +Script_GetFriendInfo 006B4130 f end=006B43F3 +Script_SetSelectedFriend 006B4400 f end=006B44A8 +Script_GetSelectedFriend 006B44B0 f end=006B44E3 +Script_ShowFriends 006B44F0 f end=006B455F +Script_GetNumIgnores 006B4560 f end=006B45BB +Script_GetNumMutes 006B45C0 f end=006B461B +Script_GetIgnoreName 006B4620 f end=006B4759 +Script_GetMuteName 006B4760 f end=006B4899 +Script_SetSelectedIgnore 006B48A0 f end=006B4943 +Script_SetSelectedMute 006B4950 f end=006B49F3 +Script_GetSelectedIgnore 006B4A00 f end=006B4A33 +Script_GetSelectedMute 006B4A40 f end=006B4A73 +Script_GetWhoInfo 006B4A80 f end=006B4C7D +Script_SortWho 006B4EB0 f end=006B4EDA +Script_AddFriend 006B6AF0 f end=006B6B44 +Script_SendWho 006B6B50 f end=006B6BA0 +Script_AddOrDelIgnore 006B6BA0 f end=006B6BCB +Script_AddOrDelMute 006B6BD0 f end=006B6BFB +Script_AddIgnore 006B6C00 f end=006B6C2B +Script_AddMute 006B6C30 f end=006B6C5B +Script_IsIgnored 006B6C60 f end=006B6CE7 +Script_IsMuted 006B6CF0 f end=006B6D75 +Script_IsIgnoredOrMuted 006B6D80 f end=006B6E05 +Script_AddOrRemoveFriend 006B7B70 f end=006B7BC4 +Script_RemoveFriend 006B7BD0 f end=006B7C8A +Script_SetFriendNotes 006B7C90 f end=006B7D6F +Script_DelIgnore 006B7D70 f end=006B7D9B +Script_DelMute 006B7DA0 f end=006B7DCB +Script_CombatTextSetActiveUnit 0074D580 f end=0074D5A8 +Script_CombatLogSetRetentionTime 0074D5B0 f end=0074D5FD +Script_CombatLog_Object_IsA 0074D600 f end=0074D6A3 +Script_CombatLogGetRetentionTime 0074D9E0 f end=0074D9FF +Script_CombatLogGetCurrentEntry 0074F2B0 f end=0074F2CC +Script_CombatLogResetFilter 0074FA60 f end=0074FA6D +Script_CombatLogGetNumEntries 0074FA70 f end=0074FADD +Script_CombatLogSetCurrentEntry 0074FAE0 f end=0074FC20 +Script_CombatLogAdvanceEntry 0074FC20 f end=0074FD36 +Script_CombatLogAddFilter 0074FF70 f end=00750206 +Script_CombatLogClearEntries 00751120 f end=0075114B +Script_VoiceEnumerateOutputDevices 007DAB80 f end=007DAC34 +Script_VoiceEnumerateCaptureDevices 007DAC40 f end=007DACEA +Script_VoiceSelectOutputDevice 007DACF0 f end=007DADD2 +Script_VoiceSelectCaptureDevice 007DAE40 f end=007DAF22 +Script_VoiceGetCurrentOutputDevice 007DAF90 f end=007DAFD7 +Script_VoiceGetCurrentCaptureDevice 007DAFE0 f end=007DB027 +Script_GetNumVoiceSessions 007DB030 f end=007DB0AA +Script_GetVoiceSessionInfo 007DB0B0 f end=007DB1E3 +Script_GetVoiceCurrentSessionID 007DB1F0 f end=007DB277 +Script_SetActiveVoiceChannelBySessionID 007DB280 f end=007DB36C +Script_GetNumVoiceSessionMembersBySessionID 007DB370 f end=007DB3FB +Script_GetVoiceStatus 007DB8D0 f end=007DB9AC +Script_VoiceIsDisabledByClient 007DC910 f end=007DC94A +Script_GetVoiceSessionMemberInfoBySessionID 007DEEF0 f end=007DF0AF +Script_UnitIsTalking 007DF0B0 f end=007DF142 +Script_SpellIsTargeting 007FDCD0 f end=007FDD0A +Script_SpellCanTargetItem 007FDD10 f end=007FDD56 +Script_SpellCanTargetGlyph 007FDD60 f end=007FDDA6 +Script_SpellTargetItem 008007E0 f end=008008C7 +Script_CancelItemTempEnchantment 008021D0 f end=0080226B +Script_CannotBeResurrected 00802270 f end=008022C9 +Script_SpellCanTargetUnit 00804190 f end=0080421D +Script_CancelUnitBuff 00804220 f end=00804420 +Script_SpellStopTargeting 00809E30 f end=00809E96 +Script_SpellStopCasting 00809EA0 f end=00809F7E +Script_SpellTargetUnit 0080DC00 f end=0080DCE3 +Script_GetText 0081B720 f end=0081B7AF +Script_CreateFont 0081B7B0 f end=0081B81E +Script_GetCurrentKeyBoardFocus 0081B820 f end=0081B86C +Script_EnumerateFrames 0081B9C0 f end=0081BAAA +Script_GetNumFrames 0081BAB0 f end=0081BB15 +Script_CreateFrame 0081BB20 f end=0081BE68 +Script_GetFramesRegisteredForEvent 0081BE70 f end=0081BF4D +Script_ToggleTris 008E5250 f end=008E5253 +Script_PlaySound 009858B0 f end=0098594B +Script_PlayMusic 00985950 f end=009859AA +Script_PlaySoundFile 009859B0 f end=00985A0A +Script_StopMusic 00985A10 f end=00985A18 +Script_Sound_ChatSystem_GetNumInputDrivers 00985A20 f end=00985A4A +Script_Sound_ChatSystem_GetInputDriverNameByIndex 00985A50 f end=00985AD5 +Script_Sound_ChatSystem_GetNumOutputDrivers 00985AE0 f end=00985B0A +Script_Sound_ChatSystem_GetOutputDriverNameByIndex 00985B10 f end=00985BAD +Script_Sound_GameSystem_GetNumInputDrivers 00985BB0 f end=00985BDA +Script_Sound_GameSystem_GetInputDriverNameByIndex 00985BE0 f end=00985C65 +Script_Sound_GameSystem_GetNumOutputDrivers 00985C70 f end=00985C9A +Script_Sound_GameSystem_GetOutputDriverNameByIndex 00985CA0 f end=00985D25 +Script_Sound_GameSystem_RestartSoundSystem 00985D30 f end=00985D4E +Script_VoiceChat_StopCapture 00985D50 f end=00985D58 +Script_VoiceChat_RecordLoopbackSound 00985D60 f end=00985DC1 +Script_VoiceChat_StopRecordingLoopbackSound 00985DD0 f end=00985DD8 +Script_VoiceChat_PlayLoopbackSound 00985DE0 f end=00985DE8 +Script_VoiceChat_StopPlayingLoopbackSound 00985DF0 f end=00985DF8 +Script_VoiceChat_IsRecordingLoopbackSound 00985E00 f end=00985E2D +Script_VoiceChat_IsPlayingLoopbackSound 00985E30 f end=00985E5D +Script_VoiceChat_GetCurrentMicrophoneSignalLevel 00985E60 f end=00985E8A +Script_VoiceChat_ActivatePrimaryCaptureCallback 00985E90 f end=00985E98 +Script_VoiceChat_StartCapture 00985EF0 f end=00985F6B \ No newline at end of file diff --git a/3.3.5a/symbol/storm/func.sym b/3.3.5a/symbol/storm/func.sym index 63dc29a..a3c9de8 100644 --- a/3.3.5a/symbol/storm/func.sym +++ b/3.3.5a/symbol/storm/func.sym @@ -1,30 +1,35 @@ -SCmdProcess 00773890 f -SCmdProcessCommandLine 00773990 f -SCmdRegisterArgList 00773590 f -SErrCatchUnhandledExceptions 00772b20 f -SErrDisplayAppFatal 005eeb70 f -SErrRegisterHandler 00771b80 f -SErrSetLogTitleCallback 00771900 f -SErrSetLogTitleString 00771890 f -SMemAlloc 0076e540 f -SMemFree 0076e5a0 f -SRegLoadValue 00770840 f -SRegSaveValue 007709a0 f -SStrChr 0076e6e0 f -SStrCmp 0076e760 f -SStrCmpI 0076e780 f -SStrCopy 0076ed20 f -SStrHashHT 0076f640 f -SStrLen 0076ee30 f -SStrPack 0076ef70 f ; double-check this -SStrPrintf 0076f070 f -SStrVPrintf 0076f0a0 f -SStrTokenize 0076f1e0 f -SEvent__Set 00774720 f -SEvent__Reset 00774730 f -StormInitialize 007739e0 f -TSList__LinkNode 004f71a0 f -SCritSect__Enter 00774640 f -SCritSect__Leave 00774650 f -SCritSect__SCritSect 00774620 f -StormSetOption 00773a80 f \ No newline at end of file +SCmdRegisterArgList 00773590 f end=007737C2 +SCmdProcess 00773890 f end=00773986 +SCmdProcessCommandLine 00773990 f end=007739AD +SErrDisplayAppFatal 005EEB70 f end=005EEB71 +SErrSetLogTitleString 00771890 f end=007718F2 +SErrSetLogTitleCallback 00771900 f end=00771957 +SErrRegisterHandler 00771B80 f end=00771C15 +SErrCatchUnhandledExceptions 00772B20 f end=00772B2C +SMemAlloc 0076E540 f end=0076E59A +SMemFree 0076E5A0 f end=0076E5C4 +SMemSetDebugFlags 0076E4A0 f end=0076E4D2 +SRegLoadValue 00770840 f end=007708E9 +SRegSaveValue 007709A0 f end=007709E8 +SStrChr 0076E6E0 f end=0076E712 +SStrCmp 0076E760 f end=0076E77B +SStrCmpI 0076E780 f end=0076E79B +SStrCopy 0076ED20 f end=0076ED98 +SStrLen 0076EE30 f end=0076EE5E +SStrPack 0076EF70 f end=0076F001 +SStrPrintf 0076F070 f end=0076F09E +SStrVPrintf 0076F0A0 f end=0076F0CE +SStrTokenize 0076F1E0 f end=0076F331 +SStrHashHT 0076F640 f end=0076F6B9 +SEvent__Set 00774720 f end=0077472A +SEvent__Reset 00774730 f end=0077473A +SSyncObject__Wait 00774690 f end=007746A4 +StormInitialize 007739E0 f end=007739F4 +StormSetOption 00773A80 f end=00773C81 +TSList__LinkNode 004F71A0 f end=004F724D +SCritSect__SCritSect 00774620 f end=0077462E +SCritSect__Enter 00774640 f end=00774648 +SCritSect__Leave 00774650 f end=00774658 +SCritSect__destructor 00774630 f end=00774638 +SRgnCreate 00777980 f end=00777A78 +SRgnDelete 00777940 f end=00777971 \ No newline at end of file diff --git a/3.3.5a/x32dbg/game.dd32 b/3.3.5a/x32dbg/game.dd32 new file mode 100644 index 0000000..f83d40e --- /dev/null +++ b/3.3.5a/x32dbg/game.dd32 @@ -0,0 +1,30638 @@ +{ + "functions": [ + { + "manual": true, + "start": "0x2b20", + "end": "0x2b8a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b20" + }, + { + "manual": true, + "start": "0x33b0", + "end": "0x33b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x33b0" + }, + { + "manual": true, + "start": "0x67f0", + "end": "0x6b66", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x67f0" + }, + { + "manual": true, + "start": "0x6b70", + "end": "0x6c64", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x6b70" + }, + { + "manual": true, + "start": "0x6c70", + "end": "0x6d63", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x6c70" + }, + { + "manual": true, + "start": "0x9670", + "end": "0x96cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x9670" + }, + { + "manual": true, + "start": "0x61b00", + "end": "0x61b08", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61b00" + }, + { + "manual": true, + "start": "0x61b50", + "end": "0x61b87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61b50" + }, + { + "manual": true, + "start": "0x61bd0", + "end": "0x61bf3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61bd0" + }, + { + "manual": true, + "start": "0x61db0", + "end": "0x61dd6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61db0" + }, + { + "manual": true, + "start": "0x61fa0", + "end": "0x61ff9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61fa0" + }, + { + "manual": true, + "start": "0x61fa0", + "end": "0x61ff9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x61fa0" + }, + { + "manual": true, + "start": "0x7b720", + "end": "0x7b735", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7b720" + }, + { + "manual": true, + "start": "0x7bff0", + "end": "0x7c018", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7bff0" + }, + { + "manual": true, + "start": "0x7c020", + "end": "0x7c048", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7c020" + }, + { + "manual": true, + "start": "0x7c080", + "end": "0x7c08d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7c080" + }, + { + "manual": true, + "start": "0x7cbf0", + "end": "0x7cc07", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7cbf0" + }, + { + "manual": true, + "start": "0x7cc20", + "end": "0x7cc40", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7cc20" + }, + { + "manual": true, + "start": "0x7cc50", + "end": "0x7cc6f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7cc50" + }, + { + "manual": true, + "start": "0x7cff0", + "end": "0x7d02c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7cff0" + }, + { + "manual": true, + "start": "0x7d030", + "end": "0x7d04d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d030" + }, + { + "manual": true, + "start": "0x7d080", + "end": "0x7d088", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d080" + }, + { + "manual": true, + "start": "0x7d090", + "end": "0x7d098", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d090" + }, + { + "manual": true, + "start": "0x7d0e0", + "end": "0x7d0e0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d0e0" + }, + { + "manual": true, + "start": "0x7d1d0", + "end": "0x7d22f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d1d0" + }, + { + "manual": true, + "start": "0x7d230", + "end": "0x7d28f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d230" + }, + { + "manual": true, + "start": "0x7d290", + "end": "0x7d304", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d290" + }, + { + "manual": true, + "start": "0x7d3c0", + "end": "0x7d442", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d3c0" + }, + { + "manual": true, + "start": "0x7d450", + "end": "0x7d4b6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d450" + }, + { + "manual": true, + "start": "0x7d620", + "end": "0x7d682", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d620" + }, + { + "manual": true, + "start": "0x7d690", + "end": "0x7d6fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d690" + }, + { + "manual": true, + "start": "0x7d770", + "end": "0x7d78c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d770" + }, + { + "manual": true, + "start": "0x7d790", + "end": "0x7d7a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d790" + }, + { + "manual": true, + "start": "0x7d990", + "end": "0x7d9ea", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7d990" + }, + { + "manual": true, + "start": "0x7dbc0", + "end": "0x7dc13", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7dbc0" + }, + { + "manual": true, + "start": "0x7dc20", + "end": "0x7dc4f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7dc20" + }, + { + "manual": true, + "start": "0x7dc50", + "end": "0x7dc8c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7dc50" + }, + { + "manual": true, + "start": "0x7dca0", + "end": "0x7de08", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7dca0" + }, + { + "manual": true, + "start": "0x7dea0", + "end": "0x7e116", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7dea0" + }, + { + "manual": true, + "start": "0x7e910", + "end": "0x7ea68", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7e910" + }, + { + "manual": true, + "start": "0x7eff0", + "end": "0x7f224", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7eff0" + }, + { + "manual": true, + "start": "0x7f230", + "end": "0x7f2c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7f230" + }, + { + "manual": true, + "start": "0x7f2d0", + "end": "0x7f2eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7f2d0" + }, + { + "manual": true, + "start": "0x7f2f0", + "end": "0x7f5b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7f2f0" + }, + { + "manual": true, + "start": "0x7f5c0", + "end": "0x7f6b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7f5c0" + }, + { + "manual": true, + "start": "0x7fac0", + "end": "0x7fb21", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7fac0" + }, + { + "manual": true, + "start": "0x7fb80", + "end": "0x7fb91", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7fb80" + }, + { + "manual": true, + "start": "0x7fbb0", + "end": "0x7fc16", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7fbb0" + }, + { + "manual": true, + "start": "0x7fc20", + "end": "0x7fc35", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7fc20" + }, + { + "manual": true, + "start": "0x7fc90", + "end": "0x7fdd3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x7fc90" + }, + { + "manual": true, + "start": "0x800a0", + "end": "0x800ee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x800a0" + }, + { + "manual": true, + "start": "0x80410", + "end": "0x804a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80410" + }, + { + "manual": true, + "start": "0x804b0", + "end": "0x804b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x804b0" + }, + { + "manual": true, + "start": "0x804c0", + "end": "0x804e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x804c0" + }, + { + "manual": true, + "start": "0x804f0", + "end": "0x805f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x804f0" + }, + { + "manual": true, + "start": "0x80a50", + "end": "0x80ac1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80a50" + }, + { + "manual": true, + "start": "0x80ad0", + "end": "0x80bca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80ad0" + }, + { + "manual": true, + "start": "0x80bd0", + "end": "0x80d27", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80bd0" + }, + { + "manual": true, + "start": "0x80d30", + "end": "0x80dd0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80d30" + }, + { + "manual": true, + "start": "0x80ea0", + "end": "0x80ed8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80ea0" + }, + { + "manual": true, + "start": "0x80f70", + "end": "0x80fc9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x80f70" + }, + { + "manual": true, + "start": "0x81100", + "end": "0x81288", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x81100" + }, + { + "manual": true, + "start": "0x81290", + "end": "0x8138e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x81290" + }, + { + "manual": true, + "start": "0x81390", + "end": "0x81390", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x81390" + }, + { + "manual": true, + "start": "0xa8500", + "end": "0xa8521", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xa8500" + }, + { + "manual": true, + "start": "0xa8720", + "end": "0xa8b57", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xa8720" + }, + { + "manual": true, + "start": "0xa8bb0", + "end": "0xa8c82", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xa8bb0" + }, + { + "manual": true, + "start": "0xbd9d0", + "end": "0xbd9e9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xbd9d0" + }, + { + "manual": true, + "start": "0xbdaa0", + "end": "0xbdbe3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xbdaa0" + }, + { + "manual": true, + "start": "0xbe9c0", + "end": "0xbeb8b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xbe9c0" + }, + { + "manual": true, + "start": "0xdbfd0", + "end": "0xdbff2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xdbfd0" + }, + { + "manual": true, + "start": "0xdce40", + "end": "0xdce5d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xdce40" + }, + { + "manual": true, + "start": "0xdd400", + "end": "0xdd411", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xdd400" + }, + { + "manual": true, + "start": "0xdd420", + "end": "0xdd42c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xdd420" + }, + { + "manual": true, + "start": "0xdd610", + "end": "0xdd670", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xdd610" + }, + { + "manual": true, + "start": "0xddc20", + "end": "0xddc50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xddc20" + }, + { + "manual": true, + "start": "0xf71a0", + "end": "0xf724c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xf71a0" + }, + { + "manual": true, + "start": "0xfbd00", + "end": "0xfbd12", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfbd00" + }, + { + "manual": true, + "start": "0xfbd20", + "end": "0xfbd35", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfbd20" + }, + { + "manual": true, + "start": "0xfbd40", + "end": "0xfbd8f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfbd40" + }, + { + "manual": true, + "start": "0xfbd90", + "end": "0xfbf5c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfbd90" + }, + { + "manual": true, + "start": "0xfbf60", + "end": "0xfc017", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfbf60" + }, + { + "manual": true, + "start": "0xfc020", + "end": "0xfc0b3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc020" + }, + { + "manual": true, + "start": "0xfc0c0", + "end": "0xfc168", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc0c0" + }, + { + "manual": true, + "start": "0xfc170", + "end": "0xfc248", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc170" + }, + { + "manual": true, + "start": "0xfc250", + "end": "0xfc328", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc250" + }, + { + "manual": true, + "start": "0xfc330", + "end": "0xfc3ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc330" + }, + { + "manual": true, + "start": "0xfc3d0", + "end": "0xfc460", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc3d0" + }, + { + "manual": true, + "start": "0xfc470", + "end": "0xfc5aa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc470" + }, + { + "manual": true, + "start": "0xfc5b0", + "end": "0xfc658", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc5b0" + }, + { + "manual": true, + "start": "0xfc660", + "end": "0xfc6da", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc660" + }, + { + "manual": true, + "start": "0xfc6e0", + "end": "0xfc75a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc6e0" + }, + { + "manual": true, + "start": "0xfc760", + "end": "0xfc806", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc760" + }, + { + "manual": true, + "start": "0xfc810", + "end": "0xfc88a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc810" + }, + { + "manual": true, + "start": "0xfc890", + "end": "0xfc99d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc890" + }, + { + "manual": true, + "start": "0xfc9a0", + "end": "0xfca4a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfc9a0" + }, + { + "manual": true, + "start": "0xfca50", + "end": "0xfca83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfca50" + }, + { + "manual": true, + "start": "0xfcbf0", + "end": "0xfcc51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfcbf0" + }, + { + "manual": true, + "start": "0xfcc60", + "end": "0xfcca2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfcc60" + }, + { + "manual": true, + "start": "0xfccb0", + "end": "0xfcce9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfccb0" + }, + { + "manual": true, + "start": "0xfccf0", + "end": "0xfcde8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfccf0" + }, + { + "manual": true, + "start": "0xfcdf0", + "end": "0xfcee6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfcdf0" + }, + { + "manual": true, + "start": "0xfe630", + "end": "0xfe64b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe630" + }, + { + "manual": true, + "start": "0xfe650", + "end": "0xfe714", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe650" + }, + { + "manual": true, + "start": "0xfe720", + "end": "0xfe805", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe720" + }, + { + "manual": true, + "start": "0xfe810", + "end": "0xfe82b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe810" + }, + { + "manual": true, + "start": "0xfe830", + "end": "0xfe84b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe830" + }, + { + "manual": true, + "start": "0xfe850", + "end": "0xfe94d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe850" + }, + { + "manual": true, + "start": "0xfe950", + "end": "0xfe96b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe950" + }, + { + "manual": true, + "start": "0xfe970", + "end": "0xfe98b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe970" + }, + { + "manual": true, + "start": "0xfe990", + "end": "0xfe9ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe990" + }, + { + "manual": true, + "start": "0xfe9b0", + "end": "0xfe9cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe9b0" + }, + { + "manual": true, + "start": "0xfe9d0", + "end": "0xfe9eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe9d0" + }, + { + "manual": true, + "start": "0xfe9f0", + "end": "0xfea0b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfe9f0" + }, + { + "manual": true, + "start": "0xfea10", + "end": "0xfea2b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfea10" + }, + { + "manual": true, + "start": "0xfea30", + "end": "0xfea4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfea30" + }, + { + "manual": true, + "start": "0xfea50", + "end": "0xfea6b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfea50" + }, + { + "manual": true, + "start": "0xfea70", + "end": "0xfea8b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfea70" + }, + { + "manual": true, + "start": "0xfea90", + "end": "0xfeaab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfea90" + }, + { + "manual": true, + "start": "0xfeab0", + "end": "0xfeacb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfeab0" + }, + { + "manual": true, + "start": "0xfead0", + "end": "0xfeaeb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfead0" + }, + { + "manual": true, + "start": "0xfeaf0", + "end": "0xfed0b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfeaf0" + }, + { + "manual": true, + "start": "0xfed10", + "end": "0xfedb4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfed10" + }, + { + "manual": true, + "start": "0xfedc0", + "end": "0xfeed0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfedc0" + }, + { + "manual": true, + "start": "0xfeee0", + "end": "0xfefe4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfeee0" + }, + { + "manual": true, + "start": "0xfeff0", + "end": "0xff0c6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xfeff0" + }, + { + "manual": true, + "start": "0xff0d0", + "end": "0xff1f8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xff0d0" + }, + { + "manual": true, + "start": "0xff200", + "end": "0xff2b3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xff200" + }, + { + "manual": true, + "start": "0xff2c0", + "end": "0xff4e9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xff2c0" + }, + { + "manual": true, + "start": "0xff580", + "end": "0xffa00", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xff580" + }, + { + "manual": true, + "start": "0xffa10", + "end": "0xffa60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffa10" + }, + { + "manual": true, + "start": "0xffa70", + "end": "0xffadf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffa70" + }, + { + "manual": true, + "start": "0xffae0", + "end": "0xffb4f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffae0" + }, + { + "manual": true, + "start": "0xffb50", + "end": "0xffc22", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffb50" + }, + { + "manual": true, + "start": "0xffc30", + "end": "0xffc4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffc30" + }, + { + "manual": true, + "start": "0xffc50", + "end": "0xffcb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffc50" + }, + { + "manual": true, + "start": "0xffcc0", + "end": "0xffcdb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0xffcc0" + }, + { + "manual": true, + "start": "0x100560", + "end": "0x100750", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100560" + }, + { + "manual": true, + "start": "0x100760", + "end": "0x10078d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100760" + }, + { + "manual": true, + "start": "0x100810", + "end": "0x100905", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100810" + }, + { + "manual": true, + "start": "0x100910", + "end": "0x100974", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100910" + }, + { + "manual": true, + "start": "0x100980", + "end": "0x100ad8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100980" + }, + { + "manual": true, + "start": "0x100ae0", + "end": "0x100bd5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100ae0" + }, + { + "manual": true, + "start": "0x100be0", + "end": "0x100c7e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100be0" + }, + { + "manual": true, + "start": "0x100c80", + "end": "0x100d74", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x100c80" + }, + { + "manual": true, + "start": "0x101140", + "end": "0x101245", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x101140" + }, + { + "manual": true, + "start": "0x101250", + "end": "0x1012e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x101250" + }, + { + "manual": true, + "start": "0x1012f0", + "end": "0x1013f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1012f0" + }, + { + "manual": true, + "start": "0x101400", + "end": "0x101496", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x101400" + }, + { + "manual": true, + "start": "0x101db0", + "end": "0x101ef7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x101db0" + }, + { + "manual": true, + "start": "0x101f00", + "end": "0x102263", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x101f00" + }, + { + "manual": true, + "start": "0x104e10", + "end": "0x104e48", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x104e10" + }, + { + "manual": true, + "start": "0x104e50", + "end": "0x104f26", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x104e50" + }, + { + "manual": true, + "start": "0x104f30", + "end": "0x10518b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x104f30" + }, + { + "manual": true, + "start": "0x105190", + "end": "0x1052d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x105190" + }, + { + "manual": true, + "start": "0x1052e0", + "end": "0x105353", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1052e0" + }, + { + "manual": true, + "start": "0x105360", + "end": "0x1053d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x105360" + }, + { + "manual": true, + "start": "0x1096d0", + "end": "0x109717", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1096d0" + }, + { + "manual": true, + "start": "0x10d170", + "end": "0x10d89f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10d170" + }, + { + "manual": true, + "start": "0x10d8a0", + "end": "0x10d8ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10d8a0" + }, + { + "manual": true, + "start": "0x10daa0", + "end": "0x10dab3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10daa0" + }, + { + "manual": true, + "start": "0x10dac0", + "end": "0x10dad3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10dac0" + }, + { + "manual": true, + "start": "0x10dae0", + "end": "0x10dc00", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10dae0" + }, + { + "manual": true, + "start": "0x10dc10", + "end": "0x10ddd4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10dc10" + }, + { + "manual": true, + "start": "0x10ed00", + "end": "0x10edc4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10ed00" + }, + { + "manual": true, + "start": "0x10f830", + "end": "0x10f883", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10f830" + }, + { + "manual": true, + "start": "0x10f890", + "end": "0x10f8e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10f890" + }, + { + "manual": true, + "start": "0x10f8f0", + "end": "0x10f942", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10f8f0" + }, + { + "manual": true, + "start": "0x10f950", + "end": "0x10f987", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10f950" + }, + { + "manual": true, + "start": "0x10f990", + "end": "0x10fe76", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10f990" + }, + { + "manual": true, + "start": "0x10fe80", + "end": "0x10fe97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10fe80" + }, + { + "manual": true, + "start": "0x10ff30", + "end": "0x10ff43", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10ff30" + }, + { + "manual": true, + "start": "0x10ff50", + "end": "0x110034", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x10ff50" + }, + { + "manual": true, + "start": "0x110040", + "end": "0x1100b0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110040" + }, + { + "manual": true, + "start": "0x1100c0", + "end": "0x110144", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1100c0" + }, + { + "manual": true, + "start": "0x110150", + "end": "0x1101cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110150" + }, + { + "manual": true, + "start": "0x1101d0", + "end": "0x1101f8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1101d0" + }, + { + "manual": true, + "start": "0x110200", + "end": "0x110226", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110200" + }, + { + "manual": true, + "start": "0x110230", + "end": "0x1102a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110230" + }, + { + "manual": true, + "start": "0x1102b0", + "end": "0x1102d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1102b0" + }, + { + "manual": true, + "start": "0x1102e0", + "end": "0x110357", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1102e0" + }, + { + "manual": true, + "start": "0x110360", + "end": "0x110388", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110360" + }, + { + "manual": true, + "start": "0x110390", + "end": "0x11040a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110390" + }, + { + "manual": true, + "start": "0x110410", + "end": "0x110428", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110410" + }, + { + "manual": true, + "start": "0x110430", + "end": "0x110442", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110430" + }, + { + "manual": true, + "start": "0x110450", + "end": "0x110462", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110450" + }, + { + "manual": true, + "start": "0x110470", + "end": "0x110490", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110470" + }, + { + "manual": true, + "start": "0x1104a0", + "end": "0x11091f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1104a0" + }, + { + "manual": true, + "start": "0x110920", + "end": "0x110927", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110920" + }, + { + "manual": true, + "start": "0x110930", + "end": "0x110972", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110930" + }, + { + "manual": true, + "start": "0x110980", + "end": "0x1109c2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110980" + }, + { + "manual": true, + "start": "0x1109d0", + "end": "0x1109d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1109d0" + }, + { + "manual": true, + "start": "0x1109e0", + "end": "0x1109e7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1109e0" + }, + { + "manual": true, + "start": "0x1109f0", + "end": "0x1109fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1109f0" + }, + { + "manual": true, + "start": "0x110a00", + "end": "0x110a0c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110a00" + }, + { + "manual": true, + "start": "0x110a10", + "end": "0x110ab2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110a10" + }, + { + "manual": true, + "start": "0x110ac0", + "end": "0x110b28", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110ac0" + }, + { + "manual": true, + "start": "0x110b30", + "end": "0x110b71", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110b30" + }, + { + "manual": true, + "start": "0x110b80", + "end": "0x110b87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110b80" + }, + { + "manual": true, + "start": "0x110b90", + "end": "0x110ba5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110b90" + }, + { + "manual": true, + "start": "0x110bb0", + "end": "0x110bc7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110bb0" + }, + { + "manual": true, + "start": "0x110bd0", + "end": "0x110c52", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110bd0" + }, + { + "manual": true, + "start": "0x110c60", + "end": "0x110cf5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110c60" + }, + { + "manual": true, + "start": "0x110d00", + "end": "0x110dac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110d00" + }, + { + "manual": true, + "start": "0x110db0", + "end": "0x110db7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110db0" + }, + { + "manual": true, + "start": "0x110dc0", + "end": "0x110dcc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110dc0" + }, + { + "manual": true, + "start": "0x110dd0", + "end": "0x110ddc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110dd0" + }, + { + "manual": true, + "start": "0x110de0", + "end": "0x110dfc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110de0" + }, + { + "manual": true, + "start": "0x110e00", + "end": "0x110e1b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110e00" + }, + { + "manual": true, + "start": "0x110e20", + "end": "0x110ee9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110e20" + }, + { + "manual": true, + "start": "0x110f20", + "end": "0x110fb8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110f20" + }, + { + "manual": true, + "start": "0x110fc0", + "end": "0x1110c6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x110fc0" + }, + { + "manual": true, + "start": "0x1110d0", + "end": "0x11114f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1110d0" + }, + { + "manual": true, + "start": "0x111150", + "end": "0x1111fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111150" + }, + { + "manual": true, + "start": "0x111200", + "end": "0x111233", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111200" + }, + { + "manual": true, + "start": "0x111240", + "end": "0x111422", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111240" + }, + { + "manual": true, + "start": "0x111430", + "end": "0x111504", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111430" + }, + { + "manual": true, + "start": "0x111510", + "end": "0x111522", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111510" + }, + { + "manual": true, + "start": "0x111530", + "end": "0x111600", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111530" + }, + { + "manual": true, + "start": "0x111610", + "end": "0x111630", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111610" + }, + { + "manual": true, + "start": "0x111640", + "end": "0x111652", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111640" + }, + { + "manual": true, + "start": "0x111660", + "end": "0x11171b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111660" + }, + { + "manual": true, + "start": "0x111720", + "end": "0x1117bd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111720" + }, + { + "manual": true, + "start": "0x1117c0", + "end": "0x111828", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1117c0" + }, + { + "manual": true, + "start": "0x111830", + "end": "0x111837", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111830" + }, + { + "manual": true, + "start": "0x111840", + "end": "0x1118f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111840" + }, + { + "manual": true, + "start": "0x111900", + "end": "0x111939", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111900" + }, + { + "manual": true, + "start": "0x111940", + "end": "0x1119f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111940" + }, + { + "manual": true, + "start": "0x111a00", + "end": "0x111a39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111a00" + }, + { + "manual": true, + "start": "0x111a40", + "end": "0x111a50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111a40" + }, + { + "manual": true, + "start": "0x111a60", + "end": "0x111b2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111a60" + }, + { + "manual": true, + "start": "0x111b30", + "end": "0x111c31", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111b30" + }, + { + "manual": true, + "start": "0x111c40", + "end": "0x111c79", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111c40" + }, + { + "manual": true, + "start": "0x111c80", + "end": "0x111cbb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111c80" + }, + { + "manual": true, + "start": "0x111cc0", + "end": "0x111d14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111cc0" + }, + { + "manual": true, + "start": "0x111d20", + "end": "0x111d27", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111d20" + }, + { + "manual": true, + "start": "0x111d30", + "end": "0x111dca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111d30" + }, + { + "manual": true, + "start": "0x111dd0", + "end": "0x111e7c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111dd0" + }, + { + "manual": true, + "start": "0x111e80", + "end": "0x111f81", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111e80" + }, + { + "manual": true, + "start": "0x111f90", + "end": "0x111f97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111f90" + }, + { + "manual": true, + "start": "0x111fa0", + "end": "0x111fa7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111fa0" + }, + { + "manual": true, + "start": "0x111fb0", + "end": "0x111fdf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111fb0" + }, + { + "manual": true, + "start": "0x111fe0", + "end": "0x112089", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x111fe0" + }, + { + "manual": true, + "start": "0x112090", + "end": "0x1120dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x112090" + }, + { + "manual": true, + "start": "0x114430", + "end": "0x1144b0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114430" + }, + { + "manual": true, + "start": "0x1144c0", + "end": "0x114517", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1144c0" + }, + { + "manual": true, + "start": "0x114520", + "end": "0x114579", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114520" + }, + { + "manual": true, + "start": "0x114580", + "end": "0x114601", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114580" + }, + { + "manual": true, + "start": "0x114610", + "end": "0x11466a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114610" + }, + { + "manual": true, + "start": "0x114670", + "end": "0x1146ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114670" + }, + { + "manual": true, + "start": "0x1146d0", + "end": "0x114755", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1146d0" + }, + { + "manual": true, + "start": "0x114760", + "end": "0x1147ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114760" + }, + { + "manual": true, + "start": "0x1147c0", + "end": "0x11481a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1147c0" + }, + { + "manual": true, + "start": "0x114820", + "end": "0x1148a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114820" + }, + { + "manual": true, + "start": "0x1148b0", + "end": "0x114b93", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1148b0" + }, + { + "manual": true, + "start": "0x114ba0", + "end": "0x114c0e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114ba0" + }, + { + "manual": true, + "start": "0x114c10", + "end": "0x114d39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114c10" + }, + { + "manual": true, + "start": "0x114d40", + "end": "0x114e22", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114d40" + }, + { + "manual": true, + "start": "0x114e30", + "end": "0x114f51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114e30" + }, + { + "manual": true, + "start": "0x114f60", + "end": "0x115009", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x114f60" + }, + { + "manual": true, + "start": "0x115010", + "end": "0x1150d5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115010" + }, + { + "manual": true, + "start": "0x1150e0", + "end": "0x1150f7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1150e0" + }, + { + "manual": true, + "start": "0x115100", + "end": "0x11513f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115100" + }, + { + "manual": true, + "start": "0x115140", + "end": "0x115179", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115140" + }, + { + "manual": true, + "start": "0x115180", + "end": "0x1151b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115180" + }, + { + "manual": true, + "start": "0x1151c0", + "end": "0x1151f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1151c0" + }, + { + "manual": true, + "start": "0x115200", + "end": "0x115527", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115200" + }, + { + "manual": true, + "start": "0x115560", + "end": "0x11556c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115560" + }, + { + "manual": true, + "start": "0x115570", + "end": "0x115594", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115570" + }, + { + "manual": true, + "start": "0x1155a0", + "end": "0x1155c4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1155a0" + }, + { + "manual": true, + "start": "0x1155d0", + "end": "0x1155f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1155d0" + }, + { + "manual": true, + "start": "0x115600", + "end": "0x115624", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115600" + }, + { + "manual": true, + "start": "0x115630", + "end": "0x115697", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115630" + }, + { + "manual": true, + "start": "0x1156a0", + "end": "0x11574b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1156a0" + }, + { + "manual": true, + "start": "0x115750", + "end": "0x115786", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115750" + }, + { + "manual": true, + "start": "0x115790", + "end": "0x115808", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115790" + }, + { + "manual": true, + "start": "0x115810", + "end": "0x11587a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115810" + }, + { + "manual": true, + "start": "0x115880", + "end": "0x1158f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115880" + }, + { + "manual": true, + "start": "0x115950", + "end": "0x1159b4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115950" + }, + { + "manual": true, + "start": "0x1159c0", + "end": "0x1159f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1159c0" + }, + { + "manual": true, + "start": "0x115a00", + "end": "0x115a42", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115a00" + }, + { + "manual": true, + "start": "0x115a50", + "end": "0x115a83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115a50" + }, + { + "manual": true, + "start": "0x115a90", + "end": "0x115b6c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115a90" + }, + { + "manual": true, + "start": "0x115b70", + "end": "0x115bd7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115b70" + }, + { + "manual": true, + "start": "0x115be0", + "end": "0x115c47", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115be0" + }, + { + "manual": true, + "start": "0x115c50", + "end": "0x115cb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115c50" + }, + { + "manual": true, + "start": "0x115cc0", + "end": "0x115dca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115cc0" + }, + { + "manual": true, + "start": "0x115dd0", + "end": "0x115eab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115dd0" + }, + { + "manual": true, + "start": "0x115eb0", + "end": "0x115fe3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115eb0" + }, + { + "manual": true, + "start": "0x115ff0", + "end": "0x116123", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x115ff0" + }, + { + "manual": true, + "start": "0x116130", + "end": "0x11620b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116130" + }, + { + "manual": true, + "start": "0x116210", + "end": "0x116271", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116210" + }, + { + "manual": true, + "start": "0x116280", + "end": "0x1162d4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116280" + }, + { + "manual": true, + "start": "0x1162e0", + "end": "0x116334", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1162e0" + }, + { + "manual": true, + "start": "0x116340", + "end": "0x116408", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116340" + }, + { + "manual": true, + "start": "0x116410", + "end": "0x1164a3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116410" + }, + { + "manual": true, + "start": "0x1164b0", + "end": "0x116504", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1164b0" + }, + { + "manual": true, + "start": "0x116510", + "end": "0x116573", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116510" + }, + { + "manual": true, + "start": "0x116580", + "end": "0x1165d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116580" + }, + { + "manual": true, + "start": "0x1165e0", + "end": "0x11660c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1165e0" + }, + { + "manual": true, + "start": "0x116610", + "end": "0x1166e7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116610" + }, + { + "manual": true, + "start": "0x1166f0", + "end": "0x116757", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1166f0" + }, + { + "manual": true, + "start": "0x116760", + "end": "0x116799", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116760" + }, + { + "manual": true, + "start": "0x1167a0", + "end": "0x1167d2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1167a0" + }, + { + "manual": true, + "start": "0x1167e0", + "end": "0x11683f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1167e0" + }, + { + "manual": true, + "start": "0x116840", + "end": "0x1168a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116840" + }, + { + "manual": true, + "start": "0x1168b0", + "end": "0x116965", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1168b0" + }, + { + "manual": true, + "start": "0x116970", + "end": "0x116a92", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116970" + }, + { + "manual": true, + "start": "0x116aa0", + "end": "0x116b19", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116aa0" + }, + { + "manual": true, + "start": "0x116b20", + "end": "0x116b81", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116b20" + }, + { + "manual": true, + "start": "0x116b90", + "end": "0x116be0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116b90" + }, + { + "manual": true, + "start": "0x116bf0", + "end": "0x116c55", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116bf0" + }, + { + "manual": true, + "start": "0x116c60", + "end": "0x116ec7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116c60" + }, + { + "manual": true, + "start": "0x116ed0", + "end": "0x117012", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x116ed0" + }, + { + "manual": true, + "start": "0x117020", + "end": "0x1170f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117020" + }, + { + "manual": true, + "start": "0x117100", + "end": "0x1171e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117100" + }, + { + "manual": true, + "start": "0x1171f0", + "end": "0x1172df", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1171f0" + }, + { + "manual": true, + "start": "0x1172e0", + "end": "0x1173d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1172e0" + }, + { + "manual": true, + "start": "0x1173e0", + "end": "0x117528", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1173e0" + }, + { + "manual": true, + "start": "0x117530", + "end": "0x1176e4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117530" + }, + { + "manual": true, + "start": "0x117890", + "end": "0x1179a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117890" + }, + { + "manual": true, + "start": "0x1179b0", + "end": "0x117a96", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1179b0" + }, + { + "manual": true, + "start": "0x117aa0", + "end": "0x117b4d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117aa0" + }, + { + "manual": true, + "start": "0x117b50", + "end": "0x117bdb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117b50" + }, + { + "manual": true, + "start": "0x117c20", + "end": "0x117c57", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117c20" + }, + { + "manual": true, + "start": "0x117c60", + "end": "0x117d13", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117c60" + }, + { + "manual": true, + "start": "0x117d20", + "end": "0x117d2c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117d20" + }, + { + "manual": true, + "start": "0x117d30", + "end": "0x117d69", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117d30" + }, + { + "manual": true, + "start": "0x117d70", + "end": "0x117df0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x117d70" + }, + { + "manual": true, + "start": "0x11a3b0", + "end": "0x11a3c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a3b0" + }, + { + "manual": true, + "start": "0x11a3d0", + "end": "0x11a527", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a3d0" + }, + { + "manual": true, + "start": "0x11a530", + "end": "0x11a5b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a530" + }, + { + "manual": true, + "start": "0x11a5c0", + "end": "0x11a647", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a5c0" + }, + { + "manual": true, + "start": "0x11a650", + "end": "0x11a67e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a650" + }, + { + "manual": true, + "start": "0x11a680", + "end": "0x11a6aa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a680" + }, + { + "manual": true, + "start": "0x11a6b0", + "end": "0x11a6d8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a6b0" + }, + { + "manual": true, + "start": "0x11a6e0", + "end": "0x11a795", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a6e0" + }, + { + "manual": true, + "start": "0x11a7a0", + "end": "0x11a875", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a7a0" + }, + { + "manual": true, + "start": "0x11a880", + "end": "0x11a8b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a880" + }, + { + "manual": true, + "start": "0x11a8c0", + "end": "0x11aa84", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11a8c0" + }, + { + "manual": true, + "start": "0x11aa90", + "end": "0x11aaba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11aa90" + }, + { + "manual": true, + "start": "0x11aac0", + "end": "0x11aaea", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11aac0" + }, + { + "manual": true, + "start": "0x11aaf0", + "end": "0x11ab1a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11aaf0" + }, + { + "manual": true, + "start": "0x11ab20", + "end": "0x11ab97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ab20" + }, + { + "manual": true, + "start": "0x11aba0", + "end": "0x11abc8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11aba0" + }, + { + "manual": true, + "start": "0x11abd0", + "end": "0x11abf8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11abd0" + }, + { + "manual": true, + "start": "0x11ac00", + "end": "0x11ac28", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ac00" + }, + { + "manual": true, + "start": "0x11ac30", + "end": "0x11ac58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ac30" + }, + { + "manual": true, + "start": "0x11ac60", + "end": "0x11ac88", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ac60" + }, + { + "manual": true, + "start": "0x11ac90", + "end": "0x11acc8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ac90" + }, + { + "manual": true, + "start": "0x11acd0", + "end": "0x11adc8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11acd0" + }, + { + "manual": true, + "start": "0x11add0", + "end": "0x11ae78", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11add0" + }, + { + "manual": true, + "start": "0x11ae80", + "end": "0x11aee5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ae80" + }, + { + "manual": true, + "start": "0x11aef0", + "end": "0x11af4e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11aef0" + }, + { + "manual": true, + "start": "0x11af50", + "end": "0x11afae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11af50" + }, + { + "manual": true, + "start": "0x11afb0", + "end": "0x11b041", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11afb0" + }, + { + "manual": true, + "start": "0x11b050", + "end": "0x11b107", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b050" + }, + { + "manual": true, + "start": "0x11b110", + "end": "0x11b1cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b110" + }, + { + "manual": true, + "start": "0x11b1d0", + "end": "0x11b238", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b1d0" + }, + { + "manual": true, + "start": "0x11b240", + "end": "0x11b3a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b240" + }, + { + "manual": true, + "start": "0x11b3b0", + "end": "0x11b40e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b3b0" + }, + { + "manual": true, + "start": "0x11b410", + "end": "0x11b4db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b410" + }, + { + "manual": true, + "start": "0x11b4e0", + "end": "0x11b69e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b4e0" + }, + { + "manual": true, + "start": "0x11b6a0", + "end": "0x11b6dd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b6a0" + }, + { + "manual": true, + "start": "0x11b6e0", + "end": "0x11b73a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b6e0" + }, + { + "manual": true, + "start": "0x11b740", + "end": "0x11b79a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b740" + }, + { + "manual": true, + "start": "0x11b7a0", + "end": "0x11b7fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b7a0" + }, + { + "manual": true, + "start": "0x11b800", + "end": "0x11b8a3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b800" + }, + { + "manual": true, + "start": "0x11b8b0", + "end": "0x11b954", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b8b0" + }, + { + "manual": true, + "start": "0x11b960", + "end": "0x11ba4f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11b960" + }, + { + "manual": true, + "start": "0x11ba50", + "end": "0x11bc92", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11ba50" + }, + { + "manual": true, + "start": "0x11bca0", + "end": "0x11bcfb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bca0" + }, + { + "manual": true, + "start": "0x11bd00", + "end": "0x11bd58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bd00" + }, + { + "manual": true, + "start": "0x11bd60", + "end": "0x11bdc0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bd60" + }, + { + "manual": true, + "start": "0x11bdd0", + "end": "0x11bf46", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bdd0" + }, + { + "manual": true, + "start": "0x11bf50", + "end": "0x11bf8e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bf50" + }, + { + "manual": true, + "start": "0x11bf90", + "end": "0x11bfcd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bf90" + }, + { + "manual": true, + "start": "0x11bfd0", + "end": "0x11c032", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11bfd0" + }, + { + "manual": true, + "start": "0x11c040", + "end": "0x11c0a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c040" + }, + { + "manual": true, + "start": "0x11c0b0", + "end": "0x11c0fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c0b0" + }, + { + "manual": true, + "start": "0x11c100", + "end": "0x11c14e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c100" + }, + { + "manual": true, + "start": "0x11c150", + "end": "0x11c2d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c150" + }, + { + "manual": true, + "start": "0x11c2e0", + "end": "0x11c44b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c2e0" + }, + { + "manual": true, + "start": "0x11c450", + "end": "0x11c68d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c450" + }, + { + "manual": true, + "start": "0x11c690", + "end": "0x11c731", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c690" + }, + { + "manual": true, + "start": "0x11c740", + "end": "0x11c86b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c740" + }, + { + "manual": true, + "start": "0x11c870", + "end": "0x11c9b0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c870" + }, + { + "manual": true, + "start": "0x11c9c0", + "end": "0x11cb2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11c9c0" + }, + { + "manual": true, + "start": "0x11cb30", + "end": "0x11cb9b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11cb30" + }, + { + "manual": true, + "start": "0x11cba0", + "end": "0x11cc0b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11cba0" + }, + { + "manual": true, + "start": "0x11cc10", + "end": "0x11ccf7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11cc10" + }, + { + "manual": true, + "start": "0x11cd00", + "end": "0x11cda9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11cd00" + }, + { + "manual": true, + "start": "0x11cdb0", + "end": "0x11d0a4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11cdb0" + }, + { + "manual": true, + "start": "0x11d0b0", + "end": "0x11d0f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d0b0" + }, + { + "manual": true, + "start": "0x11d100", + "end": "0x11d160", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d100" + }, + { + "manual": true, + "start": "0x11d170", + "end": "0x11d1ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d170" + }, + { + "manual": true, + "start": "0x11d1b0", + "end": "0x11d221", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d1b0" + }, + { + "manual": true, + "start": "0x11d230", + "end": "0x11d2a1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d230" + }, + { + "manual": true, + "start": "0x11d2b0", + "end": "0x11d321", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d2b0" + }, + { + "manual": true, + "start": "0x11d330", + "end": "0x11d502", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d330" + }, + { + "manual": true, + "start": "0x11d520", + "end": "0x11d583", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d520" + }, + { + "manual": true, + "start": "0x11d590", + "end": "0x11d597", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d590" + }, + { + "manual": true, + "start": "0x11d5a0", + "end": "0x11d5fb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d5a0" + }, + { + "manual": true, + "start": "0x11d600", + "end": "0x11d705", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x11d600" + }, + { + "manual": true, + "start": "0x1222e0", + "end": "0x122313", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1222e0" + }, + { + "manual": true, + "start": "0x122320", + "end": "0x12247e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122320" + }, + { + "manual": true, + "start": "0x122480", + "end": "0x1224ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122480" + }, + { + "manual": true, + "start": "0x1224c0", + "end": "0x1225d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1224c0" + }, + { + "manual": true, + "start": "0x1225e0", + "end": "0x1225ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1225e0" + }, + { + "manual": true, + "start": "0x122600", + "end": "0x12270a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122600" + }, + { + "manual": true, + "start": "0x122710", + "end": "0x12286f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122710" + }, + { + "manual": true, + "start": "0x122870", + "end": "0x12294b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122870" + }, + { + "manual": true, + "start": "0x122950", + "end": "0x122979", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122950" + }, + { + "manual": true, + "start": "0x122980", + "end": "0x122a15", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122980" + }, + { + "manual": true, + "start": "0x122a20", + "end": "0x122ae3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122a20" + }, + { + "manual": true, + "start": "0x122af0", + "end": "0x122bb3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122af0" + }, + { + "manual": true, + "start": "0x122bc0", + "end": "0x122c83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122bc0" + }, + { + "manual": true, + "start": "0x122c90", + "end": "0x122d53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122c90" + }, + { + "manual": true, + "start": "0x122d60", + "end": "0x122e23", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122d60" + }, + { + "manual": true, + "start": "0x122e30", + "end": "0x122f6b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122e30" + }, + { + "manual": true, + "start": "0x122f70", + "end": "0x122f89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122f70" + }, + { + "manual": true, + "start": "0x122f90", + "end": "0x122f9f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122f90" + }, + { + "manual": true, + "start": "0x122fa0", + "end": "0x122fa7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122fa0" + }, + { + "manual": true, + "start": "0x122fb0", + "end": "0x12308b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x122fb0" + }, + { + "manual": true, + "start": "0x123090", + "end": "0x123152", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x123090" + }, + { + "manual": true, + "start": "0x123160", + "end": "0x12320d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x123160" + }, + { + "manual": true, + "start": "0x123260", + "end": "0x12335f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x123260" + }, + { + "manual": true, + "start": "0x123360", + "end": "0x123367", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x123360" + }, + { + "manual": true, + "start": "0x123370", + "end": "0x1233c4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x123370" + }, + { + "manual": true, + "start": "0x1233d0", + "end": "0x12349c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1233d0" + }, + { + "manual": true, + "start": "0x124980", + "end": "0x1249b6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x124980" + }, + { + "manual": true, + "start": "0x125a30", + "end": "0x125a8a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125a30" + }, + { + "manual": true, + "start": "0x125a90", + "end": "0x125aca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125a90" + }, + { + "manual": true, + "start": "0x125ad0", + "end": "0x125b0a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125ad0" + }, + { + "manual": true, + "start": "0x125b10", + "end": "0x125b4a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125b10" + }, + { + "manual": true, + "start": "0x125b50", + "end": "0x125b8a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125b50" + }, + { + "manual": true, + "start": "0x125b90", + "end": "0x125bca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125b90" + }, + { + "manual": true, + "start": "0x125bd0", + "end": "0x125bf1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125bd0" + }, + { + "manual": true, + "start": "0x125c00", + "end": "0x125c21", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125c00" + }, + { + "manual": true, + "start": "0x125c30", + "end": "0x125cc3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125c30" + }, + { + "manual": true, + "start": "0x125cd0", + "end": "0x125d63", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125cd0" + }, + { + "manual": true, + "start": "0x125d70", + "end": "0x125de5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125d70" + }, + { + "manual": true, + "start": "0x125df0", + "end": "0x125e4e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125df0" + }, + { + "manual": true, + "start": "0x125e50", + "end": "0x125eae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125e50" + }, + { + "manual": true, + "start": "0x125eb0", + "end": "0x125fb0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125eb0" + }, + { + "manual": true, + "start": "0x125fc0", + "end": "0x12604a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x125fc0" + }, + { + "manual": true, + "start": "0x126050", + "end": "0x12619b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x126050" + }, + { + "manual": true, + "start": "0x1261a0", + "end": "0x1262c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1261a0" + }, + { + "manual": true, + "start": "0x1262d0", + "end": "0x1262d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1262d0" + }, + { + "manual": true, + "start": "0x1262e0", + "end": "0x126361", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1262e0" + }, + { + "manual": true, + "start": "0x127f00", + "end": "0x127fd3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x127f00" + }, + { + "manual": true, + "start": "0x128920", + "end": "0x128ae0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x128920" + }, + { + "manual": true, + "start": "0x12b470", + "end": "0x12b4d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12b470" + }, + { + "manual": true, + "start": "0x12b4e0", + "end": "0x12b543", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12b4e0" + }, + { + "manual": true, + "start": "0x12c110", + "end": "0x12c186", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c110" + }, + { + "manual": true, + "start": "0x12c190", + "end": "0x12c1c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c190" + }, + { + "manual": true, + "start": "0x12c1d0", + "end": "0x12c269", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c1d0" + }, + { + "manual": true, + "start": "0x12c270", + "end": "0x12c29c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c270" + }, + { + "manual": true, + "start": "0x12c2a0", + "end": "0x12c2c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c2a0" + }, + { + "manual": true, + "start": "0x12c2d0", + "end": "0x12c309", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c2d0" + }, + { + "manual": true, + "start": "0x12c310", + "end": "0x12c349", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c310" + }, + { + "manual": true, + "start": "0x12c350", + "end": "0x12c36b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12c350" + }, + { + "manual": true, + "start": "0x12ccd0", + "end": "0x12cd25", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12ccd0" + }, + { + "manual": true, + "start": "0x12cd30", + "end": "0x12cd85", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12cd30" + }, + { + "manual": true, + "start": "0x12cd90", + "end": "0x12cedc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12cd90" + }, + { + "manual": true, + "start": "0x12cf00", + "end": "0x12cf5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12cf00" + }, + { + "manual": true, + "start": "0x12cf60", + "end": "0x12cff5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12cf60" + }, + { + "manual": true, + "start": "0x12d000", + "end": "0x12d052", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12d000" + }, + { + "manual": true, + "start": "0x12d990", + "end": "0x12d9b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12d990" + }, + { + "manual": true, + "start": "0x12d9c0", + "end": "0x12daeb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12d9c0" + }, + { + "manual": true, + "start": "0x12daf0", + "end": "0x12dc1b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12daf0" + }, + { + "manual": true, + "start": "0x12dc20", + "end": "0x12de53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12dc20" + }, + { + "manual": true, + "start": "0x12de60", + "end": "0x12df34", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12de60" + }, + { + "manual": true, + "start": "0x12e1b0", + "end": "0x12e3f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e1b0" + }, + { + "manual": true, + "start": "0x12e400", + "end": "0x12e411", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e400" + }, + { + "manual": true, + "start": "0x12e420", + "end": "0x12e474", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e420" + }, + { + "manual": true, + "start": "0x12e4f0", + "end": "0x12e511", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e4f0" + }, + { + "manual": true, + "start": "0x12e850", + "end": "0x12e9a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e850" + }, + { + "manual": true, + "start": "0x12e9b0", + "end": "0x12e9cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e9b0" + }, + { + "manual": true, + "start": "0x12e9d0", + "end": "0x12e9eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12e9d0" + }, + { + "manual": true, + "start": "0x12ed60", + "end": "0x12ed7b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12ed60" + }, + { + "manual": true, + "start": "0x12ed80", + "end": "0x12ed87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12ed80" + }, + { + "manual": true, + "start": "0x12eef0", + "end": "0x12eef7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12eef0" + }, + { + "manual": true, + "start": "0x12f900", + "end": "0x12f90a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12f900" + }, + { + "manual": true, + "start": "0x12fdd0", + "end": "0x12fe5e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x12fdd0" + }, + { + "manual": true, + "start": "0x1301d0", + "end": "0x130238", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1301d0" + }, + { + "manual": true, + "start": "0x130240", + "end": "0x1302a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130240" + }, + { + "manual": true, + "start": "0x130700", + "end": "0x13074c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130700" + }, + { + "manual": true, + "start": "0x130750", + "end": "0x13079e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130750" + }, + { + "manual": true, + "start": "0x1307a0", + "end": "0x130817", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1307a0" + }, + { + "manual": true, + "start": "0x130820", + "end": "0x130827", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130820" + }, + { + "manual": true, + "start": "0x130830", + "end": "0x130837", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130830" + }, + { + "manual": true, + "start": "0x1308d0", + "end": "0x13091e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1308d0" + }, + { + "manual": true, + "start": "0x130ec0", + "end": "0x130f12", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130ec0" + }, + { + "manual": true, + "start": "0x130f20", + "end": "0x130f57", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x130f20" + }, + { + "manual": true, + "start": "0x1343f0", + "end": "0x134580", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1343f0" + }, + { + "manual": true, + "start": "0x134590", + "end": "0x1346eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x134590" + }, + { + "manual": true, + "start": "0x1349f0", + "end": "0x134b5b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1349f0" + }, + { + "manual": true, + "start": "0x134ed0", + "end": "0x134f72", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x134ed0" + }, + { + "manual": true, + "start": "0x134f80", + "end": "0x13507a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x134f80" + }, + { + "manual": true, + "start": "0x135080", + "end": "0x135170", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135080" + }, + { + "manual": true, + "start": "0x135180", + "end": "0x13537d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135180" + }, + { + "manual": true, + "start": "0x135380", + "end": "0x13548a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135380" + }, + { + "manual": true, + "start": "0x135490", + "end": "0x1355b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135490" + }, + { + "manual": true, + "start": "0x1355c0", + "end": "0x135655", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1355c0" + }, + { + "manual": true, + "start": "0x135660", + "end": "0x1356f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135660" + }, + { + "manual": true, + "start": "0x135700", + "end": "0x135795", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135700" + }, + { + "manual": true, + "start": "0x1357a0", + "end": "0x13585d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1357a0" + }, + { + "manual": true, + "start": "0x135860", + "end": "0x13591d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135860" + }, + { + "manual": true, + "start": "0x135920", + "end": "0x135a9a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135920" + }, + { + "manual": true, + "start": "0x135aa0", + "end": "0x135c53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135aa0" + }, + { + "manual": true, + "start": "0x135c60", + "end": "0x135cd8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135c60" + }, + { + "manual": true, + "start": "0x135ce0", + "end": "0x135ea3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135ce0" + }, + { + "manual": true, + "start": "0x135eb0", + "end": "0x136025", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x135eb0" + }, + { + "manual": true, + "start": "0x136030", + "end": "0x136106", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136030" + }, + { + "manual": true, + "start": "0x136110", + "end": "0x13621e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136110" + }, + { + "manual": true, + "start": "0x136220", + "end": "0x136328", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136220" + }, + { + "manual": true, + "start": "0x136330", + "end": "0x1363fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136330" + }, + { + "manual": true, + "start": "0x136400", + "end": "0x1364d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136400" + }, + { + "manual": true, + "start": "0x1364e0", + "end": "0x1365a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1364e0" + }, + { + "manual": true, + "start": "0x1365b0", + "end": "0x13669b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1365b0" + }, + { + "manual": true, + "start": "0x1366a0", + "end": "0x13678c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1366a0" + }, + { + "manual": true, + "start": "0x136790", + "end": "0x13688a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136790" + }, + { + "manual": true, + "start": "0x136890", + "end": "0x136966", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136890" + }, + { + "manual": true, + "start": "0x136970", + "end": "0x136a8f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136970" + }, + { + "manual": true, + "start": "0x136a90", + "end": "0x136b55", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136a90" + }, + { + "manual": true, + "start": "0x136b60", + "end": "0x136c4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136b60" + }, + { + "manual": true, + "start": "0x136c50", + "end": "0x136d3c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136c50" + }, + { + "manual": true, + "start": "0x136d40", + "end": "0x136e3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136d40" + }, + { + "manual": true, + "start": "0x136e40", + "end": "0x137008", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x136e40" + }, + { + "manual": true, + "start": "0x137010", + "end": "0x13706b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137010" + }, + { + "manual": true, + "start": "0x137070", + "end": "0x1370c9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137070" + }, + { + "manual": true, + "start": "0x1370d0", + "end": "0x13723d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1370d0" + }, + { + "manual": true, + "start": "0x137240", + "end": "0x13750e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137240" + }, + { + "manual": true, + "start": "0x137510", + "end": "0x1375f7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137510" + }, + { + "manual": true, + "start": "0x137600", + "end": "0x1376ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137600" + }, + { + "manual": true, + "start": "0x1376c0", + "end": "0x1377b2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1376c0" + }, + { + "manual": true, + "start": "0x1377c0", + "end": "0x13789f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1377c0" + }, + { + "manual": true, + "start": "0x1378a0", + "end": "0x137942", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1378a0" + }, + { + "manual": true, + "start": "0x137950", + "end": "0x1379f2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137950" + }, + { + "manual": true, + "start": "0x137a00", + "end": "0x137a5d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x137a00" + }, + { + "manual": true, + "start": "0x139bf0", + "end": "0x139cb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x139bf0" + }, + { + "manual": true, + "start": "0x139cc0", + "end": "0x139d6a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x139cc0" + }, + { + "manual": true, + "start": "0x139d70", + "end": "0x139f81", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x139d70" + }, + { + "manual": true, + "start": "0x139f90", + "end": "0x13a024", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x139f90" + }, + { + "manual": true, + "start": "0x13a030", + "end": "0x13a14f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13a030" + }, + { + "manual": true, + "start": "0x13a150", + "end": "0x13a2f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13a150" + }, + { + "manual": true, + "start": "0x13a300", + "end": "0x13a538", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13a300" + }, + { + "manual": true, + "start": "0x13a540", + "end": "0x13a65d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13a540" + }, + { + "manual": true, + "start": "0x13a660", + "end": "0x13a741", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13a660" + }, + { + "manual": true, + "start": "0x13b5c0", + "end": "0x13b5f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13b5c0" + }, + { + "manual": true, + "start": "0x13b650", + "end": "0x13b6b5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13b650" + }, + { + "manual": true, + "start": "0x13b6c0", + "end": "0x13b738", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13b6c0" + }, + { + "manual": true, + "start": "0x13be70", + "end": "0x13c0a4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13be70" + }, + { + "manual": true, + "start": "0x13c0b0", + "end": "0x13c0e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c0b0" + }, + { + "manual": true, + "start": "0x13c0f0", + "end": "0x13c176", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c0f0" + }, + { + "manual": true, + "start": "0x13c180", + "end": "0x13c29b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c180" + }, + { + "manual": true, + "start": "0x13c2a0", + "end": "0x13c303", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c2a0" + }, + { + "manual": true, + "start": "0x13c310", + "end": "0x13c392", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c310" + }, + { + "manual": true, + "start": "0x13c3a0", + "end": "0x13c425", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13c3a0" + }, + { + "manual": true, + "start": "0x13dd10", + "end": "0x13dd20", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13dd10" + }, + { + "manual": true, + "start": "0x13dd30", + "end": "0x13de08", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13dd30" + }, + { + "manual": true, + "start": "0x13de10", + "end": "0x13de50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13de10" + }, + { + "manual": true, + "start": "0x13de60", + "end": "0x13de88", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13de60" + }, + { + "manual": true, + "start": "0x13de90", + "end": "0x13e059", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13de90" + }, + { + "manual": true, + "start": "0x13e060", + "end": "0x13e2b5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e060" + }, + { + "manual": true, + "start": "0x13e2c0", + "end": "0x13e48f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e2c0" + }, + { + "manual": true, + "start": "0x13e490", + "end": "0x13e5d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e490" + }, + { + "manual": true, + "start": "0x13e5e0", + "end": "0x13e6a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e5e0" + }, + { + "manual": true, + "start": "0x13e6b0", + "end": "0x13e7d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e6b0" + }, + { + "manual": true, + "start": "0x13e7e0", + "end": "0x13e80b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x13e7e0" + }, + { + "manual": true, + "start": "0x140310", + "end": "0x1405a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x140310" + }, + { + "manual": true, + "start": "0x1407f0", + "end": "0x1408d5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1407f0" + }, + { + "manual": true, + "start": "0x1408e0", + "end": "0x140a25", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1408e0" + }, + { + "manual": true, + "start": "0x140a30", + "end": "0x140d65", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x140a30" + }, + { + "manual": true, + "start": "0x140d70", + "end": "0x140de2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x140d70" + }, + { + "manual": true, + "start": "0x140df0", + "end": "0x140e74", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x140df0" + }, + { + "manual": true, + "start": "0x140e80", + "end": "0x14100b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x140e80" + }, + { + "manual": true, + "start": "0x141010", + "end": "0x1410dd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141010" + }, + { + "manual": true, + "start": "0x1410e0", + "end": "0x14113b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1410e0" + }, + { + "manual": true, + "start": "0x141140", + "end": "0x14119b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141140" + }, + { + "manual": true, + "start": "0x1411a0", + "end": "0x1411fb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1411a0" + }, + { + "manual": true, + "start": "0x141200", + "end": "0x141241", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141200" + }, + { + "manual": true, + "start": "0x141250", + "end": "0x1412b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141250" + }, + { + "manual": true, + "start": "0x1412c0", + "end": "0x141335", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1412c0" + }, + { + "manual": true, + "start": "0x141340", + "end": "0x14141c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141340" + }, + { + "manual": true, + "start": "0x141420", + "end": "0x1414fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141420" + }, + { + "manual": true, + "start": "0x141500", + "end": "0x1415cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141500" + }, + { + "manual": true, + "start": "0x1415d0", + "end": "0x141678", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1415d0" + }, + { + "manual": true, + "start": "0x141680", + "end": "0x1417fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141680" + }, + { + "manual": true, + "start": "0x141800", + "end": "0x1418ec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141800" + }, + { + "manual": true, + "start": "0x1418f0", + "end": "0x1419e0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1418f0" + }, + { + "manual": true, + "start": "0x1419f0", + "end": "0x141ae3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1419f0" + }, + { + "manual": true, + "start": "0x141af0", + "end": "0x141c50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141af0" + }, + { + "manual": true, + "start": "0x141c60", + "end": "0x141dee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x141c60" + }, + { + "manual": true, + "start": "0x143020", + "end": "0x143053", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x143020" + }, + { + "manual": true, + "start": "0x143060", + "end": "0x143093", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x143060" + }, + { + "manual": true, + "start": "0x1430a0", + "end": "0x1432b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1430a0" + }, + { + "manual": true, + "start": "0x1432c0", + "end": "0x1434d8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1432c0" + }, + { + "manual": true, + "start": "0x1434e0", + "end": "0x143532", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1434e0" + }, + { + "manual": true, + "start": "0x143540", + "end": "0x143592", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x143540" + }, + { + "manual": true, + "start": "0x1435a0", + "end": "0x1435fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1435a0" + }, + { + "manual": true, + "start": "0x143600", + "end": "0x143641", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x143600" + }, + { + "manual": true, + "start": "0x144b20", + "end": "0x144b8c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144b20" + }, + { + "manual": true, + "start": "0x144b90", + "end": "0x144c3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144b90" + }, + { + "manual": true, + "start": "0x144c40", + "end": "0x144c9c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144c40" + }, + { + "manual": true, + "start": "0x144ca0", + "end": "0x144d39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144ca0" + }, + { + "manual": true, + "start": "0x144d40", + "end": "0x144e02", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144d40" + }, + { + "manual": true, + "start": "0x144e10", + "end": "0x144e70", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144e10" + }, + { + "manual": true, + "start": "0x144e80", + "end": "0x144fb1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144e80" + }, + { + "manual": true, + "start": "0x144fc0", + "end": "0x14504f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x144fc0" + }, + { + "manual": true, + "start": "0x145050", + "end": "0x145101", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145050" + }, + { + "manual": true, + "start": "0x145110", + "end": "0x14587f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145110" + }, + { + "manual": true, + "start": "0x145880", + "end": "0x145940", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145880" + }, + { + "manual": true, + "start": "0x145950", + "end": "0x1459bc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145950" + }, + { + "manual": true, + "start": "0x1459c0", + "end": "0x145a28", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1459c0" + }, + { + "manual": true, + "start": "0x145a30", + "end": "0x145c7a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145a30" + }, + { + "manual": true, + "start": "0x145c80", + "end": "0x145e56", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145c80" + }, + { + "manual": true, + "start": "0x145e60", + "end": "0x145f11", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145e60" + }, + { + "manual": true, + "start": "0x145f20", + "end": "0x145fd1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145f20" + }, + { + "manual": true, + "start": "0x145fe0", + "end": "0x145fe7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145fe0" + }, + { + "manual": true, + "start": "0x145ff0", + "end": "0x1460f6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x145ff0" + }, + { + "manual": true, + "start": "0x146290", + "end": "0x1462b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x146290" + }, + { + "manual": true, + "start": "0x1469e0", + "end": "0x146a82", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1469e0" + }, + { + "manual": true, + "start": "0x146a90", + "end": "0x146c4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x146a90" + }, + { + "manual": true, + "start": "0x146c50", + "end": "0x146e75", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x146c50" + }, + { + "manual": true, + "start": "0x146e80", + "end": "0x146ee9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x146e80" + }, + { + "manual": true, + "start": "0x146ef0", + "end": "0x146fda", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x146ef0" + }, + { + "manual": true, + "start": "0x147b80", + "end": "0x147c01", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x147b80" + }, + { + "manual": true, + "start": "0x147c10", + "end": "0x147c1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x147c10" + }, + { + "manual": true, + "start": "0x148720", + "end": "0x148753", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x148720" + }, + { + "manual": true, + "start": "0x148d40", + "end": "0x148f48", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x148d40" + }, + { + "manual": true, + "start": "0x149ad0", + "end": "0x149b3f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149ad0" + }, + { + "manual": true, + "start": "0x149b40", + "end": "0x149b7a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149b40" + }, + { + "manual": true, + "start": "0x149b80", + "end": "0x149c36", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149b80" + }, + { + "manual": true, + "start": "0x149c40", + "end": "0x149cc4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149c40" + }, + { + "manual": true, + "start": "0x149cd0", + "end": "0x149d2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149cd0" + }, + { + "manual": true, + "start": "0x149d30", + "end": "0x149dc5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149d30" + }, + { + "manual": true, + "start": "0x149dd0", + "end": "0x149e72", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149dd0" + }, + { + "manual": true, + "start": "0x149e80", + "end": "0x149eb3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149e80" + }, + { + "manual": true, + "start": "0x149ec0", + "end": "0x149f12", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149ec0" + }, + { + "manual": true, + "start": "0x149f20", + "end": "0x149f53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149f20" + }, + { + "manual": true, + "start": "0x149f60", + "end": "0x14a031", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x149f60" + }, + { + "manual": true, + "start": "0x14a040", + "end": "0x14a0d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a040" + }, + { + "manual": true, + "start": "0x14a0e0", + "end": "0x14a139", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a0e0" + }, + { + "manual": true, + "start": "0x14a140", + "end": "0x14a173", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a140" + }, + { + "manual": true, + "start": "0x14a180", + "end": "0x14a27b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a180" + }, + { + "manual": true, + "start": "0x14a280", + "end": "0x14a2b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a280" + }, + { + "manual": true, + "start": "0x14a2c0", + "end": "0x14a2f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a2c0" + }, + { + "manual": true, + "start": "0x14a300", + "end": "0x14a360", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a300" + }, + { + "manual": true, + "start": "0x14a370", + "end": "0x14a3d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14a370" + }, + { + "manual": true, + "start": "0x14baa0", + "end": "0x14bad3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14baa0" + }, + { + "manual": true, + "start": "0x14bae0", + "end": "0x14bb3c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14bae0" + }, + { + "manual": true, + "start": "0x14bb40", + "end": "0x14bbc5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14bb40" + }, + { + "manual": true, + "start": "0x14bbd0", + "end": "0x14bc23", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14bbd0" + }, + { + "manual": true, + "start": "0x14bc30", + "end": "0x14be78", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14bc30" + }, + { + "manual": true, + "start": "0x14be90", + "end": "0x14c11f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14be90" + }, + { + "manual": true, + "start": "0x14c120", + "end": "0x14c166", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c120" + }, + { + "manual": true, + "start": "0x14c170", + "end": "0x14c247", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c170" + }, + { + "manual": true, + "start": "0x14c250", + "end": "0x14c2df", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c250" + }, + { + "manual": true, + "start": "0x14c2e0", + "end": "0x14c4cf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c2e0" + }, + { + "manual": true, + "start": "0x14c4d0", + "end": "0x14c6d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c4d0" + }, + { + "manual": true, + "start": "0x14c6e0", + "end": "0x14c73c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c6e0" + }, + { + "manual": true, + "start": "0x14c740", + "end": "0x14c79f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c740" + }, + { + "manual": true, + "start": "0x14c7a0", + "end": "0x14c807", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c7a0" + }, + { + "manual": true, + "start": "0x14c810", + "end": "0x14c86f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c810" + }, + { + "manual": true, + "start": "0x14c870", + "end": "0x14c891", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c870" + }, + { + "manual": true, + "start": "0x14c8a0", + "end": "0x14c9d2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c8a0" + }, + { + "manual": true, + "start": "0x14c9f0", + "end": "0x14ca21", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14c9f0" + }, + { + "manual": true, + "start": "0x14d770", + "end": "0x14d8e1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14d770" + }, + { + "manual": true, + "start": "0x14d8f0", + "end": "0x14d98f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14d8f0" + }, + { + "manual": true, + "start": "0x14d990", + "end": "0x14da0f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14d990" + }, + { + "manual": true, + "start": "0x14da10", + "end": "0x14dc90", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14da10" + }, + { + "manual": true, + "start": "0x14dca0", + "end": "0x14dca7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14dca0" + }, + { + "manual": true, + "start": "0x14dcb0", + "end": "0x14dcb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14dcb0" + }, + { + "manual": true, + "start": "0x14dcc0", + "end": "0x14ddf0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14dcc0" + }, + { + "manual": true, + "start": "0x14de00", + "end": "0x14e006", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14de00" + }, + { + "manual": true, + "start": "0x14e010", + "end": "0x14e15d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e010" + }, + { + "manual": true, + "start": "0x14e160", + "end": "0x14e190", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e160" + }, + { + "manual": true, + "start": "0x14e1a0", + "end": "0x14e1bf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e1a0" + }, + { + "manual": true, + "start": "0x14e1c0", + "end": "0x14e1f0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e1c0" + }, + { + "manual": true, + "start": "0x14e200", + "end": "0x14e21f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e200" + }, + { + "manual": true, + "start": "0x14e6d0", + "end": "0x14e716", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14e6d0" + }, + { + "manual": true, + "start": "0x14ea60", + "end": "0x14ea88", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ea60" + }, + { + "manual": true, + "start": "0x14ea90", + "end": "0x14eb0a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ea90" + }, + { + "manual": true, + "start": "0x14eb10", + "end": "0x14eb3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14eb10" + }, + { + "manual": true, + "start": "0x14eb40", + "end": "0x14ebb9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14eb40" + }, + { + "manual": true, + "start": "0x14ebc0", + "end": "0x14ebfa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ebc0" + }, + { + "manual": true, + "start": "0x14ed80", + "end": "0x14ee57", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ed80" + }, + { + "manual": true, + "start": "0x14ee60", + "end": "0x14ef86", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ee60" + }, + { + "manual": true, + "start": "0x14ef90", + "end": "0x14efd4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14ef90" + }, + { + "manual": true, + "start": "0x14f430", + "end": "0x14f49c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f430" + }, + { + "manual": true, + "start": "0x14f4a0", + "end": "0x14f560", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f4a0" + }, + { + "manual": true, + "start": "0x14f570", + "end": "0x14f683", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f570" + }, + { + "manual": true, + "start": "0x14f690", + "end": "0x14f81c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f690" + }, + { + "manual": true, + "start": "0x14f820", + "end": "0x14f8a9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f820" + }, + { + "manual": true, + "start": "0x14f8b0", + "end": "0x14f97a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f8b0" + }, + { + "manual": true, + "start": "0x14f980", + "end": "0x14fb0a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x14f980" + }, + { + "manual": true, + "start": "0x151720", + "end": "0x151758", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151720" + }, + { + "manual": true, + "start": "0x151760", + "end": "0x151782", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151760" + }, + { + "manual": true, + "start": "0x151790", + "end": "0x1517cf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151790" + }, + { + "manual": true, + "start": "0x1517d0", + "end": "0x1518b2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1517d0" + }, + { + "manual": true, + "start": "0x1518c0", + "end": "0x1518ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1518c0" + }, + { + "manual": true, + "start": "0x151900", + "end": "0x1519e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151900" + }, + { + "manual": true, + "start": "0x1519f0", + "end": "0x151a2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1519f0" + }, + { + "manual": true, + "start": "0x151a30", + "end": "0x151b3c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151a30" + }, + { + "manual": true, + "start": "0x151b40", + "end": "0x151b8e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151b40" + }, + { + "manual": true, + "start": "0x151b90", + "end": "0x151bb2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151b90" + }, + { + "manual": true, + "start": "0x151bc0", + "end": "0x151bff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151bc0" + }, + { + "manual": true, + "start": "0x151c00", + "end": "0x151d0c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151c00" + }, + { + "manual": true, + "start": "0x151d10", + "end": "0x151d5e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151d10" + }, + { + "manual": true, + "start": "0x151d60", + "end": "0x151d98", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151d60" + }, + { + "manual": true, + "start": "0x151da0", + "end": "0x151dc2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151da0" + }, + { + "manual": true, + "start": "0x151dd0", + "end": "0x151fa0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151dd0" + }, + { + "manual": true, + "start": "0x151fb0", + "end": "0x151fcb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151fb0" + }, + { + "manual": true, + "start": "0x151fd0", + "end": "0x151feb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151fd0" + }, + { + "manual": true, + "start": "0x151ff0", + "end": "0x15200b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x151ff0" + }, + { + "manual": true, + "start": "0x1523a0", + "end": "0x152438", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1523a0" + }, + { + "manual": true, + "start": "0x152440", + "end": "0x15257c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152440" + }, + { + "manual": true, + "start": "0x152580", + "end": "0x1526c7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152580" + }, + { + "manual": true, + "start": "0x1529a0", + "end": "0x1529d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1529a0" + }, + { + "manual": true, + "start": "0x152dd0", + "end": "0x152e0f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152dd0" + }, + { + "manual": true, + "start": "0x152e10", + "end": "0x152e83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152e10" + }, + { + "manual": true, + "start": "0x152e90", + "end": "0x152f2e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152e90" + }, + { + "manual": true, + "start": "0x152f30", + "end": "0x152ffd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x152f30" + }, + { + "manual": true, + "start": "0x153110", + "end": "0x153118", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153110" + }, + { + "manual": true, + "start": "0x153120", + "end": "0x153162", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153120" + }, + { + "manual": true, + "start": "0x153170", + "end": "0x1531c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153170" + }, + { + "manual": true, + "start": "0x153ba0", + "end": "0x153c24", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153ba0" + }, + { + "manual": true, + "start": "0x153c30", + "end": "0x153d5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153c30" + }, + { + "manual": true, + "start": "0x153d60", + "end": "0x153e18", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153d60" + }, + { + "manual": true, + "start": "0x153e20", + "end": "0x153f45", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153e20" + }, + { + "manual": true, + "start": "0x153f50", + "end": "0x153f85", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153f50" + }, + { + "manual": true, + "start": "0x153f90", + "end": "0x154156", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x153f90" + }, + { + "manual": true, + "start": "0x154160", + "end": "0x154167", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154160" + }, + { + "manual": true, + "start": "0x154370", + "end": "0x154378", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154370" + }, + { + "manual": true, + "start": "0x154440", + "end": "0x154448", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154440" + }, + { + "manual": true, + "start": "0x1545e0", + "end": "0x1545fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1545e0" + }, + { + "manual": true, + "start": "0x154600", + "end": "0x15460c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154600" + }, + { + "manual": true, + "start": "0x154680", + "end": "0x154688", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154680" + }, + { + "manual": true, + "start": "0x154740", + "end": "0x154748", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154740" + }, + { + "manual": true, + "start": "0x1548e0", + "end": "0x1548e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1548e0" + }, + { + "manual": true, + "start": "0x1548f0", + "end": "0x154957", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1548f0" + }, + { + "manual": true, + "start": "0x154a50", + "end": "0x154a58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154a50" + }, + { + "manual": true, + "start": "0x154bd0", + "end": "0x154bd8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154bd0" + }, + { + "manual": true, + "start": "0x154be0", + "end": "0x154d1a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154be0" + }, + { + "manual": true, + "start": "0x154d20", + "end": "0x154e5a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x154d20" + }, + { + "manual": true, + "start": "0x1551e0", + "end": "0x1553a4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1551e0" + }, + { + "manual": true, + "start": "0x1553b0", + "end": "0x1553e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1553b0" + }, + { + "manual": true, + "start": "0x155590", + "end": "0x1555cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x155590" + }, + { + "manual": true, + "start": "0x1555d0", + "end": "0x155652", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1555d0" + }, + { + "manual": true, + "start": "0x155660", + "end": "0x1556ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x155660" + }, + { + "manual": true, + "start": "0x1556d0", + "end": "0x155751", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1556d0" + }, + { + "manual": true, + "start": "0x155760", + "end": "0x155838", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x155760" + }, + { + "manual": true, + "start": "0x155840", + "end": "0x155918", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x155840" + }, + { + "manual": true, + "start": "0x155fd0", + "end": "0x15627b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x155fd0" + }, + { + "manual": true, + "start": "0x156280", + "end": "0x1564c9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x156280" + }, + { + "manual": true, + "start": "0x1564d0", + "end": "0x1567d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1564d0" + }, + { + "manual": true, + "start": "0x1567e0", + "end": "0x1569cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1567e0" + }, + { + "manual": true, + "start": "0x1569d0", + "end": "0x156a48", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1569d0" + }, + { + "manual": true, + "start": "0x156a50", + "end": "0x156ac8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x156a50" + }, + { + "manual": true, + "start": "0x156ad0", + "end": "0x156b52", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x156ad0" + }, + { + "manual": true, + "start": "0x156b60", + "end": "0x156bbe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x156b60" + }, + { + "manual": true, + "start": "0x156bc0", + "end": "0x156d6f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x156bc0" + }, + { + "manual": true, + "start": "0x157520", + "end": "0x157656", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157520" + }, + { + "manual": true, + "start": "0x157660", + "end": "0x1576a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157660" + }, + { + "manual": true, + "start": "0x1576b0", + "end": "0x157880", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1576b0" + }, + { + "manual": true, + "start": "0x157890", + "end": "0x157924", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157890" + }, + { + "manual": true, + "start": "0x157930", + "end": "0x157a98", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157930" + }, + { + "manual": true, + "start": "0x157aa0", + "end": "0x157bda", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157aa0" + }, + { + "manual": true, + "start": "0x157be0", + "end": "0x157d55", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157be0" + }, + { + "manual": true, + "start": "0x157d60", + "end": "0x157e30", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157d60" + }, + { + "manual": true, + "start": "0x157e40", + "end": "0x157f60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157e40" + }, + { + "manual": true, + "start": "0x157f70", + "end": "0x15805b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x157f70" + }, + { + "manual": true, + "start": "0x158060", + "end": "0x1580da", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x158060" + }, + { + "manual": true, + "start": "0x1580e0", + "end": "0x15815a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1580e0" + }, + { + "manual": true, + "start": "0x1586d0", + "end": "0x15870e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1586d0" + }, + { + "manual": true, + "start": "0x159400", + "end": "0x1594d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x159400" + }, + { + "manual": true, + "start": "0x1594e0", + "end": "0x1594f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1594e0" + }, + { + "manual": true, + "start": "0x159500", + "end": "0x1595c8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x159500" + }, + { + "manual": true, + "start": "0x1595d0", + "end": "0x1595d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1595d0" + }, + { + "manual": true, + "start": "0x159f50", + "end": "0x159fe3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x159f50" + }, + { + "manual": true, + "start": "0x159ff0", + "end": "0x15a03a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x159ff0" + }, + { + "manual": true, + "start": "0x15a040", + "end": "0x15a0be", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15a040" + }, + { + "manual": true, + "start": "0x15a0c0", + "end": "0x15a12f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15a0c0" + }, + { + "manual": true, + "start": "0x15d280", + "end": "0x15d2a0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15d280" + }, + { + "manual": true, + "start": "0x15d2b0", + "end": "0x15d43c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15d2b0" + }, + { + "manual": true, + "start": "0x15dc00", + "end": "0x15dc22", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15dc00" + }, + { + "manual": true, + "start": "0x15dc30", + "end": "0x15dc56", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15dc30" + }, + { + "manual": true, + "start": "0x15dc60", + "end": "0x15dc83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15dc60" + }, + { + "manual": true, + "start": "0x15e8d0", + "end": "0x15e9af", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15e8d0" + }, + { + "manual": true, + "start": "0x15e9b0", + "end": "0x15ea66", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15e9b0" + }, + { + "manual": true, + "start": "0x15ea70", + "end": "0x15eacd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15ea70" + }, + { + "manual": true, + "start": "0x15fad0", + "end": "0x15fb80", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15fad0" + }, + { + "manual": true, + "start": "0x15fb90", + "end": "0x15fc1e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15fb90" + }, + { + "manual": true, + "start": "0x15fc20", + "end": "0x15fcb8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15fc20" + }, + { + "manual": true, + "start": "0x15fcc0", + "end": "0x15fd12", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x15fcc0" + }, + { + "manual": true, + "start": "0x160560", + "end": "0x1605eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x160560" + }, + { + "manual": true, + "start": "0x162550", + "end": "0x1625ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x162550" + }, + { + "manual": true, + "start": "0x1625f0", + "end": "0x16269a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1625f0" + }, + { + "manual": true, + "start": "0x163520", + "end": "0x1635de", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163520" + }, + { + "manual": true, + "start": "0x1635e0", + "end": "0x1636ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1635e0" + }, + { + "manual": true, + "start": "0x163700", + "end": "0x16381f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163700" + }, + { + "manual": true, + "start": "0x163820", + "end": "0x16393f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163820" + }, + { + "manual": true, + "start": "0x163940", + "end": "0x163a86", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163940" + }, + { + "manual": true, + "start": "0x163a90", + "end": "0x163b7b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163a90" + }, + { + "manual": true, + "start": "0x163b80", + "end": "0x163cab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163b80" + }, + { + "manual": true, + "start": "0x163cb0", + "end": "0x163ddb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163cb0" + }, + { + "manual": true, + "start": "0x163de0", + "end": "0x163f0b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163de0" + }, + { + "manual": true, + "start": "0x163f10", + "end": "0x164066", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x163f10" + }, + { + "manual": true, + "start": "0x164070", + "end": "0x1640b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164070" + }, + { + "manual": true, + "start": "0x1640c0", + "end": "0x164122", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1640c0" + }, + { + "manual": true, + "start": "0x164130", + "end": "0x1641bb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164130" + }, + { + "manual": true, + "start": "0x164ae0", + "end": "0x164b89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164ae0" + }, + { + "manual": true, + "start": "0x164b90", + "end": "0x164bac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164b90" + }, + { + "manual": true, + "start": "0x164bb0", + "end": "0x164c07", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164bb0" + }, + { + "manual": true, + "start": "0x164c10", + "end": "0x164c60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164c10" + }, + { + "manual": true, + "start": "0x164c70", + "end": "0x164c8b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164c70" + }, + { + "manual": true, + "start": "0x164e90", + "end": "0x164f53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164e90" + }, + { + "manual": true, + "start": "0x164f60", + "end": "0x165023", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x164f60" + }, + { + "manual": true, + "start": "0x166400", + "end": "0x166486", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166400" + }, + { + "manual": true, + "start": "0x166490", + "end": "0x1664d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166490" + }, + { + "manual": true, + "start": "0x1664e0", + "end": "0x166521", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1664e0" + }, + { + "manual": true, + "start": "0x1666a0", + "end": "0x1666fd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1666a0" + }, + { + "manual": true, + "start": "0x166e80", + "end": "0x166eac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166e80" + }, + { + "manual": true, + "start": "0x166eb0", + "end": "0x166f31", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166eb0" + }, + { + "manual": true, + "start": "0x166f40", + "end": "0x166f6b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166f40" + }, + { + "manual": true, + "start": "0x166f70", + "end": "0x166f9e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166f70" + }, + { + "manual": true, + "start": "0x166fa0", + "end": "0x1670cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x166fa0" + }, + { + "manual": true, + "start": "0x1670d0", + "end": "0x1671f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1670d0" + }, + { + "manual": true, + "start": "0x167200", + "end": "0x167312", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x167200" + }, + { + "manual": true, + "start": "0x167320", + "end": "0x16744b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x167320" + }, + { + "manual": true, + "start": "0x167450", + "end": "0x1674ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x167450" + }, + { + "manual": true, + "start": "0x1674f0", + "end": "0x16751e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1674f0" + }, + { + "manual": true, + "start": "0x168160", + "end": "0x1682b5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x168160" + }, + { + "manual": true, + "start": "0x168730", + "end": "0x168763", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x168730" + }, + { + "manual": true, + "start": "0x168770", + "end": "0x168807", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x168770" + }, + { + "manual": true, + "start": "0x168810", + "end": "0x1688b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x168810" + }, + { + "manual": true, + "start": "0x1690a0", + "end": "0x16917a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1690a0" + }, + { + "manual": true, + "start": "0x169180", + "end": "0x169228", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169180" + }, + { + "manual": true, + "start": "0x169230", + "end": "0x16929f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169230" + }, + { + "manual": true, + "start": "0x1692a0", + "end": "0x16933e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1692a0" + }, + { + "manual": true, + "start": "0x169340", + "end": "0x1693de", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169340" + }, + { + "manual": true, + "start": "0x1693e0", + "end": "0x16951d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1693e0" + }, + { + "manual": true, + "start": "0x169520", + "end": "0x1696dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169520" + }, + { + "manual": true, + "start": "0x1696e0", + "end": "0x1697ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1696e0" + }, + { + "manual": true, + "start": "0x1697b0", + "end": "0x16981b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1697b0" + }, + { + "manual": true, + "start": "0x169820", + "end": "0x169900", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169820" + }, + { + "manual": true, + "start": "0x169910", + "end": "0x169b4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169910" + }, + { + "manual": true, + "start": "0x169b50", + "end": "0x169ccd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169b50" + }, + { + "manual": true, + "start": "0x169cd0", + "end": "0x169e45", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169cd0" + }, + { + "manual": true, + "start": "0x169e50", + "end": "0x169f98", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169e50" + }, + { + "manual": true, + "start": "0x169fa0", + "end": "0x16a0eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x169fa0" + }, + { + "manual": true, + "start": "0x16a0f0", + "end": "0x16a29d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a0f0" + }, + { + "manual": true, + "start": "0x16a2a0", + "end": "0x16a375", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a2a0" + }, + { + "manual": true, + "start": "0x16a380", + "end": "0x16a403", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a380" + }, + { + "manual": true, + "start": "0x16a410", + "end": "0x16a638", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a410" + }, + { + "manual": true, + "start": "0x16a640", + "end": "0x16a85d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a640" + }, + { + "manual": true, + "start": "0x16a860", + "end": "0x16aa03", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16a860" + }, + { + "manual": true, + "start": "0x16aa10", + "end": "0x16aaeb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16aa10" + }, + { + "manual": true, + "start": "0x16aaf0", + "end": "0x16ab60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16aaf0" + }, + { + "manual": true, + "start": "0x16ab70", + "end": "0x16ac04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16ab70" + }, + { + "manual": true, + "start": "0x16ac10", + "end": "0x16ac87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16ac10" + }, + { + "manual": true, + "start": "0x16ac90", + "end": "0x16ad95", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16ac90" + }, + { + "manual": true, + "start": "0x16ada0", + "end": "0x16ae41", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16ada0" + }, + { + "manual": true, + "start": "0x16ae50", + "end": "0x16aef1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16ae50" + }, + { + "manual": true, + "start": "0x16af00", + "end": "0x16af50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16af00" + }, + { + "manual": true, + "start": "0x16af60", + "end": "0x16afb0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16af60" + }, + { + "manual": true, + "start": "0x16afc0", + "end": "0x16b0aa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16afc0" + }, + { + "manual": true, + "start": "0x16b0b0", + "end": "0x16b1db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16b0b0" + }, + { + "manual": true, + "start": "0x16d570", + "end": "0x16d5b3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d570" + }, + { + "manual": true, + "start": "0x16d5c0", + "end": "0x16d5cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d5c0" + }, + { + "manual": true, + "start": "0x16d5d0", + "end": "0x16d603", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d5d0" + }, + { + "manual": true, + "start": "0x16d610", + "end": "0x16d688", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d610" + }, + { + "manual": true, + "start": "0x16d690", + "end": "0x16d6c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d690" + }, + { + "manual": true, + "start": "0x16d6d0", + "end": "0x16d727", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16d6d0" + }, + { + "manual": true, + "start": "0x16df80", + "end": "0x16e0db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16df80" + }, + { + "manual": true, + "start": "0x16e0e0", + "end": "0x16e166", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e0e0" + }, + { + "manual": true, + "start": "0x16e170", + "end": "0x16e1d9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e170" + }, + { + "manual": true, + "start": "0x16e1e0", + "end": "0x16e201", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e1e0" + }, + { + "manual": true, + "start": "0x16e210", + "end": "0x16e305", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e210" + }, + { + "manual": true, + "start": "0x16e310", + "end": "0x16e39c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e310" + }, + { + "manual": true, + "start": "0x16e3a0", + "end": "0x16e43f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e3a0" + }, + { + "manual": true, + "start": "0x16e440", + "end": "0x16e517", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e440" + }, + { + "manual": true, + "start": "0x16e520", + "end": "0x16e9ae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e520" + }, + { + "manual": true, + "start": "0x16e9b0", + "end": "0x16ec9c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16e9b0" + }, + { + "manual": true, + "start": "0x16eca0", + "end": "0x16ede1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16eca0" + }, + { + "manual": true, + "start": "0x16edf0", + "end": "0x16eee1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16edf0" + }, + { + "manual": true, + "start": "0x16eef0", + "end": "0x16eff9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16eef0" + }, + { + "manual": true, + "start": "0x16f000", + "end": "0x16f13e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f000" + }, + { + "manual": true, + "start": "0x16f140", + "end": "0x16f273", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f140" + }, + { + "manual": true, + "start": "0x16f280", + "end": "0x16f341", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f280" + }, + { + "manual": true, + "start": "0x16f350", + "end": "0x16f395", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f350" + }, + { + "manual": true, + "start": "0x16f3a0", + "end": "0x16f403", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f3a0" + }, + { + "manual": true, + "start": "0x16f410", + "end": "0x16f4d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x16f410" + }, + { + "manual": true, + "start": "0x170550", + "end": "0x1706b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x170550" + }, + { + "manual": true, + "start": "0x1706c0", + "end": "0x17074b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1706c0" + }, + { + "manual": true, + "start": "0x170750", + "end": "0x170900", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x170750" + }, + { + "manual": true, + "start": "0x170910", + "end": "0x170bc6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x170910" + }, + { + "manual": true, + "start": "0x170bd0", + "end": "0x170f09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x170bd0" + }, + { + "manual": true, + "start": "0x170f10", + "end": "0x1711bb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x170f10" + }, + { + "manual": true, + "start": "0x1711c0", + "end": "0x171346", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1711c0" + }, + { + "manual": true, + "start": "0x171350", + "end": "0x1713b3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x171350" + }, + { + "manual": true, + "start": "0x1713c0", + "end": "0x17144e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1713c0" + }, + { + "manual": true, + "start": "0x171450", + "end": "0x1714c9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x171450" + }, + { + "manual": true, + "start": "0x171a40", + "end": "0x171aa0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x171a40" + }, + { + "manual": true, + "start": "0x171ab0", + "end": "0x171af1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x171ab0" + }, + { + "manual": true, + "start": "0x171b00", + "end": "0x171bde", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x171b00" + }, + { + "manual": true, + "start": "0x172ab0", + "end": "0x172b39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172ab0" + }, + { + "manual": true, + "start": "0x172b40", + "end": "0x172b73", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172b40" + }, + { + "manual": true, + "start": "0x172b80", + "end": "0x172bb3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172b80" + }, + { + "manual": true, + "start": "0x172bc0", + "end": "0x172c4e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172bc0" + }, + { + "manual": true, + "start": "0x172c50", + "end": "0x172c7c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172c50" + }, + { + "manual": true, + "start": "0x172c80", + "end": "0x172d06", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x172c80" + }, + { + "manual": true, + "start": "0x173690", + "end": "0x173a5e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173690" + }, + { + "manual": true, + "start": "0x173a60", + "end": "0x173aa5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173a60" + }, + { + "manual": true, + "start": "0x173ab0", + "end": "0x173af5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173ab0" + }, + { + "manual": true, + "start": "0x173b00", + "end": "0x173b49", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173b00" + }, + { + "manual": true, + "start": "0x173b50", + "end": "0x173c8e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173b50" + }, + { + "manual": true, + "start": "0x173c90", + "end": "0x173e08", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173c90" + }, + { + "manual": true, + "start": "0x173e10", + "end": "0x173ee2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173e10" + }, + { + "manual": true, + "start": "0x173ef0", + "end": "0x173fcf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173ef0" + }, + { + "manual": true, + "start": "0x173fd0", + "end": "0x1740ae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x173fd0" + }, + { + "manual": true, + "start": "0x1740b0", + "end": "0x1740b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1740b0" + }, + { + "manual": true, + "start": "0x1740c0", + "end": "0x17417d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1740c0" + }, + { + "manual": true, + "start": "0x174180", + "end": "0x174303", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x174180" + }, + { + "manual": true, + "start": "0x174a00", + "end": "0x174aa7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x174a00" + }, + { + "manual": true, + "start": "0x174ab0", + "end": "0x174cf2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x174ab0" + }, + { + "manual": true, + "start": "0x1761f0", + "end": "0x176237", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1761f0" + }, + { + "manual": true, + "start": "0x17b3a0", + "end": "0x17b4f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17b3a0" + }, + { + "manual": true, + "start": "0x17b500", + "end": "0x17b572", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17b500" + }, + { + "manual": true, + "start": "0x17b940", + "end": "0x17b9b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17b940" + }, + { + "manual": true, + "start": "0x17b9c0", + "end": "0x17b9df", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17b9c0" + }, + { + "manual": true, + "start": "0x17bab0", + "end": "0x17bb2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17bab0" + }, + { + "manual": true, + "start": "0x17bb30", + "end": "0x17bbb2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17bb30" + }, + { + "manual": true, + "start": "0x17bbc0", + "end": "0x17bc89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17bbc0" + }, + { + "manual": true, + "start": "0x17f170", + "end": "0x17f1ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17f170" + }, + { + "manual": true, + "start": "0x17f1b0", + "end": "0x17f379", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17f1b0" + }, + { + "manual": true, + "start": "0x17f380", + "end": "0x17f4ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17f380" + }, + { + "manual": true, + "start": "0x17f4f0", + "end": "0x17f5cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x17f4f0" + }, + { + "manual": true, + "start": "0x1841d0", + "end": "0x1841f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1841d0" + }, + { + "manual": true, + "start": "0x184200", + "end": "0x1842c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x184200" + }, + { + "manual": true, + "start": "0x1842d0", + "end": "0x184388", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1842d0" + }, + { + "manual": true, + "start": "0x184390", + "end": "0x1843ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x184390" + }, + { + "manual": true, + "start": "0x1843b0", + "end": "0x1843ea", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1843b0" + }, + { + "manual": true, + "start": "0x1843f0", + "end": "0x18444e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1843f0" + }, + { + "manual": true, + "start": "0x1846d0", + "end": "0x1846d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1846d0" + }, + { + "manual": true, + "start": "0x1846e0", + "end": "0x18481f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1846e0" + }, + { + "manual": true, + "start": "0x184820", + "end": "0x1849e4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x184820" + }, + { + "manual": true, + "start": "0x1849f0", + "end": "0x184a58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1849f0" + }, + { + "manual": true, + "start": "0x184a60", + "end": "0x184abd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x184a60" + }, + { + "manual": true, + "start": "0x184e10", + "end": "0x18506f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x184e10" + }, + { + "manual": true, + "start": "0x185070", + "end": "0x1852b3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x185070" + }, + { + "manual": true, + "start": "0x1852c0", + "end": "0x185393", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1852c0" + }, + { + "manual": true, + "start": "0x1853a0", + "end": "0x1854b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1853a0" + }, + { + "manual": true, + "start": "0x1854c0", + "end": "0x1855b6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1854c0" + }, + { + "manual": true, + "start": "0x1855c0", + "end": "0x1856c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1855c0" + }, + { + "manual": true, + "start": "0x1856d0", + "end": "0x185885", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1856d0" + }, + { + "manual": true, + "start": "0x185890", + "end": "0x18598f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x185890" + }, + { + "manual": true, + "start": "0x185990", + "end": "0x185c8d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x185990" + }, + { + "manual": true, + "start": "0x185c90", + "end": "0x185f56", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x185c90" + }, + { + "manual": true, + "start": "0x1865f0", + "end": "0x1866da", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1865f0" + }, + { + "manual": true, + "start": "0x1866e0", + "end": "0x186721", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1866e0" + }, + { + "manual": true, + "start": "0x186730", + "end": "0x186772", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186730" + }, + { + "manual": true, + "start": "0x186780", + "end": "0x1867c4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186780" + }, + { + "manual": true, + "start": "0x1867d0", + "end": "0x186803", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1867d0" + }, + { + "manual": true, + "start": "0x186810", + "end": "0x18686b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186810" + }, + { + "manual": true, + "start": "0x186870", + "end": "0x1868d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186870" + }, + { + "manual": true, + "start": "0x186c80", + "end": "0x186cf1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186c80" + }, + { + "manual": true, + "start": "0x186d00", + "end": "0x186d86", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186d00" + }, + { + "manual": true, + "start": "0x186d90", + "end": "0x186db4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x186d90" + }, + { + "manual": true, + "start": "0x187940", + "end": "0x1879cf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x187940" + }, + { + "manual": true, + "start": "0x1879d0", + "end": "0x187c5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1879d0" + }, + { + "manual": true, + "start": "0x187c60", + "end": "0x187eac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x187c60" + }, + { + "manual": true, + "start": "0x187eb0", + "end": "0x1880ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x187eb0" + }, + { + "manual": true, + "start": "0x188540", + "end": "0x188569", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188540" + }, + { + "manual": true, + "start": "0x188570", + "end": "0x1886c5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188570" + }, + { + "manual": true, + "start": "0x1886d0", + "end": "0x18874c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1886d0" + }, + { + "manual": true, + "start": "0x188750", + "end": "0x188803", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188750" + }, + { + "manual": true, + "start": "0x188810", + "end": "0x1888af", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188810" + }, + { + "manual": true, + "start": "0x1888b0", + "end": "0x1888d5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1888b0" + }, + { + "manual": true, + "start": "0x1888e0", + "end": "0x188919", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1888e0" + }, + { + "manual": true, + "start": "0x188920", + "end": "0x1889cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188920" + }, + { + "manual": true, + "start": "0x1889d0", + "end": "0x188bff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1889d0" + }, + { + "manual": true, + "start": "0x188c00", + "end": "0x188cbe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188c00" + }, + { + "manual": true, + "start": "0x188cc0", + "end": "0x188d58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188cc0" + }, + { + "manual": true, + "start": "0x188d60", + "end": "0x188dc6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188d60" + }, + { + "manual": true, + "start": "0x188dd0", + "end": "0x188e51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188dd0" + }, + { + "manual": true, + "start": "0x188f00", + "end": "0x188f88", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x188f00" + }, + { + "manual": true, + "start": "0x189520", + "end": "0x189583", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189520" + }, + { + "manual": true, + "start": "0x189590", + "end": "0x1895f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189590" + }, + { + "manual": true, + "start": "0x189600", + "end": "0x1896ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189600" + }, + { + "manual": true, + "start": "0x189b50", + "end": "0x189b86", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189b50" + }, + { + "manual": true, + "start": "0x189b90", + "end": "0x189baa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189b90" + }, + { + "manual": true, + "start": "0x189c40", + "end": "0x189c8d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189c40" + }, + { + "manual": true, + "start": "0x189c90", + "end": "0x189d66", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189c90" + }, + { + "manual": true, + "start": "0x189d70", + "end": "0x189dbb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x189d70" + }, + { + "manual": true, + "start": "0x18a110", + "end": "0x18a147", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a110" + }, + { + "manual": true, + "start": "0x18a150", + "end": "0x18a191", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a150" + }, + { + "manual": true, + "start": "0x18a400", + "end": "0x18a420", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a400" + }, + { + "manual": true, + "start": "0x18a480", + "end": "0x18a514", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a480" + }, + { + "manual": true, + "start": "0x18a900", + "end": "0x18a91a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a900" + }, + { + "manual": true, + "start": "0x18a920", + "end": "0x18a953", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a920" + }, + { + "manual": true, + "start": "0x18a960", + "end": "0x18a993", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a960" + }, + { + "manual": true, + "start": "0x18a9a0", + "end": "0x18a9d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a9a0" + }, + { + "manual": true, + "start": "0x18a9e0", + "end": "0x18aa34", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18a9e0" + }, + { + "manual": true, + "start": "0x18aa40", + "end": "0x18aa5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18aa40" + }, + { + "manual": true, + "start": "0x18ab50", + "end": "0x18ab9b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18ab50" + }, + { + "manual": true, + "start": "0x18b3a0", + "end": "0x18b486", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18b3a0" + }, + { + "manual": true, + "start": "0x18b490", + "end": "0x18b586", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18b490" + }, + { + "manual": true, + "start": "0x18b590", + "end": "0x18b5f6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18b590" + }, + { + "manual": true, + "start": "0x18b600", + "end": "0x18b663", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18b600" + }, + { + "manual": true, + "start": "0x18b670", + "end": "0x18b6d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18b670" + }, + { + "manual": true, + "start": "0x18bd10", + "end": "0x18bd2a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bd10" + }, + { + "manual": true, + "start": "0x18bd30", + "end": "0x18bd4a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bd30" + }, + { + "manual": true, + "start": "0x18bd50", + "end": "0x18bd6a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bd50" + }, + { + "manual": true, + "start": "0x18bd70", + "end": "0x18bd8a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bd70" + }, + { + "manual": true, + "start": "0x18bd90", + "end": "0x18bdaa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bd90" + }, + { + "manual": true, + "start": "0x18bdb0", + "end": "0x18bdca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bdb0" + }, + { + "manual": true, + "start": "0x18bdd0", + "end": "0x18bdf1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bdd0" + }, + { + "manual": true, + "start": "0x18be00", + "end": "0x18be21", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18be00" + }, + { + "manual": true, + "start": "0x18be30", + "end": "0x18bec3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18be30" + }, + { + "manual": true, + "start": "0x18bed0", + "end": "0x18bf62", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bed0" + }, + { + "manual": true, + "start": "0x18bf70", + "end": "0x18c002", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18bf70" + }, + { + "manual": true, + "start": "0x18c010", + "end": "0x18c0a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c010" + }, + { + "manual": true, + "start": "0x18c0b0", + "end": "0x18c0d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c0b0" + }, + { + "manual": true, + "start": "0x18c0e0", + "end": "0x18c101", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c0e0" + }, + { + "manual": true, + "start": "0x18c110", + "end": "0x18c134", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c110" + }, + { + "manual": true, + "start": "0x18c140", + "end": "0x18c15b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c140" + }, + { + "manual": true, + "start": "0x18c160", + "end": "0x18c181", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c160" + }, + { + "manual": true, + "start": "0x18c190", + "end": "0x18c1e0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c190" + }, + { + "manual": true, + "start": "0x18c1f0", + "end": "0x18c240", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c1f0" + }, + { + "manual": true, + "start": "0x18c250", + "end": "0x18c2a0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c250" + }, + { + "manual": true, + "start": "0x18c2b0", + "end": "0x18c39b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c2b0" + }, + { + "manual": true, + "start": "0x18c3a0", + "end": "0x18c3af", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c3a0" + }, + { + "manual": true, + "start": "0x18c3b0", + "end": "0x18c3d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c3b0" + }, + { + "manual": true, + "start": "0x18c3e0", + "end": "0x18c425", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c3e0" + }, + { + "manual": true, + "start": "0x18c430", + "end": "0x18c46c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c430" + }, + { + "manual": true, + "start": "0x18c470", + "end": "0x18c491", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c470" + }, + { + "manual": true, + "start": "0x18c4a0", + "end": "0x18c4c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c4a0" + }, + { + "manual": true, + "start": "0x18c4d0", + "end": "0x18c50c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c4d0" + }, + { + "manual": true, + "start": "0x18c510", + "end": "0x18c54c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c510" + }, + { + "manual": true, + "start": "0x18c910", + "end": "0x18c985", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c910" + }, + { + "manual": true, + "start": "0x18c990", + "end": "0x18ca66", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18c990" + }, + { + "manual": true, + "start": "0x18d350", + "end": "0x18d364", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d350" + }, + { + "manual": true, + "start": "0x18d370", + "end": "0x18d419", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d370" + }, + { + "manual": true, + "start": "0x18d420", + "end": "0x18d4c9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d420" + }, + { + "manual": true, + "start": "0x18d4d0", + "end": "0x18d533", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d4d0" + }, + { + "manual": true, + "start": "0x18d540", + "end": "0x18d5a3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d540" + }, + { + "manual": true, + "start": "0x18d5b0", + "end": "0x18d5b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d5b0" + }, + { + "manual": true, + "start": "0x18d5c0", + "end": "0x18d5c7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d5c0" + }, + { + "manual": true, + "start": "0x18d5d0", + "end": "0x18d609", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d5d0" + }, + { + "manual": true, + "start": "0x18d610", + "end": "0x18d617", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d610" + }, + { + "manual": true, + "start": "0x18d620", + "end": "0x18d66f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d620" + }, + { + "manual": true, + "start": "0x18d670", + "end": "0x18d809", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d670" + }, + { + "manual": true, + "start": "0x18d810", + "end": "0x18d970", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d810" + }, + { + "manual": true, + "start": "0x18d980", + "end": "0x18daab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18d980" + }, + { + "manual": true, + "start": "0x18dab0", + "end": "0x18db29", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18dab0" + }, + { + "manual": true, + "start": "0x18db30", + "end": "0x18dbba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18db30" + }, + { + "manual": true, + "start": "0x18dbc0", + "end": "0x18dd29", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x18dbc0" + }, + { + "manual": true, + "start": "0x190710", + "end": "0x190743", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190710" + }, + { + "manual": true, + "start": "0x190d10", + "end": "0x190d51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190d10" + }, + { + "manual": true, + "start": "0x190d60", + "end": "0x190dfd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190d60" + }, + { + "manual": true, + "start": "0x190e00", + "end": "0x190eb3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190e00" + }, + { + "manual": true, + "start": "0x190ec0", + "end": "0x190ec7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190ec0" + }, + { + "manual": true, + "start": "0x190ed0", + "end": "0x190f3d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190ed0" + }, + { + "manual": true, + "start": "0x190f40", + "end": "0x190fde", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190f40" + }, + { + "manual": true, + "start": "0x190fe0", + "end": "0x19107f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x190fe0" + }, + { + "manual": true, + "start": "0x191080", + "end": "0x19111f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x191080" + }, + { + "manual": true, + "start": "0x191120", + "end": "0x1911bf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x191120" + }, + { + "manual": true, + "start": "0x1911c0", + "end": "0x191248", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1911c0" + }, + { + "manual": true, + "start": "0x1915e0", + "end": "0x191676", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1915e0" + }, + { + "manual": true, + "start": "0x191680", + "end": "0x1916e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x191680" + }, + { + "manual": true, + "start": "0x191e60", + "end": "0x191ec3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x191e60" + }, + { + "manual": true, + "start": "0x193d10", + "end": "0x193d43", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x193d10" + }, + { + "manual": true, + "start": "0x193d50", + "end": "0x193d89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x193d50" + }, + { + "manual": true, + "start": "0x193d90", + "end": "0x193daa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x193d90" + }, + { + "manual": true, + "start": "0x193e10", + "end": "0x193ea3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x193e10" + }, + { + "manual": true, + "start": "0x193eb0", + "end": "0x193f66", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x193eb0" + }, + { + "manual": true, + "start": "0x194370", + "end": "0x194390", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x194370" + }, + { + "manual": true, + "start": "0x1943a0", + "end": "0x194423", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1943a0" + }, + { + "manual": true, + "start": "0x194430", + "end": "0x19447a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x194430" + }, + { + "manual": true, + "start": "0x194480", + "end": "0x19452b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x194480" + }, + { + "manual": true, + "start": "0x194530", + "end": "0x1945ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x194530" + }, + { + "manual": true, + "start": "0x1945b0", + "end": "0x19464e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1945b0" + }, + { + "manual": true, + "start": "0x194650", + "end": "0x1946ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x194650" + }, + { + "manual": true, + "start": "0x195040", + "end": "0x195083", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195040" + }, + { + "manual": true, + "start": "0x195090", + "end": "0x195147", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195090" + }, + { + "manual": true, + "start": "0x195150", + "end": "0x1952e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195150" + }, + { + "manual": true, + "start": "0x1952f0", + "end": "0x19546f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1952f0" + }, + { + "manual": true, + "start": "0x195470", + "end": "0x1955d8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195470" + }, + { + "manual": true, + "start": "0x1955e0", + "end": "0x1957cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1955e0" + }, + { + "manual": true, + "start": "0x1957d0", + "end": "0x1959c4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1957d0" + }, + { + "manual": true, + "start": "0x1959d0", + "end": "0x195b58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1959d0" + }, + { + "manual": true, + "start": "0x195b60", + "end": "0x195c3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195b60" + }, + { + "manual": true, + "start": "0x195c40", + "end": "0x195e5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195c40" + }, + { + "manual": true, + "start": "0x195e60", + "end": "0x195eb5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195e60" + }, + { + "manual": true, + "start": "0x195ec0", + "end": "0x19600d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x195ec0" + }, + { + "manual": true, + "start": "0x196010", + "end": "0x196142", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x196010" + }, + { + "manual": true, + "start": "0x196150", + "end": "0x1961e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x196150" + }, + { + "manual": true, + "start": "0x1961f0", + "end": "0x196281", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1961f0" + }, + { + "manual": true, + "start": "0x196290", + "end": "0x1963be", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x196290" + }, + { + "manual": true, + "start": "0x198dd0", + "end": "0x198e03", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x198dd0" + }, + { + "manual": true, + "start": "0x198f30", + "end": "0x198f37", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x198f30" + }, + { + "manual": true, + "start": "0x199f00", + "end": "0x199f3e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x199f00" + }, + { + "manual": true, + "start": "0x199f40", + "end": "0x199f73", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x199f40" + }, + { + "manual": true, + "start": "0x19a130", + "end": "0x19a1b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19a130" + }, + { + "manual": true, + "start": "0x19a1c0", + "end": "0x19a1e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19a1c0" + }, + { + "manual": true, + "start": "0x19a1f0", + "end": "0x19a274", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19a1f0" + }, + { + "manual": true, + "start": "0x19ab90", + "end": "0x19ad3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19ab90" + }, + { + "manual": true, + "start": "0x19ad40", + "end": "0x19ae6a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19ad40" + }, + { + "manual": true, + "start": "0x19ae70", + "end": "0x19af01", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19ae70" + }, + { + "manual": true, + "start": "0x19af10", + "end": "0x19b036", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19af10" + }, + { + "manual": true, + "start": "0x19b040", + "end": "0x19b0ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19b040" + }, + { + "manual": true, + "start": "0x19b0b0", + "end": "0x19b0f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19b0b0" + }, + { + "manual": true, + "start": "0x19bc90", + "end": "0x19bcef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19bc90" + }, + { + "manual": true, + "start": "0x19bcf0", + "end": "0x19c195", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19bcf0" + }, + { + "manual": true, + "start": "0x19c1a0", + "end": "0x19c2ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c1a0" + }, + { + "manual": true, + "start": "0x19c2d0", + "end": "0x19c413", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c2d0" + }, + { + "manual": true, + "start": "0x19c420", + "end": "0x19c478", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c420" + }, + { + "manual": true, + "start": "0x19c480", + "end": "0x19c587", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c480" + }, + { + "manual": true, + "start": "0x19c590", + "end": "0x19c736", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c590" + }, + { + "manual": true, + "start": "0x19c740", + "end": "0x19c827", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c740" + }, + { + "manual": true, + "start": "0x19c830", + "end": "0x19c919", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c830" + }, + { + "manual": true, + "start": "0x19c920", + "end": "0x19c9e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c920" + }, + { + "manual": true, + "start": "0x19c9f0", + "end": "0x19caa0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19c9f0" + }, + { + "manual": true, + "start": "0x19cab0", + "end": "0x19cb67", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19cab0" + }, + { + "manual": true, + "start": "0x19d270", + "end": "0x19d404", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19d270" + }, + { + "manual": true, + "start": "0x19d410", + "end": "0x19d4ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19d410" + }, + { + "manual": true, + "start": "0x19d4f0", + "end": "0x19d532", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19d4f0" + }, + { + "manual": true, + "start": "0x19d540", + "end": "0x19d5d0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19d540" + }, + { + "manual": true, + "start": "0x19d5e0", + "end": "0x19da34", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19d5e0" + }, + { + "manual": true, + "start": "0x19da40", + "end": "0x19dcfd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19da40" + }, + { + "manual": true, + "start": "0x19dd00", + "end": "0x19dde9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19dd00" + }, + { + "manual": true, + "start": "0x19ddf0", + "end": "0x19df53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19ddf0" + }, + { + "manual": true, + "start": "0x19f750", + "end": "0x19f757", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19f750" + }, + { + "manual": true, + "start": "0x19f760", + "end": "0x19f98c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19f760" + }, + { + "manual": true, + "start": "0x19f990", + "end": "0x19fd5a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19f990" + }, + { + "manual": true, + "start": "0x19fd60", + "end": "0x19ff22", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x19fd60" + }, + { + "manual": true, + "start": "0x1a0f60", + "end": "0x1a0f93", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a0f60" + }, + { + "manual": true, + "start": "0x1a0fa0", + "end": "0x1a0fd3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a0fa0" + }, + { + "manual": true, + "start": "0x1a0fe0", + "end": "0x1a1053", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a0fe0" + }, + { + "manual": true, + "start": "0x1a1060", + "end": "0x1a108c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1060" + }, + { + "manual": true, + "start": "0x1a1090", + "end": "0x1a10ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1090" + }, + { + "manual": true, + "start": "0x1a1330", + "end": "0x1a14c7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1330" + }, + { + "manual": true, + "start": "0x1a14d0", + "end": "0x1a1529", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a14d0" + }, + { + "manual": true, + "start": "0x1a1530", + "end": "0x1a169a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1530" + }, + { + "manual": true, + "start": "0x1a16a0", + "end": "0x1a17e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a16a0" + }, + { + "manual": true, + "start": "0x1a1950", + "end": "0x1a19b4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1950" + }, + { + "manual": true, + "start": "0x1a19c0", + "end": "0x1a1ab4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a19c0" + }, + { + "manual": true, + "start": "0x1a1ac0", + "end": "0x1a1bc1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1ac0" + }, + { + "manual": true, + "start": "0x1a1bd0", + "end": "0x1a1c92", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1bd0" + }, + { + "manual": true, + "start": "0x1a1ca0", + "end": "0x1a1ec4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1ca0" + }, + { + "manual": true, + "start": "0x1a1f70", + "end": "0x1a1fa3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1f70" + }, + { + "manual": true, + "start": "0x1a1fb0", + "end": "0x1a20e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a1fb0" + }, + { + "manual": true, + "start": "0x1a2200", + "end": "0x1a2291", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2200" + }, + { + "manual": true, + "start": "0x1a24f0", + "end": "0x1a252e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a24f0" + }, + { + "manual": true, + "start": "0x1a2530", + "end": "0x1a25fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2530" + }, + { + "manual": true, + "start": "0x1a2600", + "end": "0x1a26ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2600" + }, + { + "manual": true, + "start": "0x1a26d0", + "end": "0x1a281f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a26d0" + }, + { + "manual": true, + "start": "0x1a2820", + "end": "0x1a287c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2820" + }, + { + "manual": true, + "start": "0x1a2930", + "end": "0x1a29f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2930" + }, + { + "manual": true, + "start": "0x1a2a00", + "end": "0x1a2a39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2a00" + }, + { + "manual": true, + "start": "0x1a2a40", + "end": "0x1a2a6c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2a40" + }, + { + "manual": true, + "start": "0x1a2a70", + "end": "0x1a2a9c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2a70" + }, + { + "manual": true, + "start": "0x1a2fc0", + "end": "0x1a325b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a2fc0" + }, + { + "manual": true, + "start": "0x1a3260", + "end": "0x1a3363", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3260" + }, + { + "manual": true, + "start": "0x1a3370", + "end": "0x1a340b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3370" + }, + { + "manual": true, + "start": "0x1a3410", + "end": "0x1a348b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3410" + }, + { + "manual": true, + "start": "0x1a3490", + "end": "0x1a35dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3490" + }, + { + "manual": true, + "start": "0x1a35e0", + "end": "0x1a35fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a35e0" + }, + { + "manual": true, + "start": "0x1a3860", + "end": "0x1a3ce3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3860" + }, + { + "manual": true, + "start": "0x1a3cf0", + "end": "0x1a3d53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a3cf0" + }, + { + "manual": true, + "start": "0x1a4330", + "end": "0x1a43b2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4330" + }, + { + "manual": true, + "start": "0x1a43c0", + "end": "0x1a440a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a43c0" + }, + { + "manual": true, + "start": "0x1a4410", + "end": "0x1a443e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4410" + }, + { + "manual": true, + "start": "0x1a4440", + "end": "0x1a4492", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4440" + }, + { + "manual": true, + "start": "0x1a44a0", + "end": "0x1a44c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a44a0" + }, + { + "manual": true, + "start": "0x1a44d0", + "end": "0x1a44fb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a44d0" + }, + { + "manual": true, + "start": "0x1a4500", + "end": "0x1a451f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4500" + }, + { + "manual": true, + "start": "0x1a4520", + "end": "0x1a45ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4520" + }, + { + "manual": true, + "start": "0x1a45b0", + "end": "0x1a45d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a45b0" + }, + { + "manual": true, + "start": "0x1a45e0", + "end": "0x1a469e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a45e0" + }, + { + "manual": true, + "start": "0x1a4d30", + "end": "0x1a4e45", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4d30" + }, + { + "manual": true, + "start": "0x1a4e50", + "end": "0x1a500c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a4e50" + }, + { + "manual": true, + "start": "0x1a5ce0", + "end": "0x1a5d2e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a5ce0" + }, + { + "manual": true, + "start": "0x1a5d30", + "end": "0x1a5e13", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a5d30" + }, + { + "manual": true, + "start": "0x1a5e20", + "end": "0x1a5ee1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a5e20" + }, + { + "manual": true, + "start": "0x1a5ef0", + "end": "0x1a5f50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a5ef0" + }, + { + "manual": true, + "start": "0x1a5f60", + "end": "0x1a5ff7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a5f60" + }, + { + "manual": true, + "start": "0x1a6000", + "end": "0x1a61f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6000" + }, + { + "manual": true, + "start": "0x1a6200", + "end": "0x1a63e9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6200" + }, + { + "manual": true, + "start": "0x1a63f0", + "end": "0x1a65f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a63f0" + }, + { + "manual": true, + "start": "0x1a6600", + "end": "0x1a67ea", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6600" + }, + { + "manual": true, + "start": "0x1a67f0", + "end": "0x1a69f8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a67f0" + }, + { + "manual": true, + "start": "0x1a6a00", + "end": "0x1a6b11", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6a00" + }, + { + "manual": true, + "start": "0x1a6b20", + "end": "0x1a6b9b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6b20" + }, + { + "manual": true, + "start": "0x1a6ba0", + "end": "0x1a6d4f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6ba0" + }, + { + "manual": true, + "start": "0x1a6d50", + "end": "0x1a6db8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6d50" + }, + { + "manual": true, + "start": "0x1a6dc0", + "end": "0x1a70ec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a6dc0" + }, + { + "manual": true, + "start": "0x1a7110", + "end": "0x1a7178", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7110" + }, + { + "manual": true, + "start": "0x1a7180", + "end": "0x1a7242", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7180" + }, + { + "manual": true, + "start": "0x1a7d10", + "end": "0x1a7d86", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7d10" + }, + { + "manual": true, + "start": "0x1a7d90", + "end": "0x1a7e5f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7d90" + }, + { + "manual": true, + "start": "0x1a7e60", + "end": "0x1a7f14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7e60" + }, + { + "manual": true, + "start": "0x1a7f20", + "end": "0x1a7f53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7f20" + }, + { + "manual": true, + "start": "0x1a7f60", + "end": "0x1a7fca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7f60" + }, + { + "manual": true, + "start": "0x1a7fd0", + "end": "0x1a8010", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a7fd0" + }, + { + "manual": true, + "start": "0x1a8220", + "end": "0x1a828f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8220" + }, + { + "manual": true, + "start": "0x1a8290", + "end": "0x1a832e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8290" + }, + { + "manual": true, + "start": "0x1a8330", + "end": "0x1a83b0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8330" + }, + { + "manual": true, + "start": "0x1a8720", + "end": "0x1a878f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8720" + }, + { + "manual": true, + "start": "0x1a8790", + "end": "0x1a8810", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8790" + }, + { + "manual": true, + "start": "0x1a8820", + "end": "0x1a88a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8820" + }, + { + "manual": true, + "start": "0x1a8bc0", + "end": "0x1a8c2f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8bc0" + }, + { + "manual": true, + "start": "0x1a8f10", + "end": "0x1a91ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a8f10" + }, + { + "manual": true, + "start": "0x1a91c0", + "end": "0x1a9287", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a91c0" + }, + { + "manual": true, + "start": "0x1a9290", + "end": "0x1a9356", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9290" + }, + { + "manual": true, + "start": "0x1a9b30", + "end": "0x1a9b98", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9b30" + }, + { + "manual": true, + "start": "0x1a9ba0", + "end": "0x1a9c0f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9ba0" + }, + { + "manual": true, + "start": "0x1a9c10", + "end": "0x1a9c7f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9c10" + }, + { + "manual": true, + "start": "0x1a9c80", + "end": "0x1a9cef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9c80" + }, + { + "manual": true, + "start": "0x1a9cf0", + "end": "0x1a9d4c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9cf0" + }, + { + "manual": true, + "start": "0x1a9d50", + "end": "0x1a9e16", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1a9d50" + }, + { + "manual": true, + "start": "0x1aad40", + "end": "0x1aadaf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1aad40" + }, + { + "manual": true, + "start": "0x1ab840", + "end": "0x1ab895", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ab840" + }, + { + "manual": true, + "start": "0x1ab8a0", + "end": "0x1ab9cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ab8a0" + }, + { + "manual": true, + "start": "0x1ac000", + "end": "0x1ac083", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac000" + }, + { + "manual": true, + "start": "0x1ac090", + "end": "0x1ac0d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac090" + }, + { + "manual": true, + "start": "0x1ac320", + "end": "0x1ac384", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac320" + }, + { + "manual": true, + "start": "0x1ac390", + "end": "0x1ac476", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac390" + }, + { + "manual": true, + "start": "0x1ac480", + "end": "0x1ac4c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac480" + }, + { + "manual": true, + "start": "0x1ac750", + "end": "0x1ac7c2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac750" + }, + { + "manual": true, + "start": "0x1ac7d0", + "end": "0x1ac864", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac7d0" + }, + { + "manual": true, + "start": "0x1ac870", + "end": "0x1ac8e4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ac870" + }, + { + "manual": true, + "start": "0x1ad020", + "end": "0x1ad063", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad020" + }, + { + "manual": true, + "start": "0x1ad070", + "end": "0x1ad077", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad070" + }, + { + "manual": true, + "start": "0x1ad080", + "end": "0x1ad0ed", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad080" + }, + { + "manual": true, + "start": "0x1ad0f0", + "end": "0x1ad13e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad0f0" + }, + { + "manual": true, + "start": "0x1ad140", + "end": "0x1ad147", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad140" + }, + { + "manual": true, + "start": "0x1ad150", + "end": "0x1ad1a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad150" + }, + { + "manual": true, + "start": "0x1ad1b0", + "end": "0x1ad1b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad1b0" + }, + { + "manual": true, + "start": "0x1ad1c0", + "end": "0x1ad227", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad1c0" + }, + { + "manual": true, + "start": "0x1ad230", + "end": "0x1ad237", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad230" + }, + { + "manual": true, + "start": "0x1ad770", + "end": "0x1ad7b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad770" + }, + { + "manual": true, + "start": "0x1ad7c0", + "end": "0x1ad811", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad7c0" + }, + { + "manual": true, + "start": "0x1ad820", + "end": "0x1ad827", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad820" + }, + { + "manual": true, + "start": "0x1ad830", + "end": "0x1ad871", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad830" + }, + { + "manual": true, + "start": "0x1ad880", + "end": "0x1ad8e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ad880" + }, + { + "manual": true, + "start": "0x1ae800", + "end": "0x1ae859", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ae800" + }, + { + "manual": true, + "start": "0x1ae860", + "end": "0x1aef82", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ae860" + }, + { + "manual": true, + "start": "0x1aef90", + "end": "0x1af0c6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1aef90" + }, + { + "manual": true, + "start": "0x1af0d0", + "end": "0x1af115", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af0d0" + }, + { + "manual": true, + "start": "0x1af120", + "end": "0x1af1cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af120" + }, + { + "manual": true, + "start": "0x1af1d0", + "end": "0x1af241", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af1d0" + }, + { + "manual": true, + "start": "0x1af250", + "end": "0x1af2ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af250" + }, + { + "manual": true, + "start": "0x1af2c0", + "end": "0x1af316", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af2c0" + }, + { + "manual": true, + "start": "0x1af320", + "end": "0x1af37f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af320" + }, + { + "manual": true, + "start": "0x1af380", + "end": "0x1af3f0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af380" + }, + { + "manual": true, + "start": "0x1af910", + "end": "0x1af9b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af910" + }, + { + "manual": true, + "start": "0x1af9c0", + "end": "0x1afbae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1af9c0" + }, + { + "manual": true, + "start": "0x1afd10", + "end": "0x1afd31", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1afd10" + }, + { + "manual": true, + "start": "0x1b0680", + "end": "0x1b093b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b0680" + }, + { + "manual": true, + "start": "0x1b0940", + "end": "0x1b09ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b0940" + }, + { + "manual": true, + "start": "0x1b09b0", + "end": "0x1b0a1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b09b0" + }, + { + "manual": true, + "start": "0x1b0a20", + "end": "0x1b0a8c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b0a20" + }, + { + "manual": true, + "start": "0x1b0a90", + "end": "0x1b0cd1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b0a90" + }, + { + "manual": true, + "start": "0x1b0ce0", + "end": "0x1b0cfb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b0ce0" + }, + { + "manual": true, + "start": "0x1b1390", + "end": "0x1b14a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1390" + }, + { + "manual": true, + "start": "0x1b14b0", + "end": "0x1b15bc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b14b0" + }, + { + "manual": true, + "start": "0x1b15c0", + "end": "0x1b1688", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b15c0" + }, + { + "manual": true, + "start": "0x1b1690", + "end": "0x1b1712", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1690" + }, + { + "manual": true, + "start": "0x1b1720", + "end": "0x1b18d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1720" + }, + { + "manual": true, + "start": "0x1b18e0", + "end": "0x1b1968", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b18e0" + }, + { + "manual": true, + "start": "0x1b1970", + "end": "0x1b19f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1970" + }, + { + "manual": true, + "start": "0x1b1a00", + "end": "0x1b1aa6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1a00" + }, + { + "manual": true, + "start": "0x1b1ab0", + "end": "0x1b1bab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1ab0" + }, + { + "manual": true, + "start": "0x1b1bb0", + "end": "0x1b1c17", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1bb0" + }, + { + "manual": true, + "start": "0x1b1c20", + "end": "0x1b1c8d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1c20" + }, + { + "manual": true, + "start": "0x1b1c90", + "end": "0x1b1ce6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1c90" + }, + { + "manual": true, + "start": "0x1b1cf0", + "end": "0x1b1d5d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1cf0" + }, + { + "manual": true, + "start": "0x1b1d60", + "end": "0x1b1db6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1d60" + }, + { + "manual": true, + "start": "0x1b1dc0", + "end": "0x1b1e3b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1dc0" + }, + { + "manual": true, + "start": "0x1b1e40", + "end": "0x1b1ebb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1e40" + }, + { + "manual": true, + "start": "0x1b1ec0", + "end": "0x1b1eec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b1ec0" + }, + { + "manual": true, + "start": "0x1b2040", + "end": "0x1b208a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b2040" + }, + { + "manual": true, + "start": "0x1b2090", + "end": "0x1b2112", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b2090" + }, + { + "manual": true, + "start": "0x1b2120", + "end": "0x1b2165", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b2120" + }, + { + "manual": true, + "start": "0x1b38e0", + "end": "0x1b3b2b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b38e0" + }, + { + "manual": true, + "start": "0x1b3b30", + "end": "0x1b3c9a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b3b30" + }, + { + "manual": true, + "start": "0x1b3ca0", + "end": "0x1b3dbb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b3ca0" + }, + { + "manual": true, + "start": "0x1b3dc0", + "end": "0x1b3ee0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b3dc0" + }, + { + "manual": true, + "start": "0x1b3ef0", + "end": "0x1b3fb1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b3ef0" + }, + { + "manual": true, + "start": "0x1b3fc0", + "end": "0x1b475b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b3fc0" + }, + { + "manual": true, + "start": "0x1b4760", + "end": "0x1b4767", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b4760" + }, + { + "manual": true, + "start": "0x1b4770", + "end": "0x1b486d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b4770" + }, + { + "manual": true, + "start": "0x1b4870", + "end": "0x1b48cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b4870" + }, + { + "manual": true, + "start": "0x1b48d0", + "end": "0x1b4909", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b48d0" + }, + { + "manual": true, + "start": "0x1b5290", + "end": "0x1b5309", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b5290" + }, + { + "manual": true, + "start": "0x1b5530", + "end": "0x1b5612", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b5530" + }, + { + "manual": true, + "start": "0x1b5620", + "end": "0x1b58ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b5620" + }, + { + "manual": true, + "start": "0x1b58b0", + "end": "0x1b5e62", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b58b0" + }, + { + "manual": true, + "start": "0x1b5e70", + "end": "0x1b6100", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b5e70" + }, + { + "manual": true, + "start": "0x1b6110", + "end": "0x1b63e7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b6110" + }, + { + "manual": true, + "start": "0x1b71e0", + "end": "0x1b7201", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b71e0" + }, + { + "manual": true, + "start": "0x1b7260", + "end": "0x1b7407", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b7260" + }, + { + "manual": true, + "start": "0x1b7410", + "end": "0x1b7596", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b7410" + }, + { + "manual": true, + "start": "0x1b75a0", + "end": "0x1b765d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b75a0" + }, + { + "manual": true, + "start": "0x1b7660", + "end": "0x1b7738", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b7660" + }, + { + "manual": true, + "start": "0x1b7740", + "end": "0x1b7812", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b7740" + }, + { + "manual": true, + "start": "0x1b80e0", + "end": "0x1b811f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b80e0" + }, + { + "manual": true, + "start": "0x1b8120", + "end": "0x1b815f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8120" + }, + { + "manual": true, + "start": "0x1b8160", + "end": "0x1b81e0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8160" + }, + { + "manual": true, + "start": "0x1b81f0", + "end": "0x1b829d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b81f0" + }, + { + "manual": true, + "start": "0x1b82a0", + "end": "0x1b8346", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b82a0" + }, + { + "manual": true, + "start": "0x1b8350", + "end": "0x1b840b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8350" + }, + { + "manual": true, + "start": "0x1b8410", + "end": "0x1b8498", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8410" + }, + { + "manual": true, + "start": "0x1b84a0", + "end": "0x1b84c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b84a0" + }, + { + "manual": true, + "start": "0x1b84d0", + "end": "0x1b850e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b84d0" + }, + { + "manual": true, + "start": "0x1b8510", + "end": "0x1b8535", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8510" + }, + { + "manual": true, + "start": "0x1b8540", + "end": "0x1b856f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8540" + }, + { + "manual": true, + "start": "0x1b8570", + "end": "0x1b8684", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8570" + }, + { + "manual": true, + "start": "0x1b8690", + "end": "0x1b8712", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8690" + }, + { + "manual": true, + "start": "0x1b8730", + "end": "0x1b87cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8730" + }, + { + "manual": true, + "start": "0x1b87d0", + "end": "0x1b8835", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b87d0" + }, + { + "manual": true, + "start": "0x1b8840", + "end": "0x1b88a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8840" + }, + { + "manual": true, + "start": "0x1b88b0", + "end": "0x1b88dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b88b0" + }, + { + "manual": true, + "start": "0x1b88e0", + "end": "0x1b8961", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b88e0" + }, + { + "manual": true, + "start": "0x1b8970", + "end": "0x1b89b2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8970" + }, + { + "manual": true, + "start": "0x1b89c0", + "end": "0x1b8a02", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b89c0" + }, + { + "manual": true, + "start": "0x1b8a10", + "end": "0x1b8a4b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8a10" + }, + { + "manual": true, + "start": "0x1b8a50", + "end": "0x1b8a9c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8a50" + }, + { + "manual": true, + "start": "0x1b8aa0", + "end": "0x1b8ade", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8aa0" + }, + { + "manual": true, + "start": "0x1b8ae0", + "end": "0x1b8b2b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8ae0" + }, + { + "manual": true, + "start": "0x1b8b30", + "end": "0x1b8b91", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8b30" + }, + { + "manual": true, + "start": "0x1b8ba0", + "end": "0x1b8c01", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8ba0" + }, + { + "manual": true, + "start": "0x1b8c10", + "end": "0x1b8c2d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b8c10" + }, + { + "manual": true, + "start": "0x1b99f0", + "end": "0x1b9ab8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b99f0" + }, + { + "manual": true, + "start": "0x1b9ac0", + "end": "0x1b9beb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9ac0" + }, + { + "manual": true, + "start": "0x1b9bf0", + "end": "0x1b9c93", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9bf0" + }, + { + "manual": true, + "start": "0x1b9ca0", + "end": "0x1b9e0f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9ca0" + }, + { + "manual": true, + "start": "0x1b9e10", + "end": "0x1b9ea1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9e10" + }, + { + "manual": true, + "start": "0x1b9eb0", + "end": "0x1b9f74", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9eb0" + }, + { + "manual": true, + "start": "0x1b9f80", + "end": "0x1b9ffc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1b9f80" + }, + { + "manual": true, + "start": "0x1ba000", + "end": "0x1ba216", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba000" + }, + { + "manual": true, + "start": "0x1ba220", + "end": "0x1ba41c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba220" + }, + { + "manual": true, + "start": "0x1ba420", + "end": "0x1ba591", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba420" + }, + { + "manual": true, + "start": "0x1ba5a0", + "end": "0x1ba5a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba5a0" + }, + { + "manual": true, + "start": "0x1ba5b0", + "end": "0x1ba674", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba5b0" + }, + { + "manual": true, + "start": "0x1ba680", + "end": "0x1ba6fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba680" + }, + { + "manual": true, + "start": "0x1ba700", + "end": "0x1ba7ee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba700" + }, + { + "manual": true, + "start": "0x1ba7f0", + "end": "0x1ba90a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba7f0" + }, + { + "manual": true, + "start": "0x1ba910", + "end": "0x1baa11", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ba910" + }, + { + "manual": true, + "start": "0x1baa20", + "end": "0x1bab4e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1baa20" + }, + { + "manual": true, + "start": "0x1bab50", + "end": "0x1bacf8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bab50" + }, + { + "manual": true, + "start": "0x1bad00", + "end": "0x1baea8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bad00" + }, + { + "manual": true, + "start": "0x1baeb0", + "end": "0x1bafb6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1baeb0" + }, + { + "manual": true, + "start": "0x1bafc0", + "end": "0x1bb0ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bafc0" + }, + { + "manual": true, + "start": "0x1bb0c0", + "end": "0x1bb123", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb0c0" + }, + { + "manual": true, + "start": "0x1bb130", + "end": "0x1bb20e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb130" + }, + { + "manual": true, + "start": "0x1bb210", + "end": "0x1bb277", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb210" + }, + { + "manual": true, + "start": "0x1bb280", + "end": "0x1bb2e7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb280" + }, + { + "manual": true, + "start": "0x1bb2f0", + "end": "0x1bb374", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb2f0" + }, + { + "manual": true, + "start": "0x1bb380", + "end": "0x1bb404", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb380" + }, + { + "manual": true, + "start": "0x1bb410", + "end": "0x1bb491", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb410" + }, + { + "manual": true, + "start": "0x1bb4a0", + "end": "0x1bb594", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb4a0" + }, + { + "manual": true, + "start": "0x1bb5a0", + "end": "0x1bb648", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb5a0" + }, + { + "manual": true, + "start": "0x1bb650", + "end": "0x1bb744", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb650" + }, + { + "manual": true, + "start": "0x1bb750", + "end": "0x1bb7f8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb750" + }, + { + "manual": true, + "start": "0x1bb800", + "end": "0x1bb863", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb800" + }, + { + "manual": true, + "start": "0x1bb870", + "end": "0x1bb8ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb870" + }, + { + "manual": true, + "start": "0x1bb8b0", + "end": "0x1bb8eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb8b0" + }, + { + "manual": true, + "start": "0x1bb8f0", + "end": "0x1bb92b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb8f0" + }, + { + "manual": true, + "start": "0x1bb930", + "end": "0x1bb96b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb930" + }, + { + "manual": true, + "start": "0x1bb970", + "end": "0x1bbaf5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bb970" + }, + { + "manual": true, + "start": "0x1bbb00", + "end": "0x1bbb3d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bbb00" + }, + { + "manual": true, + "start": "0x1bcc00", + "end": "0x1bcc62", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcc00" + }, + { + "manual": true, + "start": "0x1bcc70", + "end": "0x1bcc94", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcc70" + }, + { + "manual": true, + "start": "0x1bcca0", + "end": "0x1bcca7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcca0" + }, + { + "manual": true, + "start": "0x1bccb0", + "end": "0x1bcd7d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bccb0" + }, + { + "manual": true, + "start": "0x1bcd80", + "end": "0x1bcd87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcd80" + }, + { + "manual": true, + "start": "0x1bcd90", + "end": "0x1bcd97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcd90" + }, + { + "manual": true, + "start": "0x1bcda0", + "end": "0x1bce51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcda0" + }, + { + "manual": true, + "start": "0x1bce60", + "end": "0x1bcec3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bce60" + }, + { + "manual": true, + "start": "0x1bced0", + "end": "0x1bcef4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bced0" + }, + { + "manual": true, + "start": "0x1bcf00", + "end": "0x1bcf23", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcf00" + }, + { + "manual": true, + "start": "0x1bcf30", + "end": "0x1bd037", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bcf30" + }, + { + "manual": true, + "start": "0x1bd040", + "end": "0x1bd12a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd040" + }, + { + "manual": true, + "start": "0x1bd130", + "end": "0x1bd21c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd130" + }, + { + "manual": true, + "start": "0x1bd220", + "end": "0x1bd337", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd220" + }, + { + "manual": true, + "start": "0x1bd340", + "end": "0x1bd457", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd340" + }, + { + "manual": true, + "start": "0x1bd460", + "end": "0x1bd4e4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd460" + }, + { + "manual": true, + "start": "0x1bd4f0", + "end": "0x1bd5ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd4f0" + }, + { + "manual": true, + "start": "0x1bd600", + "end": "0x1bd6d6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd600" + }, + { + "manual": true, + "start": "0x1bd6e0", + "end": "0x1bd748", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd6e0" + }, + { + "manual": true, + "start": "0x1bd750", + "end": "0x1bd75c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd750" + }, + { + "manual": true, + "start": "0x1bd760", + "end": "0x1bd7c8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd760" + }, + { + "manual": true, + "start": "0x1bd7d0", + "end": "0x1bd7d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd7d0" + }, + { + "manual": true, + "start": "0x1bd7e0", + "end": "0x1bd7f0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd7e0" + }, + { + "manual": true, + "start": "0x1bd8a0", + "end": "0x1bdd84", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bd8a0" + }, + { + "manual": true, + "start": "0x1bdd90", + "end": "0x1bddd3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bdd90" + }, + { + "manual": true, + "start": "0x1bf830", + "end": "0x1bf863", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1bf830" + }, + { + "manual": true, + "start": "0x1c1070", + "end": "0x1c1474", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c1070" + }, + { + "manual": true, + "start": "0x1c1480", + "end": "0x1c15e0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c1480" + }, + { + "manual": true, + "start": "0x1c43b0", + "end": "0x1c446b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c43b0" + }, + { + "manual": true, + "start": "0x1c4550", + "end": "0x1c4624", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4550" + }, + { + "manual": true, + "start": "0x1c49c0", + "end": "0x1c49ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c49c0" + }, + { + "manual": true, + "start": "0x1c49d0", + "end": "0x1c4ae4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c49d0" + }, + { + "manual": true, + "start": "0x1c4af0", + "end": "0x1c4b50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4af0" + }, + { + "manual": true, + "start": "0x1c4b60", + "end": "0x1c4d04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4b60" + }, + { + "manual": true, + "start": "0x1c4d10", + "end": "0x1c4db3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4d10" + }, + { + "manual": true, + "start": "0x1c4dc0", + "end": "0x1c4e93", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4dc0" + }, + { + "manual": true, + "start": "0x1c4ea0", + "end": "0x1c4ed9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c4ea0" + }, + { + "manual": true, + "start": "0x1c5160", + "end": "0x1c533c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5160" + }, + { + "manual": true, + "start": "0x1c5340", + "end": "0x1c5457", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5340" + }, + { + "manual": true, + "start": "0x1c5460", + "end": "0x1c5467", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5460" + }, + { + "manual": true, + "start": "0x1c5470", + "end": "0x1c54a9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5470" + }, + { + "manual": true, + "start": "0x1c5500", + "end": "0x1c5543", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5500" + }, + { + "manual": true, + "start": "0x1c5550", + "end": "0x1c55e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5550" + }, + { + "manual": true, + "start": "0x1c55f0", + "end": "0x1c560d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c55f0" + }, + { + "manual": true, + "start": "0x1c5810", + "end": "0x1c5875", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5810" + }, + { + "manual": true, + "start": "0x1c5cc0", + "end": "0x1c5d32", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5cc0" + }, + { + "manual": true, + "start": "0x1c5d40", + "end": "0x1c5dec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5d40" + }, + { + "manual": true, + "start": "0x1c5df0", + "end": "0x1c5e6c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5df0" + }, + { + "manual": true, + "start": "0x1c5e70", + "end": "0x1c5efb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c5e70" + }, + { + "manual": true, + "start": "0x1c6150", + "end": "0x1c630c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c6150" + }, + { + "manual": true, + "start": "0x1c6310", + "end": "0x1c63ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c6310" + }, + { + "manual": true, + "start": "0x1c63b0", + "end": "0x1c6417", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c63b0" + }, + { + "manual": true, + "start": "0x1c6420", + "end": "0x1c6471", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c6420" + }, + { + "manual": true, + "start": "0x1c6a10", + "end": "0x1c6c55", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c6a10" + }, + { + "manual": true, + "start": "0x1c7130", + "end": "0x1c71f0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c7130" + }, + { + "manual": true, + "start": "0x1c7200", + "end": "0x1c7285", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c7200" + }, + { + "manual": true, + "start": "0x1c7800", + "end": "0x1c7cd5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c7800" + }, + { + "manual": true, + "start": "0x1c7ce0", + "end": "0x1c7ec1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c7ce0" + }, + { + "manual": true, + "start": "0x1c7ed0", + "end": "0x1c80d4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c7ed0" + }, + { + "manual": true, + "start": "0x1c80e0", + "end": "0x1c8304", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c80e0" + }, + { + "manual": true, + "start": "0x1c9590", + "end": "0x1c968d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1c9590" + }, + { + "manual": true, + "start": "0x1ca130", + "end": "0x1ca184", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca130" + }, + { + "manual": true, + "start": "0x1ca190", + "end": "0x1ca1aa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca190" + }, + { + "manual": true, + "start": "0x1ca1b0", + "end": "0x1ca1da", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca1b0" + }, + { + "manual": true, + "start": "0x1ca1e0", + "end": "0x1ca21b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca1e0" + }, + { + "manual": true, + "start": "0x1ca220", + "end": "0x1ca253", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca220" + }, + { + "manual": true, + "start": "0x1ca260", + "end": "0x1ca2a6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca260" + }, + { + "manual": true, + "start": "0x1ca2b0", + "end": "0x1ca328", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca2b0" + }, + { + "manual": true, + "start": "0x1ca330", + "end": "0x1ca34a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca330" + }, + { + "manual": true, + "start": "0x1ca350", + "end": "0x1ca371", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ca350" + }, + { + "manual": true, + "start": "0x1cabb0", + "end": "0x1cacf6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cabb0" + }, + { + "manual": true, + "start": "0x1cad00", + "end": "0x1cae1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cad00" + }, + { + "manual": true, + "start": "0x1cae20", + "end": "0x1caf3f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cae20" + }, + { + "manual": true, + "start": "0x1caf40", + "end": "0x1cafcf", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1caf40" + }, + { + "manual": true, + "start": "0x1cafd0", + "end": "0x1caffc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cafd0" + }, + { + "manual": true, + "start": "0x1cb000", + "end": "0x1cb16a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb000" + }, + { + "manual": true, + "start": "0x1cb170", + "end": "0x1cb328", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb170" + }, + { + "manual": true, + "start": "0x1cb330", + "end": "0x1cb3e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb330" + }, + { + "manual": true, + "start": "0x1cb3f0", + "end": "0x1cb460", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb3f0" + }, + { + "manual": true, + "start": "0x1cb470", + "end": "0x1cb552", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb470" + }, + { + "manual": true, + "start": "0x1cb560", + "end": "0x1cb692", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb560" + }, + { + "manual": true, + "start": "0x1cb6a0", + "end": "0x1cb6ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb6a0" + }, + { + "manual": true, + "start": "0x1cb700", + "end": "0x1cb751", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb700" + }, + { + "manual": true, + "start": "0x1cb760", + "end": "0x1cb803", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb760" + }, + { + "manual": true, + "start": "0x1cb810", + "end": "0x1cb817", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb810" + }, + { + "manual": true, + "start": "0x1cb820", + "end": "0x1cb8f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cb820" + }, + { + "manual": true, + "start": "0x1cbcf0", + "end": "0x1cbd74", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbcf0" + }, + { + "manual": true, + "start": "0x1cbd80", + "end": "0x1cbe07", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbd80" + }, + { + "manual": true, + "start": "0x1cbe10", + "end": "0x1cbe94", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbe10" + }, + { + "manual": true, + "start": "0x1cbea0", + "end": "0x1cbf24", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbea0" + }, + { + "manual": true, + "start": "0x1cbf30", + "end": "0x1cbfb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbf30" + }, + { + "manual": true, + "start": "0x1cbfc0", + "end": "0x1cc047", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cbfc0" + }, + { + "manual": true, + "start": "0x1cc050", + "end": "0x1cc0d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc050" + }, + { + "manual": true, + "start": "0x1cc0e0", + "end": "0x1cc167", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc0e0" + }, + { + "manual": true, + "start": "0x1cc170", + "end": "0x1cc1f7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc170" + }, + { + "manual": true, + "start": "0x1cc200", + "end": "0x1cc287", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc200" + }, + { + "manual": true, + "start": "0x1cc290", + "end": "0x1cc35f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc290" + }, + { + "manual": true, + "start": "0x1cc360", + "end": "0x1cc3d5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc360" + }, + { + "manual": true, + "start": "0x1cc3e0", + "end": "0x1cc46e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc3e0" + }, + { + "manual": true, + "start": "0x1cc470", + "end": "0x1cc501", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc470" + }, + { + "manual": true, + "start": "0x1cc9c0", + "end": "0x1ccc83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cc9c0" + }, + { + "manual": true, + "start": "0x1ccc90", + "end": "0x1ccd8d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ccc90" + }, + { + "manual": true, + "start": "0x1ccd90", + "end": "0x1cd097", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ccd90" + }, + { + "manual": true, + "start": "0x1cd1b0", + "end": "0x1cd1e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cd1b0" + }, + { + "manual": true, + "start": "0x1cd820", + "end": "0x1cd85d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cd820" + }, + { + "manual": true, + "start": "0x1cd860", + "end": "0x1cd8e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cd860" + }, + { + "manual": true, + "start": "0x1cd8f0", + "end": "0x1cd91c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cd8f0" + }, + { + "manual": true, + "start": "0x1cde20", + "end": "0x1ce2b4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cde20" + }, + { + "manual": true, + "start": "0x1ce2c0", + "end": "0x1ce399", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce2c0" + }, + { + "manual": true, + "start": "0x1ce3a0", + "end": "0x1ce3ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce3a0" + }, + { + "manual": true, + "start": "0x1ce400", + "end": "0x1ce45f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce400" + }, + { + "manual": true, + "start": "0x1ce460", + "end": "0x1ce4c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce460" + }, + { + "manual": true, + "start": "0x1ce4d0", + "end": "0x1ce533", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce4d0" + }, + { + "manual": true, + "start": "0x1ce540", + "end": "0x1ce5ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce540" + }, + { + "manual": true, + "start": "0x1ce5d0", + "end": "0x1ce6e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce5d0" + }, + { + "manual": true, + "start": "0x1ce6f0", + "end": "0x1ce861", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ce6f0" + }, + { + "manual": true, + "start": "0x1ceac0", + "end": "0x1ceaf3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ceac0" + }, + { + "manual": true, + "start": "0x1cece0", + "end": "0x1cee2c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cece0" + }, + { + "manual": true, + "start": "0x1cee30", + "end": "0x1ceeef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cee30" + }, + { + "manual": true, + "start": "0x1cf020", + "end": "0x1cf034", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf020" + }, + { + "manual": true, + "start": "0x1cf040", + "end": "0x1cf130", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf040" + }, + { + "manual": true, + "start": "0x1cf140", + "end": "0x1cf21a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf140" + }, + { + "manual": true, + "start": "0x1cf220", + "end": "0x1cf445", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf220" + }, + { + "manual": true, + "start": "0x1cf450", + "end": "0x1cf528", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf450" + }, + { + "manual": true, + "start": "0x1cf950", + "end": "0x1cf9ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cf950" + }, + { + "manual": true, + "start": "0x1cfdb0", + "end": "0x1cfdb7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cfdb0" + }, + { + "manual": true, + "start": "0x1cff20", + "end": "0x1cff53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1cff20" + }, + { + "manual": true, + "start": "0x1d0740", + "end": "0x1d07af", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d0740" + }, + { + "manual": true, + "start": "0x1d07b0", + "end": "0x1d0813", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d07b0" + }, + { + "manual": true, + "start": "0x1d0820", + "end": "0x1d084c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d0820" + }, + { + "manual": true, + "start": "0x1d1150", + "end": "0x1d11d3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1150" + }, + { + "manual": true, + "start": "0x1d11e0", + "end": "0x1d123f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d11e0" + }, + { + "manual": true, + "start": "0x1d1240", + "end": "0x1d1383", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1240" + }, + { + "manual": true, + "start": "0x1d1390", + "end": "0x1d141a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1390" + }, + { + "manual": true, + "start": "0x1d1420", + "end": "0x1d148d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1420" + }, + { + "manual": true, + "start": "0x1d1e50", + "end": "0x1d1ed0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1e50" + }, + { + "manual": true, + "start": "0x1d1ee0", + "end": "0x1d1f60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1ee0" + }, + { + "manual": true, + "start": "0x1d1f70", + "end": "0x1d1fb8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1f70" + }, + { + "manual": true, + "start": "0x1d1fc0", + "end": "0x1d1fd2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1fc0" + }, + { + "manual": true, + "start": "0x1d1fe0", + "end": "0x1d1ff2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d1fe0" + }, + { + "manual": true, + "start": "0x1d2000", + "end": "0x1d2048", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d2000" + }, + { + "manual": true, + "start": "0x1d3160", + "end": "0x1d317b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3160" + }, + { + "manual": true, + "start": "0x1d3180", + "end": "0x1d31e6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3180" + }, + { + "manual": true, + "start": "0x1d3720", + "end": "0x1d3778", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3720" + }, + { + "manual": true, + "start": "0x1d3780", + "end": "0x1d3816", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3780" + }, + { + "manual": true, + "start": "0x1d3820", + "end": "0x1d38b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3820" + }, + { + "manual": true, + "start": "0x1d38c0", + "end": "0x1d3956", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d38c0" + }, + { + "manual": true, + "start": "0x1d3960", + "end": "0x1d3a1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3960" + }, + { + "manual": true, + "start": "0x1d3a20", + "end": "0x1d3af3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3a20" + }, + { + "manual": true, + "start": "0x1d3b00", + "end": "0x1d3bc0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3b00" + }, + { + "manual": true, + "start": "0x1d3bd0", + "end": "0x1d3cd9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3bd0" + }, + { + "manual": true, + "start": "0x1d3ce0", + "end": "0x1d3d78", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3ce0" + }, + { + "manual": true, + "start": "0x1d3d80", + "end": "0x1d3e77", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d3d80" + }, + { + "manual": true, + "start": "0x1d4ec0", + "end": "0x1d5257", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d4ec0" + }, + { + "manual": true, + "start": "0x1d5280", + "end": "0x1d53b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5280" + }, + { + "manual": true, + "start": "0x1d53c0", + "end": "0x1d53fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d53c0" + }, + { + "manual": true, + "start": "0x1d5400", + "end": "0x1d54b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5400" + }, + { + "manual": true, + "start": "0x1d54c0", + "end": "0x1d54eb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d54c0" + }, + { + "manual": true, + "start": "0x1d54f0", + "end": "0x1d551b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d54f0" + }, + { + "manual": true, + "start": "0x1d5520", + "end": "0x1d554b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5520" + }, + { + "manual": true, + "start": "0x1d5550", + "end": "0x1d557b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5550" + }, + { + "manual": true, + "start": "0x1d5580", + "end": "0x1d55ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5580" + }, + { + "manual": true, + "start": "0x1d55b0", + "end": "0x1d563f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d55b0" + }, + { + "manual": true, + "start": "0x1d5640", + "end": "0x1d5647", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5640" + }, + { + "manual": true, + "start": "0x1d5650", + "end": "0x1d5657", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5650" + }, + { + "manual": true, + "start": "0x1d5660", + "end": "0x1d5667", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5660" + }, + { + "manual": true, + "start": "0x1d5670", + "end": "0x1d581a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5670" + }, + { + "manual": true, + "start": "0x1d5820", + "end": "0x1d5a04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5820" + }, + { + "manual": true, + "start": "0x1d5a10", + "end": "0x1d5a5b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d5a10" + }, + { + "manual": true, + "start": "0x1d65c0", + "end": "0x1d66e4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d65c0" + }, + { + "manual": true, + "start": "0x1d66f0", + "end": "0x1d67a3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d66f0" + }, + { + "manual": true, + "start": "0x1d67b0", + "end": "0x1d68fd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d67b0" + }, + { + "manual": true, + "start": "0x1d6f60", + "end": "0x1d6fea", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d6f60" + }, + { + "manual": true, + "start": "0x1d6ff0", + "end": "0x1d7011", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d6ff0" + }, + { + "manual": true, + "start": "0x1d7180", + "end": "0x1d729a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7180" + }, + { + "manual": true, + "start": "0x1d74a0", + "end": "0x1d7589", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d74a0" + }, + { + "manual": true, + "start": "0x1d7590", + "end": "0x1d781f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7590" + }, + { + "manual": true, + "start": "0x1d7820", + "end": "0x1d7a81", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7820" + }, + { + "manual": true, + "start": "0x1d7a90", + "end": "0x1d7c70", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7a90" + }, + { + "manual": true, + "start": "0x1d7c80", + "end": "0x1d7cfe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7c80" + }, + { + "manual": true, + "start": "0x1d7d00", + "end": "0x1d7d83", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7d00" + }, + { + "manual": true, + "start": "0x1d7d90", + "end": "0x1d7eec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7d90" + }, + { + "manual": true, + "start": "0x1d7ef0", + "end": "0x1d7fe5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7ef0" + }, + { + "manual": true, + "start": "0x1d7ff0", + "end": "0x1d84e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d7ff0" + }, + { + "manual": true, + "start": "0x1d84f0", + "end": "0x1d864d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d84f0" + }, + { + "manual": true, + "start": "0x1d8650", + "end": "0x1d8b05", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8650" + }, + { + "manual": true, + "start": "0x1d8b10", + "end": "0x1d8bc6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8b10" + }, + { + "manual": true, + "start": "0x1d8bd0", + "end": "0x1d8c60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8bd0" + }, + { + "manual": true, + "start": "0x1d8c70", + "end": "0x1d8d7e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8c70" + }, + { + "manual": true, + "start": "0x1d8d80", + "end": "0x1d8f60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8d80" + }, + { + "manual": true, + "start": "0x1d8f70", + "end": "0x1d91a0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d8f70" + }, + { + "manual": true, + "start": "0x1d91b0", + "end": "0x1d92f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d91b0" + }, + { + "manual": true, + "start": "0x1d9300", + "end": "0x1d93fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d9300" + }, + { + "manual": true, + "start": "0x1d9400", + "end": "0x1d953a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1d9400" + }, + { + "manual": true, + "start": "0x1da120", + "end": "0x1da141", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da120" + }, + { + "manual": true, + "start": "0x1da150", + "end": "0x1da16b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da150" + }, + { + "manual": true, + "start": "0x1da170", + "end": "0x1da1ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da170" + }, + { + "manual": true, + "start": "0x1da1b0", + "end": "0x1da266", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da1b0" + }, + { + "manual": true, + "start": "0x1da270", + "end": "0x1da2d4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da270" + }, + { + "manual": true, + "start": "0x1da2e0", + "end": "0x1da30c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da2e0" + }, + { + "manual": true, + "start": "0x1da310", + "end": "0x1da390", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da310" + }, + { + "manual": true, + "start": "0x1da8b0", + "end": "0x1da8fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da8b0" + }, + { + "manual": true, + "start": "0x1da900", + "end": "0x1da966", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da900" + }, + { + "manual": true, + "start": "0x1da970", + "end": "0x1da99c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da970" + }, + { + "manual": true, + "start": "0x1da9a0", + "end": "0x1daa67", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1da9a0" + }, + { + "manual": true, + "start": "0x1daa70", + "end": "0x1dab6b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1daa70" + }, + { + "manual": true, + "start": "0x1dab70", + "end": "0x1dabf5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dab70" + }, + { + "manual": true, + "start": "0x1dac00", + "end": "0x1dacd1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dac00" + }, + { + "manual": true, + "start": "0x1db2a0", + "end": "0x1db542", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1db2a0" + }, + { + "manual": true, + "start": "0x1db550", + "end": "0x1db6d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1db550" + }, + { + "manual": true, + "start": "0x1db6e0", + "end": "0x1db807", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1db6e0" + }, + { + "manual": true, + "start": "0x1db810", + "end": "0x1db918", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1db810" + }, + { + "manual": true, + "start": "0x1db920", + "end": "0x1dba60", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1db920" + }, + { + "manual": true, + "start": "0x1dba70", + "end": "0x1dbb9f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dba70" + }, + { + "manual": true, + "start": "0x1dbba0", + "end": "0x1dbcb5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dbba0" + }, + { + "manual": true, + "start": "0x1dbcc0", + "end": "0x1dbe04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dbcc0" + }, + { + "manual": true, + "start": "0x1dbe10", + "end": "0x1dbf09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dbe10" + }, + { + "manual": true, + "start": "0x1dbf10", + "end": "0x1dbf8d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dbf10" + }, + { + "manual": true, + "start": "0x1dbf90", + "end": "0x1dc0a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dbf90" + }, + { + "manual": true, + "start": "0x1dc0b0", + "end": "0x1dc108", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dc0b0" + }, + { + "manual": true, + "start": "0x1dd070", + "end": "0x1dd08c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd070" + }, + { + "manual": true, + "start": "0x1dd090", + "end": "0x1dd0ec", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd090" + }, + { + "manual": true, + "start": "0x1dd0f0", + "end": "0x1dd22a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd0f0" + }, + { + "manual": true, + "start": "0x1dd230", + "end": "0x1dd3dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd230" + }, + { + "manual": true, + "start": "0x1dd3e0", + "end": "0x1dd419", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd3e0" + }, + { + "manual": true, + "start": "0x1dd420", + "end": "0x1dd459", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd420" + }, + { + "manual": true, + "start": "0x1dd460", + "end": "0x1dd4f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd460" + }, + { + "manual": true, + "start": "0x1dd500", + "end": "0x1dd593", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dd500" + }, + { + "manual": true, + "start": "0x1de400", + "end": "0x1de618", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1de400" + }, + { + "manual": true, + "start": "0x1de620", + "end": "0x1de8b5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1de620" + }, + { + "manual": true, + "start": "0x1df010", + "end": "0x1df093", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df010" + }, + { + "manual": true, + "start": "0x1df0a0", + "end": "0x1df0cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df0a0" + }, + { + "manual": true, + "start": "0x1df0d0", + "end": "0x1df0dc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df0d0" + }, + { + "manual": true, + "start": "0x1df0e0", + "end": "0x1df142", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df0e0" + }, + { + "manual": true, + "start": "0x1df150", + "end": "0x1df1c7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df150" + }, + { + "manual": true, + "start": "0x1df1d0", + "end": "0x1df245", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df1d0" + }, + { + "manual": true, + "start": "0x1df250", + "end": "0x1df394", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df250" + }, + { + "manual": true, + "start": "0x1df3a0", + "end": "0x1df3f5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df3a0" + }, + { + "manual": true, + "start": "0x1df400", + "end": "0x1df455", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df400" + }, + { + "manual": true, + "start": "0x1df460", + "end": "0x1df51b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df460" + }, + { + "manual": true, + "start": "0x1df520", + "end": "0x1df5cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df520" + }, + { + "manual": true, + "start": "0x1df5d0", + "end": "0x1df603", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df5d0" + }, + { + "manual": true, + "start": "0x1df610", + "end": "0x1df6f6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df610" + }, + { + "manual": true, + "start": "0x1df700", + "end": "0x1df77c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df700" + }, + { + "manual": true, + "start": "0x1df780", + "end": "0x1df861", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df780" + }, + { + "manual": true, + "start": "0x1df870", + "end": "0x1df89d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df870" + }, + { + "manual": true, + "start": "0x1df8a0", + "end": "0x1df90f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df8a0" + }, + { + "manual": true, + "start": "0x1df910", + "end": "0x1df931", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df910" + }, + { + "manual": true, + "start": "0x1df940", + "end": "0x1dfa01", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1df940" + }, + { + "manual": true, + "start": "0x1dfa10", + "end": "0x1dfa73", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfa10" + }, + { + "manual": true, + "start": "0x1dfa80", + "end": "0x1dfaf4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfa80" + }, + { + "manual": true, + "start": "0x1dfb00", + "end": "0x1dfb3e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfb00" + }, + { + "manual": true, + "start": "0x1dfb40", + "end": "0x1dfb94", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfb40" + }, + { + "manual": true, + "start": "0x1dfba0", + "end": "0x1dfc3f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfba0" + }, + { + "manual": true, + "start": "0x1dfc40", + "end": "0x1dfd1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1dfc40" + }, + { + "manual": true, + "start": "0x1e02f0", + "end": "0x1e0336", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e02f0" + }, + { + "manual": true, + "start": "0x1e0340", + "end": "0x1e041e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e0340" + }, + { + "manual": true, + "start": "0x1e0590", + "end": "0x1e06c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e0590" + }, + { + "manual": true, + "start": "0x1e06d0", + "end": "0x1e07f6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e06d0" + }, + { + "manual": true, + "start": "0x1e3d60", + "end": "0x1e405c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e3d60" + }, + { + "manual": true, + "start": "0x1e4060", + "end": "0x1e4067", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4060" + }, + { + "manual": true, + "start": "0x1e4070", + "end": "0x1e419b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4070" + }, + { + "manual": true, + "start": "0x1e41a0", + "end": "0x1e425d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e41a0" + }, + { + "manual": true, + "start": "0x1e4260", + "end": "0x1e431d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4260" + }, + { + "manual": true, + "start": "0x1e4320", + "end": "0x1e43e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4320" + }, + { + "manual": true, + "start": "0x1e43f0", + "end": "0x1e4483", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e43f0" + }, + { + "manual": true, + "start": "0x1e4490", + "end": "0x1e465f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4490" + }, + { + "manual": true, + "start": "0x1e4660", + "end": "0x1e4832", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4660" + }, + { + "manual": true, + "start": "0x1e4840", + "end": "0x1e48ed", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4840" + }, + { + "manual": true, + "start": "0x1e48f0", + "end": "0x1e49a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e48f0" + }, + { + "manual": true, + "start": "0x1e49b0", + "end": "0x1e4b63", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e49b0" + }, + { + "manual": true, + "start": "0x1e4b70", + "end": "0x1e4c0b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4b70" + }, + { + "manual": true, + "start": "0x1e4c10", + "end": "0x1e4d0f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4c10" + }, + { + "manual": true, + "start": "0x1e4d10", + "end": "0x1e4eca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4d10" + }, + { + "manual": true, + "start": "0x1e4ed0", + "end": "0x1e4fa3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4ed0" + }, + { + "manual": true, + "start": "0x1e4fb0", + "end": "0x1e50f6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e4fb0" + }, + { + "manual": true, + "start": "0x1e5100", + "end": "0x1e5148", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5100" + }, + { + "manual": true, + "start": "0x1e5150", + "end": "0x1e5198", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5150" + }, + { + "manual": true, + "start": "0x1e51a0", + "end": "0x1e51c9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e51a0" + }, + { + "manual": true, + "start": "0x1e51d0", + "end": "0x1e52c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e51d0" + }, + { + "manual": true, + "start": "0x1e52d0", + "end": "0x1e53ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e52d0" + }, + { + "manual": true, + "start": "0x1e53d0", + "end": "0x1e54ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e53d0" + }, + { + "manual": true, + "start": "0x1e54c0", + "end": "0x1e5633", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e54c0" + }, + { + "manual": true, + "start": "0x1e5640", + "end": "0x1e56bb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5640" + }, + { + "manual": true, + "start": "0x1e56c0", + "end": "0x1e5739", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e56c0" + }, + { + "manual": true, + "start": "0x1e5740", + "end": "0x1e5747", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5740" + }, + { + "manual": true, + "start": "0x1e5750", + "end": "0x1e57db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5750" + }, + { + "manual": true, + "start": "0x1e5cc0", + "end": "0x1e5f58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5cc0" + }, + { + "manual": true, + "start": "0x1e5f60", + "end": "0x1e60ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e5f60" + }, + { + "manual": true, + "start": "0x1e60d0", + "end": "0x1e623e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e60d0" + }, + { + "manual": true, + "start": "0x1e6240", + "end": "0x1e63cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e6240" + }, + { + "manual": true, + "start": "0x1e63d0", + "end": "0x1e64ad", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e63d0" + }, + { + "manual": true, + "start": "0x1e64b0", + "end": "0x1e64ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e64b0" + }, + { + "manual": true, + "start": "0x1e6650", + "end": "0x1e67bb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e6650" + }, + { + "manual": true, + "start": "0x1e67c0", + "end": "0x1e6879", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e67c0" + }, + { + "manual": true, + "start": "0x1e6de0", + "end": "0x1e6e30", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e6de0" + }, + { + "manual": true, + "start": "0x1e7700", + "end": "0x1e7757", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7700" + }, + { + "manual": true, + "start": "0x1e7780", + "end": "0x1e77b9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7780" + }, + { + "manual": true, + "start": "0x1e77c0", + "end": "0x1e7884", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e77c0" + }, + { + "manual": true, + "start": "0x1e7890", + "end": "0x1e78e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7890" + }, + { + "manual": true, + "start": "0x1e7d60", + "end": "0x1e7e50", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7d60" + }, + { + "manual": true, + "start": "0x1e7e60", + "end": "0x1e7f9b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7e60" + }, + { + "manual": true, + "start": "0x1e7fa0", + "end": "0x1e802f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e7fa0" + }, + { + "manual": true, + "start": "0x1e8030", + "end": "0x1e8283", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e8030" + }, + { + "manual": true, + "start": "0x1e95c0", + "end": "0x1e9bb4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e95c0" + }, + { + "manual": true, + "start": "0x1e9bc0", + "end": "0x1e9d70", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e9bc0" + }, + { + "manual": true, + "start": "0x1e9d80", + "end": "0x1e9e30", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e9d80" + }, + { + "manual": true, + "start": "0x1e9e40", + "end": "0x1ea03f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1e9e40" + }, + { + "manual": true, + "start": "0x1ea040", + "end": "0x1ea163", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea040" + }, + { + "manual": true, + "start": "0x1ea170", + "end": "0x1ea264", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea170" + }, + { + "manual": true, + "start": "0x1ea270", + "end": "0x1ea3db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea270" + }, + { + "manual": true, + "start": "0x1ea3e0", + "end": "0x1ea4e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea3e0" + }, + { + "manual": true, + "start": "0x1ea4f0", + "end": "0x1ea5ee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea4f0" + }, + { + "manual": true, + "start": "0x1ea5f0", + "end": "0x1ea624", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea5f0" + }, + { + "manual": true, + "start": "0x1ea630", + "end": "0x1ea69c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea630" + }, + { + "manual": true, + "start": "0x1ea6a0", + "end": "0x1ea6d9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea6a0" + }, + { + "manual": true, + "start": "0x1ea6e0", + "end": "0x1ea77b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea6e0" + }, + { + "manual": true, + "start": "0x1ea780", + "end": "0x1ea7ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea780" + }, + { + "manual": true, + "start": "0x1ea7f0", + "end": "0x1ea831", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea7f0" + }, + { + "manual": true, + "start": "0x1ea840", + "end": "0x1ea879", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea840" + }, + { + "manual": true, + "start": "0x1ea880", + "end": "0x1ea923", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea880" + }, + { + "manual": true, + "start": "0x1ea930", + "end": "0x1ea9a6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea930" + }, + { + "manual": true, + "start": "0x1ea9b0", + "end": "0x1eaaeb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ea9b0" + }, + { + "manual": true, + "start": "0x1eaaf0", + "end": "0x1eabf8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eaaf0" + }, + { + "manual": true, + "start": "0x1eac00", + "end": "0x1eac07", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eac00" + }, + { + "manual": true, + "start": "0x1eac10", + "end": "0x1eac80", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eac10" + }, + { + "manual": true, + "start": "0x1eac90", + "end": "0x1eac97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eac90" + }, + { + "manual": true, + "start": "0x1eaca0", + "end": "0x1eae8b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eaca0" + }, + { + "manual": true, + "start": "0x1eae90", + "end": "0x1eaf26", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eae90" + }, + { + "manual": true, + "start": "0x1eeb70", + "end": "0x1eeb70", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1eeb70" + }, + { + "manual": true, + "start": "0x1f9550", + "end": "0x1f9571", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9550" + }, + { + "manual": true, + "start": "0x1f9dd0", + "end": "0x1f9e0e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9dd0" + }, + { + "manual": true, + "start": "0x1f9e10", + "end": "0x1f9e5b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9e10" + }, + { + "manual": true, + "start": "0x1f9e60", + "end": "0x1f9f05", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9e60" + }, + { + "manual": true, + "start": "0x1f9f10", + "end": "0x1f9f6d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9f10" + }, + { + "manual": true, + "start": "0x1f9f70", + "end": "0x1f9fda", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9f70" + }, + { + "manual": true, + "start": "0x1f9fe0", + "end": "0x1fa04a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1f9fe0" + }, + { + "manual": true, + "start": "0x1fa050", + "end": "0x1fa05d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fa050" + }, + { + "manual": true, + "start": "0x1faae0", + "end": "0x1fab6c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1faae0" + }, + { + "manual": true, + "start": "0x1fb660", + "end": "0x1fb6c7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb660" + }, + { + "manual": true, + "start": "0x1fb6d0", + "end": "0x1fb71a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb6d0" + }, + { + "manual": true, + "start": "0x1fb720", + "end": "0x1fb76a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb720" + }, + { + "manual": true, + "start": "0x1fb770", + "end": "0x1fb7ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb770" + }, + { + "manual": true, + "start": "0x1fb7d0", + "end": "0x1fb81b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb7d0" + }, + { + "manual": true, + "start": "0x1fb820", + "end": "0x1fb8b0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb820" + }, + { + "manual": true, + "start": "0x1fb8c0", + "end": "0x1fb966", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb8c0" + }, + { + "manual": true, + "start": "0x1fb970", + "end": "0x1fb9b4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb970" + }, + { + "manual": true, + "start": "0x1fb9c0", + "end": "0x1fba04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fb9c0" + }, + { + "manual": true, + "start": "0x1fba10", + "end": "0x1fba54", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fba10" + }, + { + "manual": true, + "start": "0x1fbf80", + "end": "0x1fc094", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fbf80" + }, + { + "manual": true, + "start": "0x1fc0a0", + "end": "0x1fc0e1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc0a0" + }, + { + "manual": true, + "start": "0x1fc140", + "end": "0x1fc181", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc140" + }, + { + "manual": true, + "start": "0x1fc190", + "end": "0x1fc1f9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc190" + }, + { + "manual": true, + "start": "0x1fc200", + "end": "0x1fc241", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc200" + }, + { + "manual": true, + "start": "0x1fc250", + "end": "0x1fc28e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc250" + }, + { + "manual": true, + "start": "0x1fc290", + "end": "0x1fc2d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc290" + }, + { + "manual": true, + "start": "0x1fc2e0", + "end": "0x1fc31e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc2e0" + }, + { + "manual": true, + "start": "0x1fc320", + "end": "0x1fc35f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc320" + }, + { + "manual": true, + "start": "0x1fc360", + "end": "0x1fc3a1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc360" + }, + { + "manual": true, + "start": "0x1fc3b0", + "end": "0x1fc3ef", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc3b0" + }, + { + "manual": true, + "start": "0x1fc3f0", + "end": "0x1fc431", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc3f0" + }, + { + "manual": true, + "start": "0x1fc440", + "end": "0x1fc481", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc440" + }, + { + "manual": true, + "start": "0x1fc490", + "end": "0x1fc4ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc490" + }, + { + "manual": true, + "start": "0x1fc4d0", + "end": "0x1fc514", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc4d0" + }, + { + "manual": true, + "start": "0x1fc520", + "end": "0x1fc561", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc520" + }, + { + "manual": true, + "start": "0x1fc570", + "end": "0x1fc5b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc570" + }, + { + "manual": true, + "start": "0x1fc5c0", + "end": "0x1fc601", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc5c0" + }, + { + "manual": true, + "start": "0x1fc610", + "end": "0x1fc670", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc610" + }, + { + "manual": true, + "start": "0x1fc680", + "end": "0x1fc6ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc680" + }, + { + "manual": true, + "start": "0x1fc6c0", + "end": "0x1fc720", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc6c0" + }, + { + "manual": true, + "start": "0x1fc730", + "end": "0x1fc77d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc730" + }, + { + "manual": true, + "start": "0x1fc780", + "end": "0x1fc824", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc780" + }, + { + "manual": true, + "start": "0x1fc830", + "end": "0x1fc884", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc830" + }, + { + "manual": true, + "start": "0x1fc890", + "end": "0x1fc8d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc890" + }, + { + "manual": true, + "start": "0x1fc8e0", + "end": "0x1fc91f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc8e0" + }, + { + "manual": true, + "start": "0x1fc920", + "end": "0x1fc95f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fc920" + }, + { + "manual": true, + "start": "0x1fcc10", + "end": "0x1fcc58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fcc10" + }, + { + "manual": true, + "start": "0x1fd550", + "end": "0x1fd5b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1fd550" + }, + { + "manual": true, + "start": "0x1ff080", + "end": "0x1ff092", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff080" + }, + { + "manual": true, + "start": "0x1ff0a0", + "end": "0x1ff0c5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff0a0" + }, + { + "manual": true, + "start": "0x1ff0d0", + "end": "0x1ff0e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff0d0" + }, + { + "manual": true, + "start": "0x1ff0f0", + "end": "0x1ff115", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff0f0" + }, + { + "manual": true, + "start": "0x1ff120", + "end": "0x1ff135", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff120" + }, + { + "manual": true, + "start": "0x1ff140", + "end": "0x1ff165", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff140" + }, + { + "manual": true, + "start": "0x1ff170", + "end": "0x1ff185", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff170" + }, + { + "manual": true, + "start": "0x1ff190", + "end": "0x1ff1b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff190" + }, + { + "manual": true, + "start": "0x1ff1c0", + "end": "0x1ff1d5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff1c0" + }, + { + "manual": true, + "start": "0x1ff1e0", + "end": "0x1ff20b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff1e0" + }, + { + "manual": true, + "start": "0x1ff210", + "end": "0x1ff225", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff210" + }, + { + "manual": true, + "start": "0x1ff230", + "end": "0x1ff25b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff230" + }, + { + "manual": true, + "start": "0x1ff260", + "end": "0x1ff2b6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff260" + }, + { + "manual": true, + "start": "0x1ff2c0", + "end": "0x1ff31a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x1ff2c0" + }, + { + "manual": true, + "start": "0x2017e0", + "end": "0x201837", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2017e0" + }, + { + "manual": true, + "start": "0x201840", + "end": "0x201897", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x201840" + }, + { + "manual": true, + "start": "0x2018a0", + "end": "0x2018a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2018a0" + }, + { + "manual": true, + "start": "0x2018b0", + "end": "0x2018b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2018b0" + }, + { + "manual": true, + "start": "0x2039b0", + "end": "0x203a0e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2039b0" + }, + { + "manual": true, + "start": "0x204c80", + "end": "0x204cd2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x204c80" + }, + { + "manual": true, + "start": "0x204ce0", + "end": "0x204d09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x204ce0" + }, + { + "manual": true, + "start": "0x204d10", + "end": "0x204d39", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x204d10" + }, + { + "manual": true, + "start": "0x2081f0", + "end": "0x208229", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2081f0" + }, + { + "manual": true, + "start": "0x208230", + "end": "0x208265", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208230" + }, + { + "manual": true, + "start": "0x208270", + "end": "0x2082b5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208270" + }, + { + "manual": true, + "start": "0x2082c0", + "end": "0x208363", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2082c0" + }, + { + "manual": true, + "start": "0x208560", + "end": "0x20857d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208560" + }, + { + "manual": true, + "start": "0x208580", + "end": "0x2085c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208580" + }, + { + "manual": true, + "start": "0x208690", + "end": "0x20875f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208690" + }, + { + "manual": true, + "start": "0x208760", + "end": "0x208879", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x208760" + }, + { + "manual": true, + "start": "0x20a450", + "end": "0x20a489", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20a450" + }, + { + "manual": true, + "start": "0x20a490", + "end": "0x20a509", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20a490" + }, + { + "manual": true, + "start": "0x20a510", + "end": "0x20a5cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20a510" + }, + { + "manual": true, + "start": "0x20c2a0", + "end": "0x20c341", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c2a0" + }, + { + "manual": true, + "start": "0x20c350", + "end": "0x20c3c4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c350" + }, + { + "manual": true, + "start": "0x20c3d0", + "end": "0x20c4a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c3d0" + }, + { + "manual": true, + "start": "0x20c4b0", + "end": "0x20c541", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c4b0" + }, + { + "manual": true, + "start": "0x20c550", + "end": "0x20c6e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c550" + }, + { + "manual": true, + "start": "0x20c6f0", + "end": "0x20c76e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c6f0" + }, + { + "manual": true, + "start": "0x20c770", + "end": "0x20c80f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c770" + }, + { + "manual": true, + "start": "0x20c810", + "end": "0x20c89e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c810" + }, + { + "manual": true, + "start": "0x20c8a0", + "end": "0x20c915", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c8a0" + }, + { + "manual": true, + "start": "0x20c920", + "end": "0x20c997", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c920" + }, + { + "manual": true, + "start": "0x20c9a0", + "end": "0x20ca17", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20c9a0" + }, + { + "manual": true, + "start": "0x20ca20", + "end": "0x20ca93", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ca20" + }, + { + "manual": true, + "start": "0x20caa0", + "end": "0x20cb1c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20caa0" + }, + { + "manual": true, + "start": "0x20cb20", + "end": "0x20cb97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cb20" + }, + { + "manual": true, + "start": "0x20cba0", + "end": "0x20cc28", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cba0" + }, + { + "manual": true, + "start": "0x20cc30", + "end": "0x20cd43", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cc30" + }, + { + "manual": true, + "start": "0x20cd50", + "end": "0x20ce1f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cd50" + }, + { + "manual": true, + "start": "0x20ce20", + "end": "0x20cf14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ce20" + }, + { + "manual": true, + "start": "0x20cf20", + "end": "0x20cfa3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cf20" + }, + { + "manual": true, + "start": "0x20cfb0", + "end": "0x20d090", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20cfb0" + }, + { + "manual": true, + "start": "0x20d0a0", + "end": "0x20d27a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d0a0" + }, + { + "manual": true, + "start": "0x20d280", + "end": "0x20d327", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d280" + }, + { + "manual": true, + "start": "0x20d330", + "end": "0x20d3ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d330" + }, + { + "manual": true, + "start": "0x20d3d0", + "end": "0x20d52d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d3d0" + }, + { + "manual": true, + "start": "0x20d530", + "end": "0x20d68d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d530" + }, + { + "manual": true, + "start": "0x20d690", + "end": "0x20d72f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d690" + }, + { + "manual": true, + "start": "0x20d730", + "end": "0x20d7cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d730" + }, + { + "manual": true, + "start": "0x20d7d0", + "end": "0x20d852", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d7d0" + }, + { + "manual": true, + "start": "0x20d860", + "end": "0x20d8e3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d860" + }, + { + "manual": true, + "start": "0x20d8f0", + "end": "0x20d960", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d8f0" + }, + { + "manual": true, + "start": "0x20d970", + "end": "0x20d9f2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20d970" + }, + { + "manual": true, + "start": "0x20da00", + "end": "0x20db10", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20da00" + }, + { + "manual": true, + "start": "0x20db20", + "end": "0x20db7b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20db20" + }, + { + "manual": true, + "start": "0x20db80", + "end": "0x20dbe1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20db80" + }, + { + "manual": true, + "start": "0x20dbf0", + "end": "0x20dc68", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20dbf0" + }, + { + "manual": true, + "start": "0x20dc70", + "end": "0x20dd3b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20dc70" + }, + { + "manual": true, + "start": "0x20dd40", + "end": "0x20dda0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20dd40" + }, + { + "manual": true, + "start": "0x20ddb0", + "end": "0x20de6e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ddb0" + }, + { + "manual": true, + "start": "0x20de70", + "end": "0x20df29", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20de70" + }, + { + "manual": true, + "start": "0x20df30", + "end": "0x20df8e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20df30" + }, + { + "manual": true, + "start": "0x20df90", + "end": "0x20dfee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20df90" + }, + { + "manual": true, + "start": "0x20dff0", + "end": "0x20e066", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20dff0" + }, + { + "manual": true, + "start": "0x20e070", + "end": "0x20e0ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e070" + }, + { + "manual": true, + "start": "0x20e0d0", + "end": "0x20e12e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e0d0" + }, + { + "manual": true, + "start": "0x20e130", + "end": "0x20e1af", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e130" + }, + { + "manual": true, + "start": "0x20e1b0", + "end": "0x20e22f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e1b0" + }, + { + "manual": true, + "start": "0x20e230", + "end": "0x20e28e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e230" + }, + { + "manual": true, + "start": "0x20e290", + "end": "0x20e30d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e290" + }, + { + "manual": true, + "start": "0x20e310", + "end": "0x20e3a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e310" + }, + { + "manual": true, + "start": "0x20e3b0", + "end": "0x20e40e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e3b0" + }, + { + "manual": true, + "start": "0x20e410", + "end": "0x20e46e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e410" + }, + { + "manual": true, + "start": "0x20e470", + "end": "0x20e4db", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e470" + }, + { + "manual": true, + "start": "0x20e4e0", + "end": "0x20e55f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e4e0" + }, + { + "manual": true, + "start": "0x20e560", + "end": "0x20e625", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e560" + }, + { + "manual": true, + "start": "0x20e630", + "end": "0x20e730", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e630" + }, + { + "manual": true, + "start": "0x20e740", + "end": "0x20e993", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e740" + }, + { + "manual": true, + "start": "0x20e9a0", + "end": "0x20ea52", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20e9a0" + }, + { + "manual": true, + "start": "0x20ea60", + "end": "0x20eada", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ea60" + }, + { + "manual": true, + "start": "0x20eae0", + "end": "0x20eb5a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20eae0" + }, + { + "manual": true, + "start": "0x20eb60", + "end": "0x20ec56", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20eb60" + }, + { + "manual": true, + "start": "0x20ec60", + "end": "0x20ed36", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ec60" + }, + { + "manual": true, + "start": "0x20ed40", + "end": "0x20ef3a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ed40" + }, + { + "manual": true, + "start": "0x20ef40", + "end": "0x20f0f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20ef40" + }, + { + "manual": true, + "start": "0x20f100", + "end": "0x20f34e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f100" + }, + { + "manual": true, + "start": "0x20f350", + "end": "0x20f3cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f350" + }, + { + "manual": true, + "start": "0x20f3d0", + "end": "0x20f479", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f3d0" + }, + { + "manual": true, + "start": "0x20f480", + "end": "0x20f573", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f480" + }, + { + "manual": true, + "start": "0x20f580", + "end": "0x20f674", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f580" + }, + { + "manual": true, + "start": "0x20f680", + "end": "0x20f782", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f680" + }, + { + "manual": true, + "start": "0x20f790", + "end": "0x20f85b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f790" + }, + { + "manual": true, + "start": "0x20f860", + "end": "0x20f8dd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f860" + }, + { + "manual": true, + "start": "0x20f8e0", + "end": "0x20f9d7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f8e0" + }, + { + "manual": true, + "start": "0x20f9e0", + "end": "0x20fb90", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20f9e0" + }, + { + "manual": true, + "start": "0x20fba0", + "end": "0x20fc38", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20fba0" + }, + { + "manual": true, + "start": "0x20fc40", + "end": "0x20fcb4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20fc40" + }, + { + "manual": true, + "start": "0x20fcc0", + "end": "0x20fd34", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20fcc0" + }, + { + "manual": true, + "start": "0x20fd40", + "end": "0x20febb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20fd40" + }, + { + "manual": true, + "start": "0x20fec0", + "end": "0x21003b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x20fec0" + }, + { + "manual": true, + "start": "0x210040", + "end": "0x210197", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210040" + }, + { + "manual": true, + "start": "0x2101a0", + "end": "0x2102f0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2101a0" + }, + { + "manual": true, + "start": "0x210300", + "end": "0x210440", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210300" + }, + { + "manual": true, + "start": "0x210450", + "end": "0x21054a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210450" + }, + { + "manual": true, + "start": "0x210550", + "end": "0x2107c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210550" + }, + { + "manual": true, + "start": "0x2107d0", + "end": "0x21085c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2107d0" + }, + { + "manual": true, + "start": "0x210860", + "end": "0x2109f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210860" + }, + { + "manual": true, + "start": "0x210a00", + "end": "0x210b58", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210a00" + }, + { + "manual": true, + "start": "0x210b60", + "end": "0x210c92", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210b60" + }, + { + "manual": true, + "start": "0x210ca0", + "end": "0x210dd2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210ca0" + }, + { + "manual": true, + "start": "0x210de0", + "end": "0x210eb3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210de0" + }, + { + "manual": true, + "start": "0x210ec0", + "end": "0x210fa5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210ec0" + }, + { + "manual": true, + "start": "0x210fb0", + "end": "0x211091", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x210fb0" + }, + { + "manual": true, + "start": "0x211130", + "end": "0x2111a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211130" + }, + { + "manual": true, + "start": "0x2111b0", + "end": "0x211228", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2111b0" + }, + { + "manual": true, + "start": "0x211230", + "end": "0x2112a8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211230" + }, + { + "manual": true, + "start": "0x2112b0", + "end": "0x211326", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2112b0" + }, + { + "manual": true, + "start": "0x211330", + "end": "0x2113d8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211330" + }, + { + "manual": true, + "start": "0x2113e0", + "end": "0x2115f8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2113e0" + }, + { + "manual": true, + "start": "0x211600", + "end": "0x21166d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211600" + }, + { + "manual": true, + "start": "0x211670", + "end": "0x211778", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211670" + }, + { + "manual": true, + "start": "0x211780", + "end": "0x211811", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211780" + }, + { + "manual": true, + "start": "0x211820", + "end": "0x2118b1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211820" + }, + { + "manual": true, + "start": "0x2118c0", + "end": "0x211a1b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2118c0" + }, + { + "manual": true, + "start": "0x211a20", + "end": "0x211aca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211a20" + }, + { + "manual": true, + "start": "0x211ad0", + "end": "0x211b7a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211ad0" + }, + { + "manual": true, + "start": "0x211b80", + "end": "0x211c37", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211b80" + }, + { + "manual": true, + "start": "0x211c40", + "end": "0x211ca1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211c40" + }, + { + "manual": true, + "start": "0x211cb0", + "end": "0x211de8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211cb0" + }, + { + "manual": true, + "start": "0x211df0", + "end": "0x212089", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x211df0" + }, + { + "manual": true, + "start": "0x212090", + "end": "0x21225f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212090" + }, + { + "manual": true, + "start": "0x212260", + "end": "0x2122f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212260" + }, + { + "manual": true, + "start": "0x212300", + "end": "0x21235a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212300" + }, + { + "manual": true, + "start": "0x212360", + "end": "0x2123ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212360" + }, + { + "manual": true, + "start": "0x2123c0", + "end": "0x212420", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2123c0" + }, + { + "manual": true, + "start": "0x212430", + "end": "0x212496", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212430" + }, + { + "manual": true, + "start": "0x2124a0", + "end": "0x2124fb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2124a0" + }, + { + "manual": true, + "start": "0x212500", + "end": "0x212591", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212500" + }, + { + "manual": true, + "start": "0x2125a0", + "end": "0x212604", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2125a0" + }, + { + "manual": true, + "start": "0x212610", + "end": "0x21266e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212610" + }, + { + "manual": true, + "start": "0x212670", + "end": "0x2127e5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212670" + }, + { + "manual": true, + "start": "0x2127f0", + "end": "0x21286f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2127f0" + }, + { + "manual": true, + "start": "0x212870", + "end": "0x2128fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212870" + }, + { + "manual": true, + "start": "0x212900", + "end": "0x21297f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212900" + }, + { + "manual": true, + "start": "0x212980", + "end": "0x2129ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212980" + }, + { + "manual": true, + "start": "0x212a00", + "end": "0x212a85", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212a00" + }, + { + "manual": true, + "start": "0x212a90", + "end": "0x212b37", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212a90" + }, + { + "manual": true, + "start": "0x212b40", + "end": "0x212be5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212b40" + }, + { + "manual": true, + "start": "0x212bf0", + "end": "0x212ca3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212bf0" + }, + { + "manual": true, + "start": "0x212cb0", + "end": "0x212d4a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212cb0" + }, + { + "manual": true, + "start": "0x212d50", + "end": "0x212e16", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212d50" + }, + { + "manual": true, + "start": "0x212e20", + "end": "0x212f07", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212e20" + }, + { + "manual": true, + "start": "0x212f10", + "end": "0x21301f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x212f10" + }, + { + "manual": true, + "start": "0x213020", + "end": "0x21313d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213020" + }, + { + "manual": true, + "start": "0x213140", + "end": "0x2131da", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213140" + }, + { + "manual": true, + "start": "0x2131e0", + "end": "0x213206", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2131e0" + }, + { + "manual": true, + "start": "0x213290", + "end": "0x21332a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213290" + }, + { + "manual": true, + "start": "0x213330", + "end": "0x2133ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213330" + }, + { + "manual": true, + "start": "0x2133d0", + "end": "0x21349d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2133d0" + }, + { + "manual": true, + "start": "0x2134a0", + "end": "0x21356d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2134a0" + }, + { + "manual": true, + "start": "0x213570", + "end": "0x2135fd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213570" + }, + { + "manual": true, + "start": "0x213700", + "end": "0x21373f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213700" + }, + { + "manual": true, + "start": "0x213740", + "end": "0x21377f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213740" + }, + { + "manual": true, + "start": "0x213780", + "end": "0x2137c0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213780" + }, + { + "manual": true, + "start": "0x2137d0", + "end": "0x213821", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2137d0" + }, + { + "manual": true, + "start": "0x213830", + "end": "0x2138bb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213830" + }, + { + "manual": true, + "start": "0x2138c0", + "end": "0x2139a5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2138c0" + }, + { + "manual": true, + "start": "0x2139b0", + "end": "0x213a5b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2139b0" + }, + { + "manual": true, + "start": "0x213a60", + "end": "0x213b30", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213a60" + }, + { + "manual": true, + "start": "0x213b40", + "end": "0x213c84", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213b40" + }, + { + "manual": true, + "start": "0x213c90", + "end": "0x213d1b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213c90" + }, + { + "manual": true, + "start": "0x213d20", + "end": "0x213e0e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213d20" + }, + { + "manual": true, + "start": "0x213e10", + "end": "0x213ecc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213e10" + }, + { + "manual": true, + "start": "0x213ed0", + "end": "0x213f8b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213ed0" + }, + { + "manual": true, + "start": "0x213f90", + "end": "0x214139", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x213f90" + }, + { + "manual": true, + "start": "0x214140", + "end": "0x214186", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214140" + }, + { + "manual": true, + "start": "0x214ca0", + "end": "0x214cee", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214ca0" + }, + { + "manual": true, + "start": "0x214cf0", + "end": "0x214d3e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214cf0" + }, + { + "manual": true, + "start": "0x214d40", + "end": "0x214d82", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214d40" + }, + { + "manual": true, + "start": "0x214e60", + "end": "0x214eed", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214e60" + }, + { + "manual": true, + "start": "0x214ef0", + "end": "0x214fc5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x214ef0" + }, + { + "manual": true, + "start": "0x281290", + "end": "0x281300", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x281290" + }, + { + "manual": true, + "start": "0x2817e0", + "end": "0x2817f4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2817e0" + }, + { + "manual": true, + "start": "0x281ab0", + "end": "0x281afa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x281ab0" + }, + { + "manual": true, + "start": "0x282340", + "end": "0x28239d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x282340" + }, + { + "manual": true, + "start": "0x282400", + "end": "0x282780", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x282400" + }, + { + "manual": true, + "start": "0x2828c0", + "end": "0x2828fd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2828c0" + }, + { + "manual": true, + "start": "0x282d20", + "end": "0x282d26", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x282d20" + }, + { + "manual": true, + "start": "0x2859e0", + "end": "0x285a64", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2859e0" + }, + { + "manual": true, + "start": "0x285eb0", + "end": "0x285f32", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x285eb0" + }, + { + "manual": true, + "start": "0x285fb0", + "end": "0x286115", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x285fb0" + }, + { + "manual": true, + "start": "0x288690", + "end": "0x28903e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x288690" + }, + { + "manual": true, + "start": "0x289ef0", + "end": "0x289f13", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x289ef0" + }, + { + "manual": true, + "start": "0x28bbc0", + "end": "0x28bd14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x28bbc0" + }, + { + "manual": true, + "start": "0x28bf20", + "end": "0x28bf43", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x28bf20" + }, + { + "manual": true, + "start": "0x28c220", + "end": "0x28c243", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x28c220" + }, + { + "manual": true, + "start": "0x28fd50", + "end": "0x28fe7f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x28fd50" + }, + { + "manual": true, + "start": "0x2a1a90", + "end": "0x2a1c23", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2a1a90" + }, + { + "manual": true, + "start": "0x2b33d0", + "end": "0x2b3427", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b33d0" + }, + { + "manual": true, + "start": "0x2b3430", + "end": "0x2b344b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b3430" + }, + { + "manual": true, + "start": "0x2b4060", + "end": "0x2b412a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4060" + }, + { + "manual": true, + "start": "0x2b4130", + "end": "0x2b43f2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4130" + }, + { + "manual": true, + "start": "0x2b4400", + "end": "0x2b44a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4400" + }, + { + "manual": true, + "start": "0x2b44b0", + "end": "0x2b44e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b44b0" + }, + { + "manual": true, + "start": "0x2b44f0", + "end": "0x2b455e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b44f0" + }, + { + "manual": true, + "start": "0x2b4560", + "end": "0x2b45ba", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4560" + }, + { + "manual": true, + "start": "0x2b45c0", + "end": "0x2b461a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b45c0" + }, + { + "manual": true, + "start": "0x2b4620", + "end": "0x2b4758", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4620" + }, + { + "manual": true, + "start": "0x2b4760", + "end": "0x2b4898", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4760" + }, + { + "manual": true, + "start": "0x2b48a0", + "end": "0x2b4942", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b48a0" + }, + { + "manual": true, + "start": "0x2b4950", + "end": "0x2b49f2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4950" + }, + { + "manual": true, + "start": "0x2b4a00", + "end": "0x2b4a32", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4a00" + }, + { + "manual": true, + "start": "0x2b4a40", + "end": "0x2b4a72", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4a40" + }, + { + "manual": true, + "start": "0x2b4a80", + "end": "0x2b4c7c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4a80" + }, + { + "manual": true, + "start": "0x2b4eb0", + "end": "0x2b4ed9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b4eb0" + }, + { + "manual": true, + "start": "0x2b6af0", + "end": "0x2b6b43", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6af0" + }, + { + "manual": true, + "start": "0x2b6b50", + "end": "0x2b6b9f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6b50" + }, + { + "manual": true, + "start": "0x2b6ba0", + "end": "0x2b6bca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6ba0" + }, + { + "manual": true, + "start": "0x2b6bd0", + "end": "0x2b6bfa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6bd0" + }, + { + "manual": true, + "start": "0x2b6c00", + "end": "0x2b6c2a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6c00" + }, + { + "manual": true, + "start": "0x2b6c30", + "end": "0x2b6c5a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6c30" + }, + { + "manual": true, + "start": "0x2b6c60", + "end": "0x2b6ce6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6c60" + }, + { + "manual": true, + "start": "0x2b6cf0", + "end": "0x2b6d74", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6cf0" + }, + { + "manual": true, + "start": "0x2b6d80", + "end": "0x2b6e04", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b6d80" + }, + { + "manual": true, + "start": "0x2b7b70", + "end": "0x2b7bc3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b7b70" + }, + { + "manual": true, + "start": "0x2b7bd0", + "end": "0x2b7c89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b7bd0" + }, + { + "manual": true, + "start": "0x2b7c90", + "end": "0x2b7d6e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b7c90" + }, + { + "manual": true, + "start": "0x2b7d70", + "end": "0x2b7d9a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b7d70" + }, + { + "manual": true, + "start": "0x2b7da0", + "end": "0x2b7dca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2b7da0" + }, + { + "manual": true, + "start": "0x2bce10", + "end": "0x2bce31", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bce10" + }, + { + "manual": true, + "start": "0x2bce40", + "end": "0x2bce51", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bce40" + }, + { + "manual": true, + "start": "0x2bce60", + "end": "0x2bce97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bce60" + }, + { + "manual": true, + "start": "0x2bcea0", + "end": "0x2bcee6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bcea0" + }, + { + "manual": true, + "start": "0x2bd0a0", + "end": "0x2bd0bd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bd0a0" + }, + { + "manual": true, + "start": "0x2bd5a0", + "end": "0x2bd89c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bd5a0" + }, + { + "manual": true, + "start": "0x2bdfc0", + "end": "0x2be013", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bdfc0" + }, + { + "manual": true, + "start": "0x2be2b0", + "end": "0x2be38f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2be2b0" + }, + { + "manual": true, + "start": "0x2be390", + "end": "0x2be3ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2be390" + }, + { + "manual": true, + "start": "0x2bf160", + "end": "0x2bf201", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x2bf160" + }, + { + "manual": true, + "start": "0x34d580", + "end": "0x34d5a7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34d580" + }, + { + "manual": true, + "start": "0x34d5b0", + "end": "0x34d5fc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34d5b0" + }, + { + "manual": true, + "start": "0x34d600", + "end": "0x34d6a2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34d600" + }, + { + "manual": true, + "start": "0x34d9e0", + "end": "0x34d9fe", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34d9e0" + }, + { + "manual": true, + "start": "0x34f2b0", + "end": "0x34f2cb", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34f2b0" + }, + { + "manual": true, + "start": "0x34fa60", + "end": "0x34fa6c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34fa60" + }, + { + "manual": true, + "start": "0x34fa70", + "end": "0x34fadc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34fa70" + }, + { + "manual": true, + "start": "0x34fae0", + "end": "0x34fc1f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34fae0" + }, + { + "manual": true, + "start": "0x34fc20", + "end": "0x34fd35", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34fc20" + }, + { + "manual": true, + "start": "0x34ff70", + "end": "0x350205", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x34ff70" + }, + { + "manual": true, + "start": "0x351120", + "end": "0x35114a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x351120" + }, + { + "manual": true, + "start": "0x363730", + "end": "0x3637cc", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363730" + }, + { + "manual": true, + "start": "0x3637d0", + "end": "0x36382a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3637d0" + }, + { + "manual": true, + "start": "0x363830", + "end": "0x363854", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363830" + }, + { + "manual": true, + "start": "0x363860", + "end": "0x363995", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363860" + }, + { + "manual": true, + "start": "0x3639a0", + "end": "0x3639ce", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3639a0" + }, + { + "manual": true, + "start": "0x3639d0", + "end": "0x363a53", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3639d0" + }, + { + "manual": true, + "start": "0x363a60", + "end": "0x363aa9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363a60" + }, + { + "manual": true, + "start": "0x363b40", + "end": "0x363b82", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363b40" + }, + { + "manual": true, + "start": "0x363b90", + "end": "0x363bd5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363b90" + }, + { + "manual": true, + "start": "0x363be0", + "end": "0x363c09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363be0" + }, + { + "manual": true, + "start": "0x363c50", + "end": "0x363c5c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363c50" + }, + { + "manual": true, + "start": "0x363d60", + "end": "0x363d70", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363d60" + }, + { + "manual": true, + "start": "0x363df0", + "end": "0x364038", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x363df0" + }, + { + "manual": true, + "start": "0x364040", + "end": "0x364195", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364040" + }, + { + "manual": true, + "start": "0x3641a0", + "end": "0x3643e9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3641a0" + }, + { + "manual": true, + "start": "0x3643f0", + "end": "0x364412", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3643f0" + }, + { + "manual": true, + "start": "0x364520", + "end": "0x3645d2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364520" + }, + { + "manual": true, + "start": "0x3645e0", + "end": "0x364787", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3645e0" + }, + { + "manual": true, + "start": "0x364800", + "end": "0x364984", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364800" + }, + { + "manual": true, + "start": "0x364990", + "end": "0x364a02", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364990" + }, + { + "manual": true, + "start": "0x364a10", + "end": "0x364b87", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364a10" + }, + { + "manual": true, + "start": "0x364b90", + "end": "0x364e4e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x364b90" + }, + { + "manual": true, + "start": "0x365270", + "end": "0x365358", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x365270" + }, + { + "manual": true, + "start": "0x3653b0", + "end": "0x3653ff", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3653b0" + }, + { + "manual": true, + "start": "0x3658a0", + "end": "0x3659be", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3658a0" + }, + { + "manual": true, + "start": "0x3659c0", + "end": "0x365ae4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3659c0" + }, + { + "manual": true, + "start": "0x365af0", + "end": "0x365fb1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x365af0" + }, + { + "manual": true, + "start": "0x366140", + "end": "0x366294", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x366140" + }, + { + "manual": true, + "start": "0x366530", + "end": "0x3665c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x366530" + }, + { + "manual": true, + "start": "0x3668c0", + "end": "0x366935", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3668c0" + }, + { + "manual": true, + "start": "0x367100", + "end": "0x36719b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x367100" + }, + { + "manual": true, + "start": "0x3673f0", + "end": "0x367433", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3673f0" + }, + { + "manual": true, + "start": "0x367fc0", + "end": "0x3681e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x367fc0" + }, + { + "manual": true, + "start": "0x368340", + "end": "0x368401", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x368340" + }, + { + "manual": true, + "start": "0x368410", + "end": "0x36841a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x368410" + }, + { + "manual": true, + "start": "0x368440", + "end": "0x36845a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x368440" + }, + { + "manual": true, + "start": "0x3689e0", + "end": "0x368a18", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3689e0" + }, + { + "manual": true, + "start": "0x369100", + "end": "0x3691b2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x369100" + }, + { + "manual": true, + "start": "0x369230", + "end": "0x369235", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x369230" + }, + { + "manual": true, + "start": "0x36ab80", + "end": "0x36b286", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36ab80" + }, + { + "manual": true, + "start": "0x36e4a0", + "end": "0x36e4d1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e4a0" + }, + { + "manual": true, + "start": "0x36e540", + "end": "0x36e599", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e540" + }, + { + "manual": true, + "start": "0x36e5a0", + "end": "0x36e5c3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e5a0" + }, + { + "manual": true, + "start": "0x36e6e0", + "end": "0x36e711", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e6e0" + }, + { + "manual": true, + "start": "0x36e760", + "end": "0x36e77a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e760" + }, + { + "manual": true, + "start": "0x36e780", + "end": "0x36e79a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36e780" + }, + { + "manual": true, + "start": "0x36ed20", + "end": "0x36ed97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36ed20" + }, + { + "manual": true, + "start": "0x36ee30", + "end": "0x36ee5d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36ee30" + }, + { + "manual": true, + "start": "0x36ef70", + "end": "0x36f000", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36ef70" + }, + { + "manual": true, + "start": "0x36f070", + "end": "0x36f09d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36f070" + }, + { + "manual": true, + "start": "0x36f0a0", + "end": "0x36f0cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36f0a0" + }, + { + "manual": true, + "start": "0x36f1e0", + "end": "0x36f330", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36f1e0" + }, + { + "manual": true, + "start": "0x36f640", + "end": "0x36f6b8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x36f640" + }, + { + "manual": true, + "start": "0x370840", + "end": "0x3708e8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x370840" + }, + { + "manual": true, + "start": "0x3709a0", + "end": "0x3709e7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3709a0" + }, + { + "manual": true, + "start": "0x371890", + "end": "0x3718f1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x371890" + }, + { + "manual": true, + "start": "0x371900", + "end": "0x371956", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x371900" + }, + { + "manual": true, + "start": "0x371b80", + "end": "0x371c14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x371b80" + }, + { + "manual": true, + "start": "0x372b20", + "end": "0x372b2b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x372b20" + }, + { + "manual": true, + "start": "0x373590", + "end": "0x3737c1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x373590" + }, + { + "manual": true, + "start": "0x373890", + "end": "0x373985", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x373890" + }, + { + "manual": true, + "start": "0x373990", + "end": "0x3739ac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x373990" + }, + { + "manual": true, + "start": "0x3739e0", + "end": "0x3739f3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3739e0" + }, + { + "manual": true, + "start": "0x373a80", + "end": "0x373c80", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x373a80" + }, + { + "manual": true, + "start": "0x374620", + "end": "0x37462d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374620" + }, + { + "manual": true, + "start": "0x374630", + "end": "0x374637", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374630" + }, + { + "manual": true, + "start": "0x374640", + "end": "0x374647", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374640" + }, + { + "manual": true, + "start": "0x374650", + "end": "0x374657", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374650" + }, + { + "manual": true, + "start": "0x374690", + "end": "0x3746a3", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374690" + }, + { + "manual": true, + "start": "0x374720", + "end": "0x374729", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374720" + }, + { + "manual": true, + "start": "0x374730", + "end": "0x374739", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x374730" + }, + { + "manual": true, + "start": "0x377940", + "end": "0x377970", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x377940" + }, + { + "manual": true, + "start": "0x377980", + "end": "0x377a77", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x377980" + }, + { + "manual": true, + "start": "0x3dab80", + "end": "0x3dac33", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dab80" + }, + { + "manual": true, + "start": "0x3dac40", + "end": "0x3dace9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dac40" + }, + { + "manual": true, + "start": "0x3dacf0", + "end": "0x3dadd1", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dacf0" + }, + { + "manual": true, + "start": "0x3dae40", + "end": "0x3daf21", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dae40" + }, + { + "manual": true, + "start": "0x3daf90", + "end": "0x3dafd6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3daf90" + }, + { + "manual": true, + "start": "0x3dafe0", + "end": "0x3db026", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dafe0" + }, + { + "manual": true, + "start": "0x3db030", + "end": "0x3db0a9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db030" + }, + { + "manual": true, + "start": "0x3db0b0", + "end": "0x3db1e2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db0b0" + }, + { + "manual": true, + "start": "0x3db1f0", + "end": "0x3db276", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db1f0" + }, + { + "manual": true, + "start": "0x3db280", + "end": "0x3db36b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db280" + }, + { + "manual": true, + "start": "0x3db370", + "end": "0x3db3fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db370" + }, + { + "manual": true, + "start": "0x3db8d0", + "end": "0x3db9ab", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3db8d0" + }, + { + "manual": true, + "start": "0x3dc910", + "end": "0x3dc949", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3dc910" + }, + { + "manual": true, + "start": "0x3deef0", + "end": "0x3df0ae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3deef0" + }, + { + "manual": true, + "start": "0x3df0b0", + "end": "0x3df141", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3df0b0" + }, + { + "manual": true, + "start": "0x3fdcd0", + "end": "0x3fdd09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3fdcd0" + }, + { + "manual": true, + "start": "0x3fdd10", + "end": "0x3fdd55", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3fdd10" + }, + { + "manual": true, + "start": "0x3fdd60", + "end": "0x3fdda5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x3fdd60" + }, + { + "manual": true, + "start": "0x4007e0", + "end": "0x4008c6", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x4007e0" + }, + { + "manual": true, + "start": "0x4021d0", + "end": "0x40226a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x4021d0" + }, + { + "manual": true, + "start": "0x402270", + "end": "0x4022c8", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x402270" + }, + { + "manual": true, + "start": "0x404190", + "end": "0x40421c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x404190" + }, + { + "manual": true, + "start": "0x404220", + "end": "0x40441f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x404220" + }, + { + "manual": true, + "start": "0x409e30", + "end": "0x409e95", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x409e30" + }, + { + "manual": true, + "start": "0x409ea0", + "end": "0x409f7d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x409ea0" + }, + { + "manual": true, + "start": "0x40dc00", + "end": "0x40dce2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x40dc00" + }, + { + "manual": true, + "start": "0x41b720", + "end": "0x41b7ae", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41b720" + }, + { + "manual": true, + "start": "0x41b7b0", + "end": "0x41b81d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41b7b0" + }, + { + "manual": true, + "start": "0x41b820", + "end": "0x41b86b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41b820" + }, + { + "manual": true, + "start": "0x41b9c0", + "end": "0x41baa9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41b9c0" + }, + { + "manual": true, + "start": "0x41bab0", + "end": "0x41bb14", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41bab0" + }, + { + "manual": true, + "start": "0x41bb20", + "end": "0x41be67", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41bb20" + }, + { + "manual": true, + "start": "0x41be70", + "end": "0x41bf4c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x41be70" + }, + { + "manual": true, + "start": "0x4695b0", + "end": "0x4695fa", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x4695b0" + }, + { + "manual": true, + "start": "0x469720", + "end": "0x469756", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x469720" + }, + { + "manual": true, + "start": "0x469760", + "end": "0x4697d2", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x469760" + }, + { + "manual": true, + "start": "0x469d90", + "end": "0x469d9c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x469d90" + }, + { + "manual": true, + "start": "0x469db0", + "end": "0x469df5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x469db0" + }, + { + "manual": true, + "start": "0x469e00", + "end": "0x46a019", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x469e00" + }, + { + "manual": true, + "start": "0x46a020", + "end": "0x46a062", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46a020" + }, + { + "manual": true, + "start": "0x46a0d0", + "end": "0x46a12f", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46a0d0" + }, + { + "manual": true, + "start": "0x46a130", + "end": "0x46a193", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46a130" + }, + { + "manual": true, + "start": "0x46a1a0", + "end": "0x46a20b", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46a1a0" + }, + { + "manual": true, + "start": "0x46ae20", + "end": "0x46ae2a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46ae20" + }, + { + "manual": true, + "start": "0x46b0c0", + "end": "0x46b0ca", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46b0c0" + }, + { + "manual": true, + "start": "0x46b240", + "end": "0x46b27c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46b240" + }, + { + "manual": true, + "start": "0x46bbd0", + "end": "0x46bc2e", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46bbd0" + }, + { + "manual": true, + "start": "0x46bc30", + "end": "0x46bc9d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46bc30" + }, + { + "manual": true, + "start": "0x46be50", + "end": "0x46be9a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46be50" + }, + { + "manual": true, + "start": "0x46bea0", + "end": "0x46bebd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46bea0" + }, + { + "manual": true, + "start": "0x46c6a0", + "end": "0x46c6cd", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46c6a0" + }, + { + "manual": true, + "start": "0x46d0a0", + "end": "0x46d0b7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46d0a0" + }, + { + "manual": true, + "start": "0x46d0c0", + "end": "0x46d0de", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46d0c0" + }, + { + "manual": true, + "start": "0x46f5a0", + "end": "0x46f5e9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46f5a0" + }, + { + "manual": true, + "start": "0x46f760", + "end": "0x46f874", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46f760" + }, + { + "manual": true, + "start": "0x46f880", + "end": "0x46f901", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x46f880" + }, + { + "manual": true, + "start": "0x4722a0", + "end": "0x4722be", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x4722a0" + }, + { + "manual": true, + "start": "0x4e5250", + "end": "0x4e5252", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x4e5250" + }, + { + "manual": true, + "start": "0x55bfb0", + "end": "0x55bfb5", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x55bfb0" + }, + { + "manual": true, + "start": "0x5858b0", + "end": "0x58594a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x5858b0" + }, + { + "manual": true, + "start": "0x585950", + "end": "0x5859a9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585950" + }, + { + "manual": true, + "start": "0x5859b0", + "end": "0x585a09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x5859b0" + }, + { + "manual": true, + "start": "0x585a10", + "end": "0x585a17", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585a10" + }, + { + "manual": true, + "start": "0x585a20", + "end": "0x585a49", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585a20" + }, + { + "manual": true, + "start": "0x585a50", + "end": "0x585ad4", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585a50" + }, + { + "manual": true, + "start": "0x585ae0", + "end": "0x585b09", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585ae0" + }, + { + "manual": true, + "start": "0x585b10", + "end": "0x585bac", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585b10" + }, + { + "manual": true, + "start": "0x585bb0", + "end": "0x585bd9", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585bb0" + }, + { + "manual": true, + "start": "0x585be0", + "end": "0x585c64", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585be0" + }, + { + "manual": true, + "start": "0x585c70", + "end": "0x585c99", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585c70" + }, + { + "manual": true, + "start": "0x585ca0", + "end": "0x585d24", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585ca0" + }, + { + "manual": true, + "start": "0x585d30", + "end": "0x585d4d", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585d30" + }, + { + "manual": true, + "start": "0x585d50", + "end": "0x585d57", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585d50" + }, + { + "manual": true, + "start": "0x585d60", + "end": "0x585dc0", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585d60" + }, + { + "manual": true, + "start": "0x585dd0", + "end": "0x585dd7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585dd0" + }, + { + "manual": true, + "start": "0x585de0", + "end": "0x585de7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585de0" + }, + { + "manual": true, + "start": "0x585df0", + "end": "0x585df7", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585df0" + }, + { + "manual": true, + "start": "0x585e00", + "end": "0x585e2c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585e00" + }, + { + "manual": true, + "start": "0x585e30", + "end": "0x585e5c", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585e30" + }, + { + "manual": true, + "start": "0x585e60", + "end": "0x585e89", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585e60" + }, + { + "manual": true, + "start": "0x585e90", + "end": "0x585e97", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585e90" + }, + { + "manual": true, + "start": "0x585ef0", + "end": "0x585f6a", + "module": "wow.exe", + "icount": "0x0", + "parent": "0x585ef0" + } + ], + "labels": [ + { + "manual": true, + "module": "wow.exe", + "text": "SetPaths", + "address": "0x2b20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ClientKillTimer", + "address": "0x33b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "InitializeGlobal", + "address": "0x67f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "DestroyGlobal", + "address": "0x6b70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CommonMain", + "address": "0x6c70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxRsPush", + "address": "0x9670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCloseFile", + "address": "0x61b00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsReadFile", + "address": "0x61b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetFileSize", + "address": "0x61bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsSetCurrentDirectory", + "address": "0x61db0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCreateFile", + "address": "0x61fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCreateFile", + "address": "0x61fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CmdLineProcess", + "address": "0x7b720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "NDCToDDC", + "address": "0x7bff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "DDCToNDC", + "address": "0x7c020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "NDCToDDCHeight", + "address": "0x7c080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PropSelectContext", + "address": "0x7cbf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PropGet", + "address": "0x7cc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PropSet", + "address": "0x7cc50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventInitialize", + "address": "0x7cff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventDestroy", + "address": "0x7d030" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventCreateContextEx", + "address": "0x7d080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventSetConfirmCloseCallback", + "address": "0x7d090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CSRWLock__Enter", + "address": "0x7d0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventIsButtonDown", + "address": "0x7d1d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventIsKeyDown", + "address": "0x7d230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventPostCloseEx", + "address": "0x7d290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventRegisterEx", + "address": "0x7d3c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventUnregisterEx", + "address": "0x7d450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventKillTimer", + "address": "0x7d620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventSetMouseMode", + "address": "0x7d690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventRegister", + "address": "0x7d770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventUnregister", + "address": "0x7d790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtSchedulerShutdown", + "address": "0x7d990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SynthesizeIdle", + "address": "0x7dbc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SynthesizePoll", + "address": "0x7dc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SynthesizePaint", + "address": "0x7dc50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventForceIdleProcessing", + "address": "0x7dca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtSchedulerDestroy", + "address": "0x7dea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "InitializeSchedulerThread", + "address": "0x7e910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SchedulerThreadProcProcess", + "address": "0x7eff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SchedulerThreadProc", + "address": "0x7f230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventDoMessageLoop", + "address": "0x7f2d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtSchedulerInitialize", + "address": "0x7f2f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtSchedulerCreateContext", + "address": "0x7f5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PostMouseModeChanged", + "address": "0x7fac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtInputDestroy", + "address": "0x7fb80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtInputSetMouseMode", + "address": "0x7fbb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtInputSetConfirmCloseCallback", + "address": "0x7fc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConvertPosition", + "address": "0x7fc90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtInputGetMousePosition", + "address": "0x800a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtInputProcess", + "address": "0x80410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueDestroy", + "address": "0x804b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueCheckSyncMouseState", + "address": "0x804c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueRegister", + "address": "0x804f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueCheckSyncKeyState", + "address": "0x80a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueDispatch", + "address": "0x80ad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueDispatchAll", + "address": "0x80bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtQueueUnregister", + "address": "0x80d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventDestroy_cleanup", + "address": "0x80ea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtTimerGetNextTime", + "address": "0x80f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtTimerDispatch", + "address": "0x81100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "IEvtTimerKill", + "address": "0x81290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CSRWLock__Leave", + "address": "0x81390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ScrnLayerSetRect", + "address": "0xa8500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnPaint", + "address": "0xa8720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ScrnLayerCreate", + "address": "0xa8bb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "TextBlockGetFontPtr", + "address": "0xbd9d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "TextBlockCreate", + "address": "0xbdaa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "TextBlockGenerateFont", + "address": "0xbe9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLocale", + "address": "0xdbfd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsWindowsClient", + "address": "0xdce40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RestartGx", + "address": "0xdd400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RestoreVideoStereoDefaults", + "address": "0xdd420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMovieResolution", + "address": "0xdd610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExpansionLevel", + "address": "0xddc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "TSList__LinkNode", + "address": "0xf71a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LoggingChat", + "address": "0xfbd00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LoggingCombat", + "address": "0xfbd20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActiveVoiceChannel", + "address": "0xfbd40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatWindowInfo", + "address": "0xfbd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatWindowSavedPosition", + "address": "0xfbf60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatWindowSavedDimensions", + "address": "0xfc020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatWindowMessages", + "address": "0xfc0c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddChatWindowMessages", + "address": "0xfc170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveChatWindowMessages", + "address": "0xfc250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowName", + "address": "0xfc330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowSize", + "address": "0xfc3d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowColor", + "address": "0xfc470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowAlpha", + "address": "0xfc5b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowLocked", + "address": "0xfc660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowUninteractable", + "address": "0xfc6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowDocked", + "address": "0xfc760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowShown", + "address": "0xfc810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowSavedPosition", + "address": "0xfc890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatWindowSavedDimensions", + "address": "0xfc9a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumSavedInstances", + "address": "0xfca50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsVoiceChatEnabled", + "address": "0xfcbf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsVoiceChatAllowed", + "address": "0xfcc60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsVoiceChatAllowedByServer", + "address": "0xfccb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsSilenced", + "address": "0xfccf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMuteStatus", + "address": "0xfcdf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ListChannelByName", + "address": "0xfe630" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChannelList", + "address": "0xfe650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChannelPassword", + "address": "0xfe720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChannelOwner", + "address": "0xfe810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisplayChannelOwner", + "address": "0xfe830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChannelName", + "address": "0xfe850" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelModerator", + "address": "0xfe950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelUnmoderator", + "address": "0xfe970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelMute", + "address": "0xfe990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelUnmute", + "address": "0xfe9b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelInvite", + "address": "0xfe9d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelKick", + "address": "0xfe9f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelBan", + "address": "0xfea10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelUnban", + "address": "0xfea30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelToggleAnnouncements", + "address": "0xfea50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelVoiceOn", + "address": "0xfea70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelVoiceOff", + "address": "0xfea90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisplayChannelVoiceOn", + "address": "0xfeab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisplayChannelVoiceOff", + "address": "0xfead0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChangeChatColor", + "address": "0xfeaf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetChatColors", + "address": "0xfed10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChatColorNameByClass", + "address": "0xfedc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatTypeIndex", + "address": "0xfeee0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChatWindowChannels", + "address": "0xfeff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveChatWindowChannel", + "address": "0xff0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EnumerateServerChannels", + "address": "0xff200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSavedInstanceInfo", + "address": "0xff2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChannelDisplayInfo", + "address": "0xff580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedDisplayChannel", + "address": "0xffa10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsDisplayChannelOwner", + "address": "0xffa70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsDisplayChannelModerator", + "address": "0xffae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSilenced", + "address": "0xffb50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetChannelWatch", + "address": "0xffc30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearChannelWatch", + "address": "0xffc50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineInvite", + "address": "0xffcc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SendAddonMessage", + "address": "0x100560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumLanguages", + "address": "0x100760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLanguageByIndex", + "address": "0x100810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDefaultLanguage", + "address": "0x100910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DoEmote", + "address": "0x100980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetActiveVoiceChannel", + "address": "0x100ae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestRaidInfo", + "address": "0x100be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanComplainChat", + "address": "0x100c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelSilenceVoice", + "address": "0x101140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelSilenceAll", + "address": "0x101250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelUnSilenceVoice", + "address": "0x1012f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChannelUnSilenceAll", + "address": "0x101400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddChatWindowChannel", + "address": "0x101db0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetChatWindows", + "address": "0x101f00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumDisplayChannels", + "address": "0x104e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedDisplayChannel", + "address": "0x104e50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetChannelRosterInfo", + "address": "0x104f30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumChannelMembers", + "address": "0x105190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseChannelHeader", + "address": "0x1052e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandChannelHeader", + "address": "0x105360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LeaveChannelByName", + "address": "0x1096d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SendChatMessage", + "address": "0x10d170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SendSystemMessage", + "address": "0x10d8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_JoinTemporaryChannel", + "address": "0x10daa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_JoinPermanentChannel", + "address": "0x10dac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ListChannels", + "address": "0x10dae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSavedInstanceExtend", + "address": "0x10dc10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ComplainChat", + "address": "0x10ed00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FrameXML_Debug", + "address": "0x10f830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBuildInfo", + "address": "0x10f890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLayoutMode", + "address": "0x10f8f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMouseButtonClicked", + "address": "0x10f950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetConsoleKey", + "address": "0x10f990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsDebugBuild", + "address": "0x10fe80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RegisterCVar", + "address": "0x10ff30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarInfo", + "address": "0x10ff50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVar", + "address": "0x110040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarBool", + "address": "0x1100c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarDefault", + "address": "0x110150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetWaterDetail", + "address": "0x1101d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFarclip", + "address": "0x110200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetFarclip", + "address": "0x110230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTexLodBias", + "address": "0x1102b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTexLodBias", + "address": "0x1102e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBaseMip", + "address": "0x110360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBaseMip", + "address": "0x110390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Stuck", + "address": "0x110410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Logout", + "address": "0x110430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Quit", + "address": "0x110450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFramerate", + "address": "0x110470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCursor", + "address": "0x1104a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetCursor", + "address": "0x110920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReportBug", + "address": "0x110930" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReportSuggestion", + "address": "0x110980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BeginTrade", + "address": "0x1109d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelTrade", + "address": "0x1109e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ForceLogout", + "address": "0x1109f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ForceQuit", + "address": "0x110a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCursorPosition", + "address": "0x110a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNetStats", + "address": "0x110ac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RunScript", + "address": "0x110b30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReplaceTradeEnchant", + "address": "0x110b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsMacClient", + "address": "0x110b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReadFile", + "address": "0x110bb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCoinIcon", + "address": "0x110bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCoinText", + "address": "0x110c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCoinTextureString", + "address": "0x110d00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmBindOnUse", + "address": "0x110db0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RestoreVideoResolutionDefaults", + "address": "0x110dc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RestoreVideoEffectsDefaults", + "address": "0x110dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetEuropeanNumbers", + "address": "0x110de0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRealmName", + "address": "0x110e00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemQualityColor", + "address": "0x110e20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemFamily", + "address": "0x110f20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemCooldown", + "address": "0x110fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsCurrentItem", + "address": "0x1110d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsEquippableItem", + "address": "0x111150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumAddOns", + "address": "0x111200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAddOnInfo", + "address": "0x111240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAddOnMetadata", + "address": "0x111430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateAddOnMemoryUsage", + "address": "0x111510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAddOnMemoryUsage", + "address": "0x111530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetScriptCPUUsage", + "address": "0x111610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateAddOnCPUUsage", + "address": "0x111640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAddOnCPUUsage", + "address": "0x111660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFunctionCPUUsage", + "address": "0x111720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetEventCPUUsage", + "address": "0x1117c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetCPUUsage", + "address": "0x111830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EnableAddOn", + "address": "0x111840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EnableAllAddOns", + "address": "0x111900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisableAddOn", + "address": "0x111940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisableAllAddOns", + "address": "0x111a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetDisabledAddOns", + "address": "0x111a40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAddOnLoadOnDemand", + "address": "0x111a60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAddOnLoaded", + "address": "0x111b30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBillingTimeRested", + "address": "0x111c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExistingLocales", + "address": "0x111c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InCombatLockdown", + "address": "0x111cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoicePushToTalkStop", + "address": "0x111d20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSummonFriendCooldown", + "address": "0x111d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumDeclensionSets", + "address": "0x111dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineName", + "address": "0x111e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UploadSettings", + "address": "0x111f90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DownloadSettings", + "address": "0x111fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsDesaturateSupported", + "address": "0x111fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetThreatStatusColor", + "address": "0x111fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConsoleAddMessage", + "address": "0x112090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsModifierKeyDown", + "address": "0x114430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsLeftShiftKeyDown", + "address": "0x1144c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRightShiftKeyDown", + "address": "0x114520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsShiftKeyDown", + "address": "0x114580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsLeftControlKeyDown", + "address": "0x114610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRightControlKeyDown", + "address": "0x114670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsControlKeyDown", + "address": "0x1146d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsLeftAltKeyDown", + "address": "0x114760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRightAltKeyDown", + "address": "0x1147c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAltKeyDown", + "address": "0x114820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsMouseButtonDown", + "address": "0x1148b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMouseButtonName", + "address": "0x114ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCVar", + "address": "0x114c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarMin", + "address": "0x114d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarMax", + "address": "0x114e30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarAbsoluteMin", + "address": "0x114f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCVarAbsoluteMax", + "address": "0x115010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Screenshot", + "address": "0x1150e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CursorHasItem", + "address": "0x115100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CursorHasSpell", + "address": "0x115140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CursorHasMacro", + "address": "0x115180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CursorHasMoney", + "address": "0x1151c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCursorInfo", + "address": "0x115200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetDirectionFinished", + "address": "0x115560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetZoneText", + "address": "0x115570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRealZoneText", + "address": "0x1155a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSubZoneText", + "address": "0x1155d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMinimapZoneText", + "address": "0x115600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetInstances", + "address": "0x115630" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsInInstance", + "address": "0x1156a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInstanceDifficulty", + "address": "0x115750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDungeonDifficulty", + "address": "0x115790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRaidDifficulty", + "address": "0x115810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestTimePlayed", + "address": "0x115880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResurrectGetOfferer", + "address": "0x115950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResurrectHasSickness", + "address": "0x1159c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResurrectHasTimer", + "address": "0x115a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCursorMoney", + "address": "0x115a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildSetMOTD", + "address": "0x115a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildLeave", + "address": "0x115b70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildDisband", + "address": "0x115be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildInfo", + "address": "0x115c50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamInviteByName", + "address": "0x115cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamLeave", + "address": "0x115dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamUninviteByName", + "address": "0x115eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamSetLeaderByName", + "address": "0x115ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamDisband", + "address": "0x116130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetReleaseTimeRemaining", + "address": "0x116210" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCorpseRecoveryDelay", + "address": "0x116280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInstanceBootTimeRemaining", + "address": "0x1162e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInstanceLockTimeRemaining", + "address": "0x116340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInstanceLockTimeRemainingEncounter", + "address": "0x116410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSummonConfirmTimeLeft", + "address": "0x1164b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSummonConfirmSummoner", + "address": "0x116510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSummonConfirmAreaName", + "address": "0x116580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTitles", + "address": "0x1165e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RandomRoll", + "address": "0x116610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_OpeningCinematic", + "address": "0x1166f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InCinematic", + "address": "0x116760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReplaceEnchant", + "address": "0x1167a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSubZonePVPPOI", + "address": "0x1167e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TogglePVP", + "address": "0x116840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPVP", + "address": "0x1168b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPortraitToTexture", + "address": "0x116970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGMTicketCategories", + "address": "0x116aa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBindLocation", + "address": "0x116b20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAreaSpiritHealerTime", + "address": "0x116b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMouseFocus", + "address": "0x116bf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemInfo", + "address": "0x116c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemUniqueness", + "address": "0x116ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemIcon", + "address": "0x117020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemSpell", + "address": "0x117100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsHelpfulItem", + "address": "0x1171f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsHarmfulItem", + "address": "0x1172e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsConsumableItem", + "address": "0x1173e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsDressableItem", + "address": "0x117530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFrameCPUUsage", + "address": "0x117890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAddOnDependencies", + "address": "0x1179b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMirrorTimerProgress", + "address": "0x117aa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTaxiBenchmarkMode", + "address": "0x117b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetUIVisibility", + "address": "0x117c20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTotemTimeLeft", + "address": "0x117c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineLevelGrant", + "address": "0x117d20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsThreatWarningEnabled", + "address": "0x117d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanMapChangeDifficulty", + "address": "0x117d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearCursor", + "address": "0x11a3b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipCursorItem", + "address": "0x11a3d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipPendingItem", + "address": "0x11a530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelPendingEquip", + "address": "0x11a5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AttackTarget", + "address": "0x11a650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AutoEquipCursorItem", + "address": "0x11a680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ToggleSheath", + "address": "0x11a6b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InviteUnit", + "address": "0x11a6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UninviteUnit", + "address": "0x11a7a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanShowResetInstances", + "address": "0x11a880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInstanceInfo", + "address": "0x11a8c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RepopMe", + "address": "0x11aa90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptResurrect", + "address": "0x11aac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineResurrect", + "address": "0x11aaf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptGroup", + "address": "0x11ab20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineGroup", + "address": "0x11aba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptGuild", + "address": "0x11abd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineGuild", + "address": "0x11ac00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptArenaTeam", + "address": "0x11ac30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineArenaTeam", + "address": "0x11ac60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelLogout", + "address": "0x11ac90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasSoulstone", + "address": "0x11acd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseSoulstone", + "address": "0x11add0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasKey", + "address": "0x11ae80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetScreenWidth", + "address": "0x11aef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetScreenHeight", + "address": "0x11af50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDamageBonusStat", + "address": "0x11afb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmSummon", + "address": "0x11b050" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelSummon", + "address": "0x11b110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SitStandOrDescendStart", + "address": "0x11b1d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CheckInteractDistance", + "address": "0x11b240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentTitle", + "address": "0x11b3b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTitleKnown", + "address": "0x11b410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTitleName", + "address": "0x11b4e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptXPLoss", + "address": "0x11b6a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CheckSpiritHealerDist", + "address": "0x11b6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CheckTalentMasterDist", + "address": "0x11b740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CheckBinderDist", + "address": "0x11b7a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RetrieveCorpse", + "address": "0x11b800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRestState", + "address": "0x11b8b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetXPExhaustion", + "address": "0x11b960" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetZonePVPInfo", + "address": "0x11ba50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPDesired", + "address": "0x11bca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPTimer", + "address": "0x11bd00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPVPTimerRunning", + "address": "0x11bd60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DropItemOnUnit", + "address": "0x11bdd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmTalentWipe", + "address": "0x11bf50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmBinder", + "address": "0x11bf90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowingHelm", + "address": "0x11bfd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowingCloak", + "address": "0x11c040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowHelm", + "address": "0x11c0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowCloak", + "address": "0x11c100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemGem", + "address": "0x11c150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemCount", + "address": "0x11c2e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsUsableItem", + "address": "0x11c450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsEquippedItem", + "address": "0x11c690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsEquippedItemType", + "address": "0x11c740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemHasRange", + "address": "0x11c870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsItemInRange", + "address": "0x11c9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PartialPlayTime", + "address": "0x11cb30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NoPlayTime", + "address": "0x11cba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMirrorTimerInfo", + "address": "0x11cc10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseItemByName", + "address": "0x11cd00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipItemByName", + "address": "0x11cdb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StopAttack", + "address": "0x11d0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTaxiBenchmarkMode", + "address": "0x11d100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Dismount", + "address": "0x11d170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsReferAFriendLinked", + "address": "0x11d1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGrantLevel", + "address": "0x11d230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanSummonFriend", + "address": "0x11d2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTotemInfo", + "address": "0x11d330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DestroyTotem", + "address": "0x11d520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GameMovieFinished", + "address": "0x11d590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAllowLowLevelRaid", + "address": "0x11d5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetAllowLowLevelRaid", + "address": "0x11d600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReloadUI", + "address": "0x1222e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeleteCursorItem", + "address": "0x122320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FocusUnit", + "address": "0x122480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FollowUnit", + "address": "0x1224c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearFocus", + "address": "0x1225e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InitiateTrade", + "address": "0x122600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanInspect", + "address": "0x122710" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NotifyInspect", + "address": "0x122870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DropCursorMoney", + "address": "0x122950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupPlayerMoney", + "address": "0x122980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildInvite", + "address": "0x122a20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildUninvite", + "address": "0x122af0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildPromote", + "address": "0x122bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildDemote", + "address": "0x122c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildSetLeader", + "address": "0x122d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCurrentTitle", + "address": "0x122e30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BindEnchant", + "address": "0x122f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NotWhileDeadError", + "address": "0x122f90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelAreaSpiritHeal", + "address": "0x122fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupItem", + "address": "0x122fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StartAttack", + "address": "0x123090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GrantLevel", + "address": "0x123160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SummonFriend", + "address": "0x123260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptLevelGrant", + "address": "0x123360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EndRefund", + "address": "0x123370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EndBoundTradeable", + "address": "0x1233d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StopCinematic", + "address": "0x124980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetUnit", + "address": "0x125a30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearest", + "address": "0x125a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestEnemy", + "address": "0x125ad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestEnemyPlayer", + "address": "0x125b10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestFriend", + "address": "0x125b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestFriendPlayer", + "address": "0x125b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestPartyMember", + "address": "0x125bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetNearestRaidMember", + "address": "0x125c00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetDirectionEnemy", + "address": "0x125c30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetDirectionFriend", + "address": "0x125cd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetLastTarget", + "address": "0x125d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetLastEnemy", + "address": "0x125df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetLastFriend", + "address": "0x125e50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AssistUnit", + "address": "0x125eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearTarget", + "address": "0x125fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetDungeonDifficulty", + "address": "0x126050" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetRaidDifficulty", + "address": "0x1261a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptAreaSpiritHeal", + "address": "0x1262d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TargetTotem", + "address": "0x1262e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InteractUnit", + "address": "0x127f00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LoadAddOn", + "address": "0x128920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RegisterForSave", + "address": "0x12b470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RegisterForSavePerCharacter", + "address": "0x12b4e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumPartyMembers", + "address": "0x12c110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRealNumPartyMembers", + "address": "0x12c190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPartyMember", + "address": "0x12c1d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPartyLeaderIndex", + "address": "0x12c270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootThreshold", + "address": "0x12c2a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetOptOutOfLoot", + "address": "0x12c2d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPartyLFG", + "address": "0x12c310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasLFGRestrictions", + "address": "0x12c350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPartyLeader", + "address": "0x12ccd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRealPartyLeader", + "address": "0x12cd30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootMethod", + "address": "0x12cd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOptOutOfLoot", + "address": "0x12cf00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPartyAssignment", + "address": "0x12cf60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanChangePlayerDifficulty", + "address": "0x12d000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LeaveParty", + "address": "0x12d990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SilenceMember", + "address": "0x12d9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnSilenceMember", + "address": "0x12daf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLootMethod", + "address": "0x12dc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLootThreshold", + "address": "0x12de60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPartyAssignment", + "address": "0x12e1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearPartyAssignment", + "address": "0x12e400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChangePlayerDifficulty", + "address": "0x12e420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanAlterSkin", + "address": "0x12e4f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBarberShopStyleInfo", + "address": "0x12e850" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetHairCustomization", + "address": "0x12e9b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFacialHairCustomization", + "address": "0x12e9d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBarberShopTotalCost", + "address": "0x12ed60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelBarberShop", + "address": "0x12ed80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ApplyBarberShopStyle", + "address": "0x12eef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BarberShopReset", + "address": "0x12f900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetNextBarberShopStyle", + "address": "0x12fdd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNextCompleatedTutorial", + "address": "0x1301d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPrevCompleatedTutorial", + "address": "0x130240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanResetTutorials", + "address": "0x130700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FlagTutorial", + "address": "0x130750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTutorialFlagged", + "address": "0x1307a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearTutorials", + "address": "0x130820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetTutorials", + "address": "0x130830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TriggerTutorial", + "address": "0x1308d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNConnected", + "address": "0x130ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsBNLogin", + "address": "0x130f20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetInfo", + "address": "0x1343f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumFriends", + "address": "0x134590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumFriendToons", + "address": "0x1349f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNRemoveFriend", + "address": "0x134ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetFriendNote", + "address": "0x134f80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumFriendInvites", + "address": "0x135080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetFriendInviteInfo", + "address": "0x135180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSendFriendInvite", + "address": "0x135380" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSendFriendInviteByID", + "address": "0x135490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNAcceptFriendInvite", + "address": "0x1355c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNDeclineFriendInvite", + "address": "0x135660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNReportFriendInvite", + "address": "0x135700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetAFK", + "address": "0x1357a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetDND", + "address": "0x135860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetCustomMessage", + "address": "0x135920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetCustomMessageTable", + "address": "0x135aa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetFocus", + "address": "0x135c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNCreateConversation", + "address": "0x135ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNInviteToConversation", + "address": "0x135eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNLeaveConversation", + "address": "0x136030" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSendConversationMessage", + "address": "0x136110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumConversationMembers", + "address": "0x136220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetConversationInfo", + "address": "0x136330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumBlocked", + "address": "0x136400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNIsBlocked", + "address": "0x1364e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetBlocked", + "address": "0x1365b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetSelectedBlock", + "address": "0x1366a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetSelectedBlock", + "address": "0x136790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumBlockedToons", + "address": "0x136890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetBlockedToonInfo", + "address": "0x136970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNIsToonBlocked", + "address": "0x136a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetToonBlocked", + "address": "0x136b60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetSelectedToonBlock", + "address": "0x136c50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetSelectedToonBlock", + "address": "0x136d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNReportPlayer", + "address": "0x136e40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNFeaturesEnabledAndConnected", + "address": "0x137010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNFeaturesEnabled", + "address": "0x137070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetNumFOF", + "address": "0x1370d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetFOFInfo", + "address": "0x137240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetSelectedFriend", + "address": "0x137510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetSelectedFriend", + "address": "0x137600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSetMatureLanguageFilter", + "address": "0x1376c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetMatureLanguageFilter", + "address": "0x1377c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNIsSelf", + "address": "0x1378a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNIsFriend", + "address": "0x137950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetMaxPlayersInConversation", + "address": "0x137a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetFriendInfo", + "address": "0x139bf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetFriendInfoByID", + "address": "0x139cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetFriendToonInfo", + "address": "0x139d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetToonInfo", + "address": "0x139f90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNSendWhisper", + "address": "0x13a030" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetConversationMemberInfo", + "address": "0x13a150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNListConversation", + "address": "0x13a300" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNGetBlockedInfo", + "address": "0x13a540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BNRequestFOFInfo", + "address": "0x13a660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumSpellTabs", + "address": "0x13b5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetKnownSlotFromHighestRankSlot", + "address": "0x13b650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FindSpellBookSlotByID", + "address": "0x13b6c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellTabInfo", + "address": "0x13be70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumShapeshiftForms", + "address": "0x13c0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CastShapeshiftForm", + "address": "0x13c0f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetShapeshiftFormCooldown", + "address": "0x13c180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumCompanions", + "address": "0x13c2a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupCompanion", + "address": "0x13c310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSpellKnown", + "address": "0x13c3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateSpells", + "address": "0x13dd10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasPetSpells", + "address": "0x13dd30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetShapeshiftForm", + "address": "0x13de10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelShapeshiftForm", + "address": "0x13de60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetShapeshiftFormInfo", + "address": "0x13de90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CastSpellByID", + "address": "0x13e060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCompanionInfo", + "address": "0x13e2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCompanionCooldown", + "address": "0x13e490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CallCompanion", + "address": "0x13e5e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DismissCompanion", + "address": "0x13e6b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SummonRandomCritter", + "address": "0x13e7e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CastSpellByName", + "address": "0x140310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellName", + "address": "0x1407f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellLink", + "address": "0x1408e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellInfo", + "address": "0x140a30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellTexture", + "address": "0x140d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellCount", + "address": "0x140df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellCooldown", + "address": "0x140e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellAutocast", + "address": "0x141010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ToggleSpellAutocast", + "address": "0x1410e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EnableSpellAutocast", + "address": "0x141140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DisableSpellAutocast", + "address": "0x1411a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupSpell", + "address": "0x141200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CastSpell", + "address": "0x141250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSelectedSpell", + "address": "0x1412c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPassiveSpell", + "address": "0x141340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAttackSpell", + "address": "0x141420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsCurrentSpell", + "address": "0x141500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAutoRepeatSpell", + "address": "0x1415d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsUsableSpell", + "address": "0x141680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsHelpfulSpell", + "address": "0x141800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsHarmfulSpell", + "address": "0x1418f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsConsumableSpell", + "address": "0x1419f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellHasRange", + "address": "0x141af0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSpellInRange", + "address": "0x141c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMapLandmarks", + "address": "0x143020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMapOverlays", + "address": "0x143060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PositionWorldMapArrowFrame", + "address": "0x1430a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PositionMiniWorldMapArrowFrame", + "address": "0x1432c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowWorldMapArrowFrame", + "address": "0x1434e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowMiniWorldMapArrowFrame", + "address": "0x143540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWintergraspWaitTime", + "address": "0x1435a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanQueueForWintergrasp", + "address": "0x143600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMapContinents", + "address": "0x144b20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMapZones", + "address": "0x144b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DungeonUsesTerrainMap", + "address": "0x144c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMapInfo", + "address": "0x144ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentMapContinent", + "address": "0x144d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentMapAreaID", + "address": "0x144e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentMapZone", + "address": "0x144e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentMapDungeonLevel", + "address": "0x144fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsZoomOutAvailable", + "address": "0x145050" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateMapHighlight", + "address": "0x145110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPlayerMapPosition", + "address": "0x145880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCorpseMapPosition", + "address": "0x145950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDeathReleasePosition", + "address": "0x1459c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMapLandmarkInfo", + "address": "0x145a30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMapOverlayInfo", + "address": "0x145c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CreateWorldMapArrowFrame", + "address": "0x145e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CreateMiniWorldMapArrowFrame", + "address": "0x145f20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateWorldMapArrowFrames", + "address": "0x145fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InitWorldMapPing", + "address": "0x145ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumDungeonMapLevels", + "address": "0x146290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMapZoom", + "address": "0x1469e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ZoomOut", + "address": "0x146a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMapByID", + "address": "0x146c50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ProcessMapClick", + "address": "0x146e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickLandmark", + "address": "0x146ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetDungeonMapLevel", + "address": "0x147b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMapToCurrentZone", + "address": "0x147c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumWorldStateUI", + "address": "0x148720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWorldStateUIInfo", + "address": "0x148d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsActiveBattlefieldArena", + "address": "0x149ad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseBattlefield", + "address": "0x149b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldPortExpiration", + "address": "0x149b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldInstanceExpiration", + "address": "0x149c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldInstanceRunTime", + "address": "0x149cd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldEstimatedWaitTime", + "address": "0x149d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldTimeWaited", + "address": "0x149dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefieldScores", + "address": "0x149e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldWinner", + "address": "0x149ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefieldStats", + "address": "0x149f20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldStatData", + "address": "0x149f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefieldPositions", + "address": "0x14a040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefieldFlagPositions", + "address": "0x14a0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefieldVehicles", + "address": "0x14a140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldTeamInfo", + "address": "0x14a180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldArenaFaction", + "address": "0x14a280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumArenaOpponents", + "address": "0x14a2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetHolidayBGHonorCurrencyBonuses", + "address": "0x14a300" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRandomBGHonorCurrencyBonuses", + "address": "0x14a370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlefields", + "address": "0x14baa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsBattlefieldArena", + "address": "0x14bae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedBattlefield", + "address": "0x14bb40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedBattlefield", + "address": "0x14bbd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldStatus", + "address": "0x14bc30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldScore", + "address": "0x14be90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBattlefieldScoreFaction", + "address": "0x14c120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldStatInfo", + "address": "0x14c170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LeaveBattlefield", + "address": "0x14c250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldPosition", + "address": "0x14c2e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldVehicleInfo", + "address": "0x14c4d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanJoinBattlefieldAsGroup", + "address": "0x14c6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldMapIconScale", + "address": "0x14c740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HearthAndResurrectFromArea", + "address": "0x14c7a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanHearthAndResurrectFromArea", + "address": "0x14c810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBattlegroundTypes", + "address": "0x14c870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWorldPVPQueueStatus", + "address": "0x14c8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortBGList", + "address": "0x14c9f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldInfo", + "address": "0x14d770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldInstanceInfo", + "address": "0x14d8f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_JoinBattlefield", + "address": "0x14d990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptBattlefieldPort", + "address": "0x14da10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestBattlefieldScoreData", + "address": "0x14dca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestBattlefieldPositions", + "address": "0x14dcb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlefieldFlagPosition", + "address": "0x14dcc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortBattlefieldScoreData", + "address": "0x14de00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBattlegroundInfo", + "address": "0x14e010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BattlefieldMgrEntryInviteResponse", + "address": "0x14e160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BattlefieldMgrQueueRequest", + "address": "0x14e1a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BattlefieldMgrQueueInviteResponse", + "address": "0x14e1c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BattlefieldMgrExitRequest", + "address": "0x14e200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestBattlegroundInstanceInfo", + "address": "0x14e6d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGamma", + "address": "0x14ea60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGamma", + "address": "0x14ea90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTerrainMip", + "address": "0x14eb10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTerrainMip", + "address": "0x14eb40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPlayerResolutionAvailable", + "address": "0x14ebc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetupFullscreenScale", + "address": "0x14ed80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVideoCaps", + "address": "0x14ee60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsStereoVideoAvailable", + "address": "0x14ef90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetScreenResolutions", + "address": "0x14f430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentResolution", + "address": "0x14f4a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetScreenResolution", + "address": "0x14f570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRefreshRates", + "address": "0x14f690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMultisampleFormats", + "address": "0x14f820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentMultisampleFormat", + "address": "0x14f8b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMultisampleFormat", + "address": "0x14f980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_BeginLoading", + "address": "0x151720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_IsLoaded", + "address": "0x151760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetLanguageCount", + "address": "0x151790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetLanguageData", + "address": "0x1517d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetCategoryCount", + "address": "0x1518c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetCategoryData", + "address": "0x151900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetArticleHeaderCount", + "address": "0x1519f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetArticleHeaderData", + "address": "0x151a30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetTotalArticleCount", + "address": "0x151b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBQuery_IsLoaded", + "address": "0x151b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBQuery_GetArticleHeaderCount", + "address": "0x151bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBQuery_GetArticleHeaderData", + "address": "0x151c00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBQuery_GetTotalArticleCount", + "address": "0x151d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBArticle_BeginLoading", + "address": "0x151d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBArticle_IsLoaded", + "address": "0x151da0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBArticle_GetData", + "address": "0x151dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSystem_GetMOTD", + "address": "0x151fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSystem_GetServerStatus", + "address": "0x151fd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSystem_GetServerNotice", + "address": "0x151ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetSubCategoryCount", + "address": "0x1523a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBSetup_GetSubCategoryData", + "address": "0x152440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KBQuery_BeginLoading", + "address": "0x152580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGGetJoinedID", + "address": "0x1529a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGTypes", + "address": "0x152dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRoles", + "address": "0x152e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGInfoLocal", + "address": "0x152e90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGInfoServer", + "address": "0x152f30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGProposalMember", + "address": "0x153110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRandomDungeonBestChoice", + "address": "0x153120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanPartyLFGBackfill", + "address": "0x153170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGGetNumResults", + "address": "0x153ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGGetEncounterResults", + "address": "0x153c30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGRoles", + "address": "0x153d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CompleteLFGRoleCheck", + "address": "0x153e20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGComment", + "address": "0x153f50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGQueueStats", + "address": "0x153f90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LeaveLFG", + "address": "0x154160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGProposal", + "address": "0x154370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGProposalEncounter", + "address": "0x154440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptProposal", + "address": "0x1545e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RejectProposal", + "address": "0x154600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRoleUpdate", + "address": "0x154680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRoleUpdateSlot", + "address": "0x154740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRoleUpdateMember", + "address": "0x1548e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAvailableRoles", + "address": "0x1548f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGBootVote", + "address": "0x154a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGBootProposal", + "address": "0x154bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDChoiceOrder", + "address": "0x154be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFRChoiceOrder", + "address": "0x154d20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDChoiceInfo", + "address": "0x1551e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumRandomDungeons", + "address": "0x1553b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGDungeonInfo", + "address": "0x155590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRandomDungeonInfo", + "address": "0x1555d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsInLFGDungeon", + "address": "0x155660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPartyLFGBackfillInfo", + "address": "0x1556d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHasLFGRandomCooldown", + "address": "0x155760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHasLFGDeserter", + "address": "0x155840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGGetResults", + "address": "0x155fd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGGetPartyResults", + "address": "0x156280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDChoiceCollapseState", + "address": "0x1564d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDChoiceEnabledState", + "address": "0x1567e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestLFDPlayerLockInfo", + "address": "0x1569d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestLFDPartyLockInfo", + "address": "0x156a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGHeaderCollapsed", + "address": "0x156ad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGDungeonEnabled", + "address": "0x156b60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LFGTeleport", + "address": "0x156bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGQueuedList", + "address": "0x157520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_JoinLFG", + "address": "0x157660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDChoiceLockedState", + "address": "0x1576b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDLockPlayerCount", + "address": "0x157890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFDLockInfo", + "address": "0x157930" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGDungeonRewards", + "address": "0x157aa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGDungeonRewardInfo", + "address": "0x157be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGDungeonRewardLink", + "address": "0x157d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGCompletionReward", + "address": "0x157e40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGCompletionRewardItem", + "address": "0x157f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGRandomCooldownExpiration", + "address": "0x158060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLFGDeserterExpiration", + "address": "0x1580e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsListedInLFR", + "address": "0x1586d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGJoin", + "address": "0x159400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGLeave", + "address": "0x1594e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearLFGDungeon", + "address": "0x159500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearAllLFGDungeons", + "address": "0x1595d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLFGDungeon", + "address": "0x159f50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLastQueueStatusIndex", + "address": "0x159ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsLFGDungeonJoinable", + "address": "0x15a040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PartyLFGStartBackfill", + "address": "0x15a0c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RefreshLFGList", + "address": "0x15d280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SearchLFGSort", + "address": "0x15d2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBindings", + "address": "0x15dc00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentBindingSet", + "address": "0x15dc30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumModifiedClickActions", + "address": "0x15dc60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBinding", + "address": "0x15e8d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBindingKey", + "address": "0x15e9b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetModifiedClickAction", + "address": "0x15ea70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RunBinding", + "address": "0x15fad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetModifiedClick", + "address": "0x15fb90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetModifiedClick", + "address": "0x15fc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsModifiedClick", + "address": "0x15fcc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearOverrideBindings", + "address": "0x160560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBindingAction", + "address": "0x162550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBindingByKey", + "address": "0x1625f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBinding", + "address": "0x163520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBindingSpell", + "address": "0x1635e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBindingItem", + "address": "0x163700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBindingMacro", + "address": "0x163820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBindingClick", + "address": "0x163940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOverrideBinding", + "address": "0x163a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOverrideBindingSpell", + "address": "0x163b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOverrideBindingItem", + "address": "0x163cb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOverrideBindingMacro", + "address": "0x163de0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetOverrideBindingClick", + "address": "0x163f10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LoadBindings", + "address": "0x164070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SaveBindings", + "address": "0x1640c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetClickFrame", + "address": "0x164130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SecureCmdOptionParse", + "address": "0x164ae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StopMacro", + "address": "0x164b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMacros", + "address": "0x164bb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRunningMacro", + "address": "0x164c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRunningMacroButton", + "address": "0x164c70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroIconInfo", + "address": "0x164e90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroItemIconInfo", + "address": "0x164f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RunMacroText", + "address": "0x166400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMacroIcons", + "address": "0x166490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMacroItemIcons", + "address": "0x1664e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroIndexByName", + "address": "0x1666a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RunMacro", + "address": "0x166e80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroInfo", + "address": "0x166eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroBody", + "address": "0x166f40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeleteMacro", + "address": "0x166f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EditMacro", + "address": "0x166fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMacroItem", + "address": "0x1670d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroItem", + "address": "0x167200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMacroSpell", + "address": "0x167320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMacroSpell", + "address": "0x167450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupMacro", + "address": "0x1674f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CreateMacro", + "address": "0x168160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetNumMaps", + "address": "0x168730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorZoomIn", + "address": "0x168770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorZoomOut", + "address": "0x168810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetMode", + "address": "0x1690a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorToggleMode", + "address": "0x169180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetMode", + "address": "0x169230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorUpdatePlayerInfo", + "address": "0x1692a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorUpdateMapInfo", + "address": "0x169340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetMapInfo", + "address": "0x1693e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetInstanceInfo", + "address": "0x169520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorEnterInstance", + "address": "0x1696e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorExitInstance", + "address": "0x1697b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetNumPlayers", + "address": "0x169820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetPlayerInfo", + "address": "0x169910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorFollowPlayer", + "address": "0x169b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorLookatPlayer", + "address": "0x169cd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetMapAndInstanceIndex", + "address": "0x169e50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetPlayerIndex", + "address": "0x169fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetCamera", + "address": "0x16a0f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetCamera", + "address": "0x16a2a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetCurrentMapID", + "address": "0x16a380" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorStartInstance", + "address": "0x16a410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorAddPlayer", + "address": "0x16a640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorRemovePlayer", + "address": "0x16a860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetBattlemaster", + "address": "0x16aa10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetMoveSpeed", + "address": "0x16aaf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetCameraCollision", + "address": "0x16ab70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetTargetHeightOffset", + "address": "0x16ac10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorSetSkirmishMatchmakingMode", + "address": "0x16ac90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorRequestSkirmishQueueData", + "address": "0x16ada0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorRequestSkirmishMode", + "address": "0x16ae50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetSkirmishMode", + "address": "0x16af00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetSkirmishQueueCount", + "address": "0x16af60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorGetSkirmishQueuePlayerInfo", + "address": "0x16afc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CommentatorStartSkirmishMatch", + "address": "0x16b0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSendMailShowing", + "address": "0x16d570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearSendMail", + "address": "0x16d5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSendMailMoney", + "address": "0x16d5d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSendMailCOD", + "address": "0x16d610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSendMailCOD", + "address": "0x16d690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxNumItems", + "address": "0x16d6d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetStationeryInfo", + "address": "0x16df80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectStationery", + "address": "0x16e0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedStationeryTexture", + "address": "0x16e170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumPackages", + "address": "0x16e1e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPackageInfo", + "address": "0x16e210" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectPackage", + "address": "0x16e310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSendMailItemLink", + "address": "0x16e3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CheckInbox", + "address": "0x16e440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxHeaderInfo", + "address": "0x16e520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxInvoiceInfo", + "address": "0x16e9b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxItemLink", + "address": "0x16eca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TakeInboxMoney", + "address": "0x16edf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TakeInboxTextItem", + "address": "0x16eef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReturnInboxItem", + "address": "0x16f000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeleteInboxItem", + "address": "0x16f140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InboxItemCanDelete", + "address": "0x16f280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasNewMail", + "address": "0x16f350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLatestThreeSenders", + "address": "0x16f3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RespondMailLockSendItem", + "address": "0x16f410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickSendMailItemButton", + "address": "0x170550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSendMailMoney", + "address": "0x1706c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSendMailItem", + "address": "0x170750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SendMail", + "address": "0x170910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxText", + "address": "0x170bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInboxItem", + "address": "0x170f10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TakeInboxItem", + "address": "0x1711c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ComplainInboxItem", + "address": "0x171350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanComplainInboxItem", + "address": "0x1713c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AutoLootMailItem", + "address": "0x171450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseMail", + "address": "0x171a40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumStationeries", + "address": "0x171ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSendMailPrice", + "address": "0x171b00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRaidTargetIndex", + "address": "0x172ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumRaidMembers", + "address": "0x172b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRealNumRaidMembers", + "address": "0x172b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetRaidRosterSelection", + "address": "0x172bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRaidRosterSelection", + "address": "0x172c50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetReadyCheckTimeLeft", + "address": "0x172c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRaidRosterInfo", + "address": "0x173690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRaidLeader", + "address": "0x173a60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRealRaidLeader", + "address": "0x173ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsRaidOfficer", + "address": "0x173b00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetRaidSubgroup", + "address": "0x173b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SwapRaidSubgroup", + "address": "0x173c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PromoteToLeader", + "address": "0x173e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PromoteToAssistant", + "address": "0x173ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DemoteAssistant", + "address": "0x173fd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DoReadyCheck", + "address": "0x1740b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmReadyCheck", + "address": "0x1740c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetReadyCheckStatus", + "address": "0x174180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConvertToRaid", + "address": "0x174a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetRaidTarget", + "address": "0x174ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlayDance", + "address": "0x1761f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAutoCompleteResults", + "address": "0x17b3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAutoCompletePresenceID", + "address": "0x17b500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BankButtonIDToInvSlotID", + "address": "0x17b940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseBankFrame", + "address": "0x17b9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBankSlots", + "address": "0x17bab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBankSlotCost", + "address": "0x17bb30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PurchaseSlot", + "address": "0x17bbc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTrackingTypes", + "address": "0x17f170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrackingInfo", + "address": "0x17f1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTracking", + "address": "0x17f380" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrackingTexture", + "address": "0x17f4f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantNumItems", + "address": "0x1841d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantItemLink", + "address": "0x184200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantItemMaxStack", + "address": "0x1842d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HideRepairCursor", + "address": "0x184390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_InRepairMode", + "address": "0x1843b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumBuybackItems", + "address": "0x1843f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseMerchant", + "address": "0x1846d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantItemCostInfo", + "address": "0x1846e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantItemCostItem", + "address": "0x184820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanMerchantRepair", + "address": "0x1849f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowRepairCursor", + "address": "0x184a60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMerchantItemInfo", + "address": "0x184e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBuybackItemInfo", + "address": "0x185070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBuybackItemLink", + "address": "0x1852c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupMerchantItem", + "address": "0x1853a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyMerchantItem", + "address": "0x1854c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuybackItem", + "address": "0x1855c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowMerchantSellCursor", + "address": "0x1856d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowBuybackSellCursor", + "address": "0x185890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRepairAllCost", + "address": "0x185990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RepairAllItems", + "address": "0x185c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeTargetItemLink", + "address": "0x1865f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptTrade", + "address": "0x1866e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelTradeAccept", + "address": "0x186730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPlayerTradeMoney", + "address": "0x186780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTargetTradeMoney", + "address": "0x1867d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupTradeMoney", + "address": "0x186810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTradeMoney", + "address": "0x186870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickTargetTradeButton", + "address": "0x186c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradePlayerItemLink", + "address": "0x186d00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddTradeMoney", + "address": "0x186d90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseTrade", + "address": "0x187940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickTradeButton", + "address": "0x1879d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeTargetItemInfo", + "address": "0x187c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradePlayerItemInfo", + "address": "0x187eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumLootItems", + "address": "0x188540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootSlotInfo", + "address": "0x188570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootSlotLink", + "address": "0x1886d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LootSlotIsItem", + "address": "0x188750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LootSlotIsCoin", + "address": "0x188810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseLoot", + "address": "0x1888b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsFishingLoot", + "address": "0x1888e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMasterLootCandidate", + "address": "0x188920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootRollItemInfo", + "address": "0x1889d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootRollItemLink", + "address": "0x188c00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLootRollTimeLeft", + "address": "0x188cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RollOnLoot", + "address": "0x188d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmLootRoll", + "address": "0x188dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetLootPortrait", + "address": "0x188f00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LootSlot", + "address": "0x189520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmLootSlot", + "address": "0x189590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GiveMasterLoot", + "address": "0x189600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextGetPage", + "address": "0x189b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextGetText", + "address": "0x189b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextGetItem", + "address": "0x189c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextGetMaterial", + "address": "0x189c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextHasNextPage", + "address": "0x189d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextPrevPage", + "address": "0x18a110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextNextPage", + "address": "0x18a150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseItemText", + "address": "0x18a400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ItemTextGetCreator", + "address": "0x18a480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGossipText", + "address": "0x18a900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGossipOptions", + "address": "0x18a920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGossipAvailableQuests", + "address": "0x18a960" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGossipActiveQuests", + "address": "0x18a9a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGossipOptions", + "address": "0x18a9e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseGossip", + "address": "0x18aa40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ForceGossip", + "address": "0x18ab50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGossipAvailableQuests", + "address": "0x18b3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGossipActiveQuests", + "address": "0x18b490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectGossipOption", + "address": "0x18b590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectGossipAvailableQuest", + "address": "0x18b600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectGossipActiveQuest", + "address": "0x18b670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTitleText", + "address": "0x18bd10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGreetingText", + "address": "0x18bd30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestText", + "address": "0x18bd50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetObjectiveText", + "address": "0x18bd70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetProgressText", + "address": "0x18bd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardText", + "address": "0x18bdb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumAvailableQuests", + "address": "0x18bdd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumActiveQuests", + "address": "0x18be00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAvailableTitle", + "address": "0x18be30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActiveTitle", + "address": "0x18bed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAvailableLevel", + "address": "0x18bf70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActiveLevel", + "address": "0x18c010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardMoney", + "address": "0x18c0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardXP", + "address": "0x18c0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardHonor", + "address": "0x18c110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardTalents", + "address": "0x18c140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestMoneyToGet", + "address": "0x18c160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestRewards", + "address": "0x18c190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestChoices", + "address": "0x18c1f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestItems", + "address": "0x18c250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestItemLink", + "address": "0x18c2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestChooseRewardError", + "address": "0x18c3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSuggestedGroupNum", + "address": "0x18c3b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestFlagsPVP", + "address": "0x18c3e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestGetAutoAccept", + "address": "0x18c430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMaxDailyQuests", + "address": "0x18c470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardArenaPoints", + "address": "0x18c4a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestIsDaily", + "address": "0x18c4d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestIsWeekly", + "address": "0x18c510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConfirmAcceptQuest", + "address": "0x18c910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestBackgroundMaterial", + "address": "0x18c990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseQuest", + "address": "0x18d350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAvailableQuestTrivial", + "address": "0x18d370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsActiveQuestTrivial", + "address": "0x18d420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectAvailableQuest", + "address": "0x18d4d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectActiveQuest", + "address": "0x18d540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptQuest", + "address": "0x18d5b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeclineQuest", + "address": "0x18d5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsQuestCompletable", + "address": "0x18d5d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CompleteQuest", + "address": "0x18d610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestReward", + "address": "0x18d620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardSpell", + "address": "0x18d670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRewardTitle", + "address": "0x18d810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestItemInfo", + "address": "0x18d980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestSpellLink", + "address": "0x18dab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDailyQuestsCompleted", + "address": "0x18db30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAvailableQuestInfo", + "address": "0x18dbc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NumTaxiNodes", + "address": "0x190710" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTaxiMap", + "address": "0x190d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiNodeName", + "address": "0x190d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiNodePosition", + "address": "0x190e00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseTaxiMap", + "address": "0x190ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiNodeGetType", + "address": "0x190ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiGetSrcX", + "address": "0x190f40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiGetSrcY", + "address": "0x190fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiGetDestX", + "address": "0x191080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiGetDestY", + "address": "0x191120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumRoutes", + "address": "0x1911c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiNodeCost", + "address": "0x1915e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TakeTaxiNode", + "address": "0x191680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TaxiNodeSetCurrent", + "address": "0x191e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTrainerServices", + "address": "0x193d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTradeskillTrainer", + "address": "0x193d50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerGreetingText", + "address": "0x193d90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceTypeFilter", + "address": "0x193e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerSkillLineFilter", + "address": "0x193eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseTrainer", + "address": "0x194370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectTrainerService", + "address": "0x1943a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerSelectionIndex", + "address": "0x194430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceCost", + "address": "0x194480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceLevelReq", + "address": "0x194530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceNumAbilityReq", + "address": "0x1945b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerSkillLines", + "address": "0x194650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_OpenTrainer", + "address": "0x195040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceInfo", + "address": "0x195090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceIcon", + "address": "0x195150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceSkillLine", + "address": "0x1952f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceSkillReq", + "address": "0x195470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceAbilityReq", + "address": "0x1955e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceStepReq", + "address": "0x1957d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceDescription", + "address": "0x1959d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTrainerServiceSkillStep", + "address": "0x195b60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceStepIncrease", + "address": "0x195c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyTrainerService", + "address": "0x195e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTrainerServiceTypeFilter", + "address": "0x195ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTrainerSkillLineFilter", + "address": "0x196010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseTrainerSkillLine", + "address": "0x196150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandTrainerSkillLine", + "address": "0x1961f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrainerServiceItemLink", + "address": "0x196290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTabardCreationCost", + "address": "0x198dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseTabardCreation", + "address": "0x198f30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseGuildRegistrar", + "address": "0x199f00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildCharterCost", + "address": "0x199f40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyGuildCharter", + "address": "0x19a130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnInGuildCharter", + "address": "0x19a1c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTabardInfo", + "address": "0x19a1f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAuctionSortReversed", + "address": "0x19ab90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionSort", + "address": "0x19ad40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortAuctionClearSort", + "address": "0x19ae70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortAuctionSetSort", + "address": "0x19af10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelSell", + "address": "0x19b040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetAuctionsTabShowing", + "address": "0x19b0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionHouseDepositRate", + "address": "0x19bc90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryAuctionItems", + "address": "0x19bcf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumAuctionItems", + "address": "0x19c1a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionItemLink", + "address": "0x19c2d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionItemClasses", + "address": "0x19c420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionItemSubClasses", + "address": "0x19c480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionInvTypes", + "address": "0x19c590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanSendAuctionQuery", + "address": "0x19c740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedAuctionItem", + "address": "0x19c830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedAuctionItem", + "address": "0x19c920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanCancelAuction", + "address": "0x19c9f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortAuctionApplySort", + "address": "0x19cab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalculateAuctionDeposit", + "address": "0x19d270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickAuctionSellItemButton", + "address": "0x19d410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetOwnerAuctionItems", + "address": "0x19d4f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBidderAuctionItems", + "address": "0x19d540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionItemInfo", + "address": "0x19d5e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlaceAuctionBid", + "address": "0x19da40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortAuctionItems", + "address": "0x19dd00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelAuction", + "address": "0x19ddf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseAuctionHouse", + "address": "0x19f750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionSellItemInfo", + "address": "0x19f760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StartAuction", + "address": "0x19f990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAuctionItemTimeLeft", + "address": "0x19fd60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumStablePets", + "address": "0x1a0f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumStableSlots", + "address": "0x1a0fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupStablePet", + "address": "0x1a0fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedStablePet", + "address": "0x1a1060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAtStableMaster", + "address": "0x1a1090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetStablePetInfo", + "address": "0x1a1330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNextStableSlotCost", + "address": "0x1a14d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPetStablePaperdoll", + "address": "0x1a1530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetStablePetFoodTypes", + "address": "0x1a16a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClosePetStables", + "address": "0x1a1950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StablePet", + "address": "0x1a19c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnstablePet", + "address": "0x1a1ac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyStableSlot", + "address": "0x1a1bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickStablePet", + "address": "0x1a1ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumPetitionItems", + "address": "0x1a1f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetitionItemInfo", + "address": "0x1a1fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickPetitionButton", + "address": "0x1a2200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClosePetitionVendor", + "address": "0x1a24f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyPetition", + "address": "0x1a2530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnInPetition", + "address": "0x1a2600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnInArenaPetition", + "address": "0x1a26d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasFilledPetition", + "address": "0x1a2820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumArenaTeamMembers", + "address": "0x1a2930" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaTeamRosterShowOffline", + "address": "0x1a2a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentArenaSeason", + "address": "0x1a2a40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPreviousArenaSeason", + "address": "0x1a2a70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaTeamRosterInfo", + "address": "0x1a2fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaTeamGdfInfo", + "address": "0x1a3260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetArenaTeamRosterSelection", + "address": "0x1a3370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaTeamRosterSelection", + "address": "0x1a3410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortArenaTeamRoster", + "address": "0x1a3490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetArenaTeamRosterShowOffline", + "address": "0x1a35e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaTeam", + "address": "0x1a3860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ArenaTeamRoster", + "address": "0x1a3cf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupGuildBankMoney", + "address": "0x1a4330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCurrentGuildBankTab", + "address": "0x1a43c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentGuildBankTab", + "address": "0x1a4410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankMoney", + "address": "0x1a4440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankWithdrawMoney", + "address": "0x1a44a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGuildBankTabs", + "address": "0x1a44d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseGuildBankFrame", + "address": "0x1a4500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGuildBankTransactions", + "address": "0x1a4520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGuildBankMoneyTransactions", + "address": "0x1a45b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankText", + "address": "0x1a45e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankItemLink", + "address": "0x1a4d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankMoneyTransaction", + "address": "0x1a4e50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryGuildBankTab", + "address": "0x1a5ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuyGuildBankTab", + "address": "0x1a5d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DepositGuildBankMoney", + "address": "0x1a5e20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_WithdrawGuildBankMoney", + "address": "0x1a5ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanWithdrawGuildBankMoney", + "address": "0x1a5f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankItemInfo", + "address": "0x1a6000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupGuildBankItem", + "address": "0x1a6200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AutoStoreGuildBankItem", + "address": "0x1a63f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SplitGuildBankItem", + "address": "0x1a6600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankTabInfo", + "address": "0x1a67f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildBankTabInfo", + "address": "0x1a6a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankTabCost", + "address": "0x1a6b20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildTabardFileNames", + "address": "0x1a6ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryGuildBankLog", + "address": "0x1a6d50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankTransaction", + "address": "0x1a6dc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryGuildBankText", + "address": "0x1a7110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildBankText", + "address": "0x1a7180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionCount", + "address": "0x1a7d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionText", + "address": "0x1a7d90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsUsableAction", + "address": "0x1a7e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBonusBarOffset", + "address": "0x1a7f20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ChangeActionBarPage", + "address": "0x1a7f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionBarPage", + "address": "0x1a7fd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasAction", + "address": "0x1a8220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetActionBarToggles", + "address": "0x1a8290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMultiCastTotemSpells", + "address": "0x1a8330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsStackableAction", + "address": "0x1a8720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionBarToggles", + "address": "0x1a8790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPossessBarVisible", + "address": "0x1a8820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsEquippedAction", + "address": "0x1a8bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionInfo", + "address": "0x1a8f10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionCooldown", + "address": "0x1a91c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionAutocast", + "address": "0x1a9290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActionTexture", + "address": "0x1a9b30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAttackAction", + "address": "0x1a9ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsAutoRepeatAction", + "address": "0x1a9c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsConsumableAction", + "address": "0x1a9c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ActionHasRange", + "address": "0x1a9cf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsActionInRange", + "address": "0x1a9d50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsCurrentAction", + "address": "0x1aad40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlaceAction", + "address": "0x1ab840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMultiCastSpell", + "address": "0x1ab8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseAction", + "address": "0x1ac000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupAction", + "address": "0x1ac090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RegisterStaticConstants", + "address": "0x1ac320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveyAnswerSubmit", + "address": "0x1ac390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveyCommentSubmit", + "address": "0x1ac480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveyQuestion", + "address": "0x1ac750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveyAnswer", + "address": "0x1ac7d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveyNumAnswers", + "address": "0x1ac870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMReportLag", + "address": "0x1ad020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGMTicket", + "address": "0x1ad070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NewGMTicket", + "address": "0x1ad080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateGMTicket", + "address": "0x1ad0f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeleteGMTicket", + "address": "0x1ad140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMResponseNeedMoreHelp", + "address": "0x1ad150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMResponseResolve", + "address": "0x1ad1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGMStatus", + "address": "0x1ad1c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GMSurveySubmit", + "address": "0x1ad230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipmentManagerIgnoreSlotForSave", + "address": "0x1ad770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipmentManagerIsSlotIgnoredForSave", + "address": "0x1ad7c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipmentManagerClearIgnoredSlotsForSave", + "address": "0x1ad820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipmentManagerUnignoreSlotForSave", + "address": "0x1ad830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanUseEquipmentSets", + "address": "0x1ad880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DeleteEquipmentSet", + "address": "0x1ae800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetEquipmentSetLocations", + "address": "0x1ae860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetEquipmentSetItemIDs", + "address": "0x1aef90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumEquipmentSets", + "address": "0x1af0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetEquipmentSetInfo", + "address": "0x1af120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetEquipmentSetInfoByName", + "address": "0x1af1d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupEquipmentSetByName", + "address": "0x1af250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupEquipmentSet", + "address": "0x1af2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EquipmentSetContainsLockedItems", + "address": "0x1af320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseEquipmentSet", + "address": "0x1af380" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RenameEquipmentSet", + "address": "0x1af910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SaveEquipmentSet", + "address": "0x1af9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrencyListSize", + "address": "0x1afd10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrencyListInfo", + "address": "0x1b0680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandCurrencyList", + "address": "0x1b0940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCurrencyUnused", + "address": "0x1b09b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetCurrencyBackpack", + "address": "0x1b0a20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBackpackCurrencyInfo", + "address": "0x1b0a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanShowAchievementUI", + "address": "0x1b0ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCategoryList", + "address": "0x1b1390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetStatisticsCategoryList", + "address": "0x1b14b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCategoryInfo", + "address": "0x1b15c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPreviousAchievement", + "address": "0x1b1690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementInfoFromCriteria", + "address": "0x1b1720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementCategory", + "address": "0x1b18e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementNumRewards", + "address": "0x1b1970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementReward", + "address": "0x1b1a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetAchievementComparisonUnit", + "address": "0x1b1ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryQuestsCompleted", + "address": "0x1b1bb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLatestCompletedAchievements", + "address": "0x1b1c20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLatestUpdatedStats", + "address": "0x1b1c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLatestCompletedComparisonAchievements", + "address": "0x1b1cf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetLatestUpdatedComparisonStats", + "address": "0x1b1d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTotalAchievementPoints", + "address": "0x1b1dc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetComparisonAchievementPoints", + "address": "0x1b1e40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasCompletedAnyAchievement", + "address": "0x1b1ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTrackedAchievements", + "address": "0x1b2040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTrackedAchievement", + "address": "0x1b2090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTrackedAchievements", + "address": "0x1b2120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCategoryNumAchievements", + "address": "0x1b38e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetComparisonCategoryNumAchievements", + "address": "0x1b3b30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumCompletedAchievements", + "address": "0x1b3ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumComparisonCompletedAchievements", + "address": "0x1b3dc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNextAchievement", + "address": "0x1b3ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementInfo", + "address": "0x1b3fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearAchievementComparisonUnit", + "address": "0x1b4760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementComparisonInfo", + "address": "0x1b4770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddTrackedAchievement", + "address": "0x1b4870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveTrackedAchievement", + "address": "0x1b48d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestsCompleted", + "address": "0x1b5290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementNumCriteria", + "address": "0x1b5530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetStatistic", + "address": "0x1b5620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementCriteriaInfo", + "address": "0x1b58b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetComparisonStatistic", + "address": "0x1b5e70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAchievementLink", + "address": "0x1b6110" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGlyphSockets", + "address": "0x1b71e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGlyphSocketInfo", + "address": "0x1b7260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GlyphMatchesSocket", + "address": "0x1b7410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlaceGlyphInSocket", + "address": "0x1b75a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveGlyphFromSocket", + "address": "0x1b7660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGlyphLink", + "address": "0x1b7740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMonthNames", + "address": "0x1b80e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetWeekdayNames", + "address": "0x1b8120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetDate", + "address": "0x1b8160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMinDate", + "address": "0x1b81f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMaxDate", + "address": "0x1b82a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMinHistoryDate", + "address": "0x1b8350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMaxCreateDate", + "address": "0x1b8410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarCloseEvent", + "address": "0x1b84a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetNumInvites", + "address": "0x1b84d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextDeselectEvent", + "address": "0x1b8510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventClipboard", + "address": "0x1b8540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSortInvites", + "address": "0x1b8570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetInviteSortCriterion", + "address": "0x1b8690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetStatus", + "address": "0x1b8730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetModerator", + "address": "0x1b87d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventClearModerator", + "address": "0x1b8840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventIsModerator", + "address": "0x1b88b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventCanModerate", + "address": "0x1b88e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetTypes", + "address": "0x1b8970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetRepeatOptions", + "address": "0x1b89c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventHaveSettingsChanged", + "address": "0x1b8a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventCanEdit", + "address": "0x1b8a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetCalendarType", + "address": "0x1b8aa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSelectInvite", + "address": "0x1b8ae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarCanSendInvite", + "address": "0x1b8b30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarCanAddEvent", + "address": "0x1b8ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarIsActionPending", + "address": "0x1b8c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetMonth", + "address": "0x1b99f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetAbsMonth", + "address": "0x1b9ac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetNumDayEvents", + "address": "0x1b9bf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetDayEventSequenceInfo", + "address": "0x1b9ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetFirstPendingInvite", + "address": "0x1b9e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarOpenEvent", + "address": "0x1b9eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetEventIndex", + "address": "0x1b9f80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetRaidInfo", + "address": "0x1ba000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetInvite", + "address": "0x1ba220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetInviteResponseTime", + "address": "0x1ba420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarRemoveEvent", + "address": "0x1ba5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextSelectEvent", + "address": "0x1ba5b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextGetEventIndex", + "address": "0x1ba680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteIsPending", + "address": "0x1ba700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteModeratorStatus", + "address": "0x1ba7f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteStatus", + "address": "0x1ba910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteType", + "address": "0x1baa20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteAvailable", + "address": "0x1bab50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteDecline", + "address": "0x1bad00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventCanEdit", + "address": "0x1baeb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventGetCalendarType", + "address": "0x1bafc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventRemoveInvite", + "address": "0x1bb0c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetStatusOptions", + "address": "0x1bb130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetTitle", + "address": "0x1bb210" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetDescription", + "address": "0x1bb280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetType", + "address": "0x1bb2f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetRepeatOption", + "address": "0x1bb380" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetSize", + "address": "0x1bb410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetDate", + "address": "0x1bb4a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetTime", + "address": "0x1bb5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetLockoutDate", + "address": "0x1bb650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetLockoutTime", + "address": "0x1bb750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetTextureID", + "address": "0x1bb800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetLocked", + "address": "0x1bb870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventClearLocked", + "address": "0x1bb8b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSetAutoApprove", + "address": "0x1bb8f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventClearAutoApprove", + "address": "0x1bb930" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetTextures", + "address": "0x1bb970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventGetSelectedInvite", + "address": "0x1bbb00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarSetMonth", + "address": "0x1bcc00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarAddEvent", + "address": "0x1bcc70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarNewEvent", + "address": "0x1bcca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarMassInviteGuild", + "address": "0x1bccb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarNewGuildAnnouncement", + "address": "0x1bcd80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarNewGuildEvent", + "address": "0x1bcd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarDefaultGuildFilter", + "address": "0x1bcda0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarMassInviteArenaTeam", + "address": "0x1bce60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarUpdateEvent", + "address": "0x1bced0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventInvite", + "address": "0x1bcf00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteTentative", + "address": "0x1bcf30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextInviteRemove", + "address": "0x1bd040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventSignUp", + "address": "0x1bd130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventRemove", + "address": "0x1bd220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventCopy", + "address": "0x1bd340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventPaste", + "address": "0x1bd460" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventCanComplain", + "address": "0x1bd4f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarContextEventComplain", + "address": "0x1bd600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventAvailable", + "address": "0x1bd6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventTentative", + "address": "0x1bd750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventDecline", + "address": "0x1bd760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventSignUp", + "address": "0x1bd7d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_OpenCalendar", + "address": "0x1bd7e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetEventInfo", + "address": "0x1bd8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarEventHasPendingInvite", + "address": "0x1bdd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetNumPendingInvites", + "address": "0x1bf830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetDayEvent", + "address": "0x1c1070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarGetHolidayInfo", + "address": "0x1c1480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CalendarSetAbsMonth", + "address": "0x1c43b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSocketTypes", + "address": "0x1c4550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseSocketInfo", + "address": "0x1c49c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSocketItemInfo", + "address": "0x1c49d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumSockets", + "address": "0x1c4af0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNewSocketInfo", + "address": "0x1c4b60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNewSocketLink", + "address": "0x1c4d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClickSocketButton", + "address": "0x1c4dc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSocketItemBoundTradeable", + "address": "0x1c4ea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExistingSocketInfo", + "address": "0x1c5160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExistingSocketLink", + "address": "0x1c5340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptSockets", + "address": "0x1c5460" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSocketItemRefundable", + "address": "0x1c5470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMinigameType", + "address": "0x1c5500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MakeMinigameMove", + "address": "0x1c5550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMinigameState", + "address": "0x1c55f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetActiveTalentGroup", + "address": "0x1c5810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTalentTabs", + "address": "0x1c5cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTalents", + "address": "0x1c5d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTalentGroups", + "address": "0x1c5df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetActiveTalentGroup", + "address": "0x1c5e70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTalentTabInfo", + "address": "0x1c6150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnspentTalentPoints", + "address": "0x1c6310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPreviewTalentPointsSpent", + "address": "0x1c63b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGroupPreviewTalentPointsSpent", + "address": "0x1c6420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LearnPreviewTalents", + "address": "0x1c6a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetPreviewTalentPoints", + "address": "0x1c7130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetGroupPreviewTalentPoints", + "address": "0x1c7200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTalentInfo", + "address": "0x1c7800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTalentLink", + "address": "0x1c7ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTalentPrereqs", + "address": "0x1c7ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_LearnTalent", + "address": "0x1c80e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddPreviewTalentPoints", + "address": "0x1c9590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGuildMembers", + "address": "0x1ca130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildRosterMOTD", + "address": "0x1ca190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildRosterShowOffline", + "address": "0x1ca1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildRosterShowOffline", + "address": "0x1ca1e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlGetNumRanks", + "address": "0x1ca220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlSetRank", + "address": "0x1ca260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlSetRankFlag", + "address": "0x1ca2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildInfoText", + "address": "0x1ca330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumGuildEvents", + "address": "0x1ca350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildRosterLastOnline", + "address": "0x1cabb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildRosterSetPublicNote", + "address": "0x1cad00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildRosterSetOfficerNote", + "address": "0x1cae20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildRosterSelection", + "address": "0x1caf40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildRosterSelection", + "address": "0x1cafd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortGuildRoster", + "address": "0x1cb000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlSaveRank", + "address": "0x1cb170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlAddRank", + "address": "0x1cb330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlDelRank", + "address": "0x1cb3f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildBankTabPermissions", + "address": "0x1cb470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankTabPermissions", + "address": "0x1cb560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildBankWithdrawLimit", + "address": "0x1cb6a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildBankWithdrawLimit", + "address": "0x1cb700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildBankTabWithdraw", + "address": "0x1cb760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildRoster", + "address": "0x1cb810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetGuildInfoText", + "address": "0x1cb820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGuildPromote", + "address": "0x1cbcf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGuildDemote", + "address": "0x1cbd80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGuildInvite", + "address": "0x1cbe10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGuildRemove", + "address": "0x1cbea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditMOTD", + "address": "0x1cbf30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditPublicNote", + "address": "0x1cbfc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditOfficerNote", + "address": "0x1cc050" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanViewOfficerNote", + "address": "0x1cc0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditGuildInfo", + "address": "0x1cc170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanGuildBankRepair", + "address": "0x1cc200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditGuildTabInfo", + "address": "0x1cc290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEditGuildEvent", + "address": "0x1cc360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlGetRankFlags", + "address": "0x1cc3e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QueryGuildEventLog", + "address": "0x1cc470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildRosterInfo", + "address": "0x1cc9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GuildControlGetRankName", + "address": "0x1ccc90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildEventInfo", + "address": "0x1ccd90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumSkillLines", + "address": "0x1cd1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelSkillUps", + "address": "0x1cd820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedSkill", + "address": "0x1cd860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedSkill", + "address": "0x1cd8f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSkillLineInfo", + "address": "0x1cde20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AbandonSkill", + "address": "0x1ce2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseSkillHeader", + "address": "0x1ce3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandSkillHeader", + "address": "0x1ce400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddSkillUp", + "address": "0x1ce460" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveSkillUp", + "address": "0x1ce4d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAdjustedSkillPoints", + "address": "0x1ce540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptSkillUps", + "address": "0x1ce5d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_BuySkillTier", + "address": "0x1ce6f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumPetitionNames", + "address": "0x1ceac0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetitionInfo", + "address": "0x1cece0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetitionNameInfo", + "address": "0x1cee30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClosePetition", + "address": "0x1cf020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanSignPetition", + "address": "0x1cf040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SignPetition", + "address": "0x1cf140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_OfferPetition", + "address": "0x1cf220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RenamePetition", + "address": "0x1cf450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StartDuel", + "address": "0x1cf950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AcceptDuel", + "address": "0x1cfdb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumFactions", + "address": "0x1cff20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsFactionInactive", + "address": "0x1d0740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedFaction", + "address": "0x1d07b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedFaction", + "address": "0x1d0820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFactionInfo", + "address": "0x1d1150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFactionInfoByID", + "address": "0x1d11e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWatchedFactionInfo", + "address": "0x1d1240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FactionToggleAtWar", + "address": "0x1d1390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetWatchedFactionIndex", + "address": "0x1d1420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetFactionInactive", + "address": "0x1d1e50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetFactionActive", + "address": "0x1d1ee0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseFactionHeader", + "address": "0x1d1f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseAllFactionHeaders", + "address": "0x1d1fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandAllFactionHeaders", + "address": "0x1d1fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandFactionHeader", + "address": "0x1d2000" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPetAttackActive", + "address": "0x1d3160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetTimeRemaining", + "address": "0x1d3180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetHasActionBar", + "address": "0x1d3720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetCanBeAbandoned", + "address": "0x1d3780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetCanBeDismissed", + "address": "0x1d3820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetCanBeRenamed", + "address": "0x1d38c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasPetUI", + "address": "0x1d3960" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetExperience", + "address": "0x1d3a20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetHappiness", + "address": "0x1d3b00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetFoodTypes", + "address": "0x1d3bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetIcon", + "address": "0x1d3ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetTalentTree", + "address": "0x1d3d80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetActionInfo", + "address": "0x1d4ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetActionCooldown", + "address": "0x1d5280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetActionsUsable", + "address": "0x1d53c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetActionSlotUsable", + "address": "0x1d5400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetPassiveMode", + "address": "0x1d54c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetDefensiveMode", + "address": "0x1d54f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetAggressiveMode", + "address": "0x1d5520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetWait", + "address": "0x1d5550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetFollow", + "address": "0x1d5580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetAttack", + "address": "0x1d55b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetStopAttack", + "address": "0x1d5640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetAbandon", + "address": "0x1d5650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetDismiss", + "address": "0x1d5660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PetRename", + "address": "0x1d5670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPossessInfo", + "address": "0x1d5820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsPetAttackAction", + "address": "0x1d5a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupPetAction", + "address": "0x1d65c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TogglePetAutocast", + "address": "0x1d66f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CastPetAction", + "address": "0x1d67b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ContainerIDToInventoryID", + "address": "0x1d6f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMaxArenaCurrency", + "address": "0x1d6ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetBagPortraitTexture", + "address": "0x1d7180" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerNumSlots", + "address": "0x1d74a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerNumFreeSlots", + "address": "0x1d7590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerFreeSlots", + "address": "0x1d7820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemInfo", + "address": "0x1d7a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemLink", + "address": "0x1d7c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemID", + "address": "0x1d7d00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemCooldown", + "address": "0x1d7d90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemDurability", + "address": "0x1d7ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupContainerItem", + "address": "0x1d7ff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SplitContainerItem", + "address": "0x1d84f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseContainerItem", + "address": "0x1d8650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SocketContainerItem", + "address": "0x1d8b10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowContainerSellCursor", + "address": "0x1d8bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBagName", + "address": "0x1d8c70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemPurchaseInfo", + "address": "0x1d8d80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemPurchaseItem", + "address": "0x1d8f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ContainerRefundItemPurchase", + "address": "0x1d91b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemGems", + "address": "0x1d9300" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetContainerItemQuestInfo", + "address": "0x1d9400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumTradeSkills", + "address": "0x1da120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillItemNameFilter", + "address": "0x1da150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillItemLevelFilter", + "address": "0x1da170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillSubClassFilter", + "address": "0x1da1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeskillRepeatCount", + "address": "0x1da270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StopTradeSkillRepeat", + "address": "0x1da2e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsTradeSkillLinked", + "address": "0x1da310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CloseTradeSkill", + "address": "0x1da8b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectTradeSkill", + "address": "0x1da900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillSelectionIndex", + "address": "0x1da970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillCooldown", + "address": "0x1da9a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillSubClasses", + "address": "0x1daa70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFirstTradeSkill", + "address": "0x1dab70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DoTradeSkill", + "address": "0x1dac00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillInfo", + "address": "0x1db2a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillIcon", + "address": "0x1db550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillNumMade", + "address": "0x1db6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillLine", + "address": "0x1db810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillRecipeLink", + "address": "0x1db920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillItemLink", + "address": "0x1dba70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillNumReagents", + "address": "0x1dbba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillReagentItemLink", + "address": "0x1dbcc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillDescription", + "address": "0x1dbe10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillInvSlots", + "address": "0x1dbf10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillInvSlotFilter", + "address": "0x1dbf90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillListLink", + "address": "0x1dc0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTradeSkillItemNameFilter", + "address": "0x1dd070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTradeSkillItemLevelFilter", + "address": "0x1dd090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTradeSkillSubClassFilter", + "address": "0x1dd0f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetTradeSkillInvSlotFilter", + "address": "0x1dd230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TradeSkillOnlyShowMakeable", + "address": "0x1dd3e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TradeSkillOnlyShowSkillUps", + "address": "0x1dd420" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseTradeSkillSubClass", + "address": "0x1dd460" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandTradeSkillSubClass", + "address": "0x1dd500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillReagentInfo", + "address": "0x1de400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTradeSkillTools", + "address": "0x1de620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestLogEntries", + "address": "0x1df010" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogSelection", + "address": "0x1df0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetAbandonQuest", + "address": "0x1df0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAbandonQuestName", + "address": "0x1df0e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestLogRewards", + "address": "0x1df150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestLogChoices", + "address": "0x1df1d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogItemLink", + "address": "0x1df250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardTalents", + "address": "0x1df3a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardArenaPoints", + "address": "0x1df400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRequiredMoney", + "address": "0x1df460" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogPushable", + "address": "0x1df520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestWatches", + "address": "0x1df5d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsQuestWatched", + "address": "0x1df610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveQuestWatch", + "address": "0x1df700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestIndexForWatch", + "address": "0x1df780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogGroupNum", + "address": "0x1df870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ProcessQuestLogRewardFactions", + "address": "0x1df8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestLogRewardFactions", + "address": "0x1df910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardFactionInfo", + "address": "0x1df940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestSortIndex", + "address": "0x1dfa10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestPOIGetQuestIDByIndex", + "address": "0x1dfa80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPOIIconOverlapDistance", + "address": "0x1dfb00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPOIIconOverlapPushDistance", + "address": "0x1dfb40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShiftQuestWatches", + "address": "0x1dfba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestWatchIndex", + "address": "0x1dfc40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SelectQuestLogEntry", + "address": "0x1e02f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogQuestText", + "address": "0x1e0340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestPOIGetIconInfo", + "address": "0x1e0590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogCompletionText", + "address": "0x1e06d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAbandonQuestItems", + "address": "0x1e3d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AbandonQuest", + "address": "0x1e4060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsUnitOnQuest", + "address": "0x1e4070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestLeaderBoards", + "address": "0x1e41a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumQuestItemDrops", + "address": "0x1e4260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogTimeLeft", + "address": "0x1e4320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsCurrentQuestFailed", + "address": "0x1e43f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardInfo", + "address": "0x1e4490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogChoiceInfo", + "address": "0x1e4660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogSpellLink", + "address": "0x1e4840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardMoney", + "address": "0x1e48f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardXP", + "address": "0x1e49b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardHonor", + "address": "0x1e4b70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardTitle", + "address": "0x1e4c10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogRewardSpell", + "address": "0x1e4d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestLogPushQuest", + "address": "0x1e4ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestIndexForTimer", + "address": "0x1e4fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CollapseQuestHeader", + "address": "0x1e5100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ExpandQuestHeader", + "address": "0x1e5150" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestGreenRange", + "address": "0x1e51a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLink", + "address": "0x1e51d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogSpecialItemInfo", + "address": "0x1e52d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogSpecialItemCooldown", + "address": "0x1e53d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsQuestLogSpecialItemInRange", + "address": "0x1e54c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseQuestLogSpecialItem", + "address": "0x1e5640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestWorldMapAreaID", + "address": "0x1e56c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestPOIUpdateIcons", + "address": "0x1e5740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestPOIGetQuestIDByVisibleIndex", + "address": "0x1e5750" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogTitle", + "address": "0x1e5cc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogLeaderBoard", + "address": "0x1e5f60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestLogItemDrop", + "address": "0x1e60d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestTimers", + "address": "0x1e6240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_QuestMapUpdateAllQuests", + "address": "0x1e63d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortQuestWatches", + "address": "0x1e64b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestPOILeaderBoard", + "address": "0x1e6650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddQuestWatch", + "address": "0x1e67c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetQuestResetTime", + "address": "0x1e6de0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_KeyRingButtonIDToInvSlotID", + "address": "0x1e7700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasInspectHonorData", + "address": "0x1e7780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInspectHonorData", + "address": "0x1e77c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ClearInspectPlayer", + "address": "0x1e7890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventorySlotInfo", + "address": "0x1e7d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemCooldown", + "address": "0x1e7e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryAlertStatus", + "address": "0x1e7fa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInspectArenaTeamData", + "address": "0x1e8030" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemsForSlot", + "address": "0x1e95c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemTexture", + "address": "0x1e9bc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemBroken", + "address": "0x1e9d80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemCount", + "address": "0x1e9e40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemQuality", + "address": "0x1ea040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemDurability", + "address": "0x1ea170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemLink", + "address": "0x1ea270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemID", + "address": "0x1ea3e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetInventoryItemGems", + "address": "0x1ea4f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupInventoryItem", + "address": "0x1ea5f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UseInventoryItem", + "address": "0x1ea630" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SocketInventoryItem", + "address": "0x1ea6a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsInventoryItemLocked", + "address": "0x1ea6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PutItemInBag", + "address": "0x1ea780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PutItemInBackpack", + "address": "0x1ea7f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PickupBagFromSlot", + "address": "0x1ea840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CursorCanGoInSlot", + "address": "0x1ea880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowInventorySellCursor", + "address": "0x1ea930" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetInventoryPortraitTexture", + "address": "0x1ea9b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGuildInfo", + "address": "0x1eaaf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UpdateInventoryAlertStatus", + "address": "0x1eac00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_OffhandHasWeapon", + "address": "0x1eac10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RequestInspectHonorData", + "address": "0x1eac90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWeaponEnchantInfo", + "address": "0x1eaca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasWandEquipped", + "address": "0x1eae90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SErrDisplayAppFatal", + "address": "0x1eeb70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimGetNormPower", + "address": "0x1f9550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsMouselooking", + "address": "0x1f9dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimGetAngle", + "address": "0x1f9e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimGetNormAngle", + "address": "0x1f9e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimSetNormPower", + "address": "0x1f9f10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsVehicleAimAngleAdjustable", + "address": "0x1f9f70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsVehicleAimPowerAdjustable", + "address": "0x1f9fe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DetectWowMouse", + "address": "0x1fa050" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ToggleRun", + "address": "0x1faae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleExit", + "address": "0x1fb660" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehiclePrevSeat", + "address": "0x1fb6d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleNextSeat", + "address": "0x1fb720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimIncrement", + "address": "0x1fb770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimDecrement", + "address": "0x1fb7d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimRequestAngle", + "address": "0x1fb820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimRequestNormAngle", + "address": "0x1fb8c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsUsingVehicleControls", + "address": "0x1fb970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanExitVehicle", + "address": "0x1fb9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanSwitchVehicleSeats", + "address": "0x1fba10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_JumpOrAscendStart", + "address": "0x1fbf80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AscendStop", + "address": "0x1fc0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DescendStop", + "address": "0x1fc140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ToggleAutoRun", + "address": "0x1fc190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveForwardStart", + "address": "0x1fc200" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveForwardStop", + "address": "0x1fc250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveBackwardStart", + "address": "0x1fc290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveBackwardStop", + "address": "0x1fc2e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnLeftStart", + "address": "0x1fc320" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnLeftStop", + "address": "0x1fc360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnRightStart", + "address": "0x1fc3b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnRightStop", + "address": "0x1fc3f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StrafeLeftStart", + "address": "0x1fc440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StrafeLeftStop", + "address": "0x1fc490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StrafeRightStart", + "address": "0x1fc4d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StrafeRightStop", + "address": "0x1fc520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimUpStop", + "address": "0x1fc570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimDownStop", + "address": "0x1fc5c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnOrActionStart", + "address": "0x1fc610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_TurnOrActionStop", + "address": "0x1fc680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CameraOrSelectOrMoveStart", + "address": "0x1fc6c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CameraOrSelectOrMoveStop", + "address": "0x1fc730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveAndSteerStart", + "address": "0x1fc780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveAndSteerStop", + "address": "0x1fc830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MouselookStop", + "address": "0x1fc890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimUpStart", + "address": "0x1fc8e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleAimDownStart", + "address": "0x1fc920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MouselookStart", + "address": "0x1fcc10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetMouselookOverrideBinding", + "address": "0x1fd550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewInStart", + "address": "0x1ff080" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewInStop", + "address": "0x1ff0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewOutStart", + "address": "0x1ff0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewOutStop", + "address": "0x1ff0f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewRightStart", + "address": "0x1ff120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewRightStop", + "address": "0x1ff140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewLeftStart", + "address": "0x1ff170" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewLeftStop", + "address": "0x1ff190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewUpStart", + "address": "0x1ff1c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewUpStop", + "address": "0x1ff1e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewDownStart", + "address": "0x1ff210" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_MoveViewDownStop", + "address": "0x1ff230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SaveView", + "address": "0x1ff260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FlipCameraYaw", + "address": "0x1ff2c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CameraZoomIn", + "address": "0x2017e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CameraZoomOut", + "address": "0x201840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleCameraZoomIn", + "address": "0x2018a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VehicleCameraZoomOut", + "address": "0x2018b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetView", + "address": "0x2039b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ResetView", + "address": "0x204c80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_NextView", + "address": "0x204ce0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PrevView", + "address": "0x204d10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetTime", + "address": "0x2081f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetGameTime", + "address": "0x208230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ConsoleExec", + "address": "0x208270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMaxCombatRatingBonus", + "address": "0x2082c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWaterDetail", + "address": "0x208560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanSwitchVehicleSeat", + "address": "0x208580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemStats", + "address": "0x208690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetItemStatDelta", + "address": "0x208760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsLoggedIn", + "address": "0x20a450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPlayerFacing", + "address": "0x20a490" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_FillLocalizedClassList", + "address": "0x20a510" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitExists", + "address": "0x20c2a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsVisible", + "address": "0x20c350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsUnit", + "address": "0x20c3d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPlayer", + "address": "0x20c4b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsInMyGuild", + "address": "0x20c550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsCorpse", + "address": "0x20c6f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPartyLeader", + "address": "0x20c770" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitGroupRolesAssigned", + "address": "0x20c810" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsRaidOfficer", + "address": "0x20c8a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInParty", + "address": "0x20c920" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPlayerOrPetInParty", + "address": "0x20c9a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInRaid", + "address": "0x20ca20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInBattleground", + "address": "0x20caa0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPlayerOrPetInRaid", + "address": "0x20cb20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPlayerControlled", + "address": "0x20cba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsAFK", + "address": "0x20cc30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsDND", + "address": "0x20cd50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPVP", + "address": "0x20ce20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPVPSanctuary", + "address": "0x20cf20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPVPFreeForAll", + "address": "0x20cfb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitFactionGroup", + "address": "0x20d0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitReaction", + "address": "0x20d280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsEnemy", + "address": "0x20d330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsFriend", + "address": "0x20d3d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCanCooperate", + "address": "0x20d530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCanAssist", + "address": "0x20d690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCanAttack", + "address": "0x20d730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsCharmed", + "address": "0x20d7d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsPossessed", + "address": "0x20d860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlayerCanTeleport", + "address": "0x20d8f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitClassification", + "address": "0x20d970" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitSelectionColor", + "address": "0x20da00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsInGuild", + "address": "0x20db20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsGuildLeader", + "address": "0x20db80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsInArenaTeam", + "address": "0x20dbf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsArenaTeamCaptain", + "address": "0x20dc70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsResting", + "address": "0x20dd40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCombatRating", + "address": "0x20ddb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCombatRatingBonus", + "address": "0x20de70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetDodgeChance", + "address": "0x20df30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetBlockChance", + "address": "0x20df90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetShieldBlock", + "address": "0x20dff0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetParryChance", + "address": "0x20e070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCritChance", + "address": "0x20e0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCritChanceFromAgility", + "address": "0x20e130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellCritChanceFromIntellect", + "address": "0x20e1b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRangedCritChance", + "address": "0x20e230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellCritChance", + "address": "0x20e290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellBonusDamage", + "address": "0x20e310" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellBonusHealing", + "address": "0x20e3b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPetSpellBonusDamage", + "address": "0x20e410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSpellPenetration", + "address": "0x20e470" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArmorPenetration", + "address": "0x20e4e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetAttackPowerForStat", + "address": "0x20e560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitGUID", + "address": "0x20e630" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitName", + "address": "0x20e740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPVPName", + "address": "0x20e9a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitXP", + "address": "0x20ea60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitXPMax", + "address": "0x20eae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHealth", + "address": "0x20eb60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHealthMax", + "address": "0x20ec60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPower", + "address": "0x20ed40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPowerMax", + "address": "0x20ef40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPowerType", + "address": "0x20f100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitOnTaxi", + "address": "0x20f350" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsFeignDeath", + "address": "0x20f3d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsDead", + "address": "0x20f480" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsGhost", + "address": "0x20f580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsDeadOrGhost", + "address": "0x20f680" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsConnected", + "address": "0x20f790" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitAffectingCombat", + "address": "0x20f860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitSex", + "address": "0x20f8e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitLevel", + "address": "0x20f9e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMoney", + "address": "0x20fba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetHonorCurrency", + "address": "0x20fc40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetArenaCurrency", + "address": "0x20fcc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitRace", + "address": "0x20fd40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitClass", + "address": "0x20fec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitClassBase", + "address": "0x210040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitResistance", + "address": "0x2101a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitStat", + "address": "0x210300" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitAttackBothHands", + "address": "0x210450" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitRangedDamage", + "address": "0x210550" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitRangedAttack", + "address": "0x2107d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitDamage", + "address": "0x210860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitAttackSpeed", + "address": "0x210a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitAttackPower", + "address": "0x210b60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitRangedAttackPower", + "address": "0x210ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitDefense", + "address": "0x210de0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitArmor", + "address": "0x210ec0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCharacterPoints", + "address": "0x210fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsTapped", + "address": "0x211130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsTappedByPlayer", + "address": "0x2111b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsTappedByAllThreatList", + "address": "0x211230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsTrivial", + "address": "0x2112b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHasRelicSlot", + "address": "0x211330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetPortraitTexture", + "address": "0x2113e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_HasFullControl", + "address": "0x211600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetComboPoints", + "address": "0x211670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCreatureType", + "address": "0x211780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCreatureFamily", + "address": "0x211820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetResSicknessDuration", + "address": "0x2118c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPSessionStats", + "address": "0x211a20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPYesterdayStats", + "address": "0x211ad0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPLifetimeStats", + "address": "0x211b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitPVPRank", + "address": "0x211c40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPVPRankInfo", + "address": "0x211cb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitCastingInfo", + "address": "0x211df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitChannelInfo", + "address": "0x212090" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsFlyableArea", + "address": "0x212260" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsIndoors", + "address": "0x212300" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsOutdoors", + "address": "0x212360" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsOutOfBounds", + "address": "0x2123c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsFalling", + "address": "0x212430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsSwimming", + "address": "0x2124a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsFlying", + "address": "0x212500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsMounted", + "address": "0x2125a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsStealthed", + "address": "0x212610" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsSameServer", + "address": "0x212670" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitHealthModifier", + "address": "0x2127f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitMaxHealthModifier", + "address": "0x212870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitPowerModifier", + "address": "0x212900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitHealthRegenRateFromSpirit", + "address": "0x212980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitManaRegenRateFromSpirit", + "address": "0x212a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetManaRegen", + "address": "0x212a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPowerRegen", + "address": "0x212b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExpertise", + "address": "0x212bf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetExpertisePercent", + "address": "0x212cb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ReportPlayerIsPVPAFK", + "address": "0x212d50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlayerIsPVPInactive", + "address": "0x212e20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInRange", + "address": "0x212f10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRuneCooldown", + "address": "0x213020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRuneCount", + "address": "0x213140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetRuneType", + "address": "0x2131e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitSpeed", + "address": "0x213290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetUnitPitch", + "address": "0x213330" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInVehicle", + "address": "0x2133d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitUsingVehicle", + "address": "0x2134a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitControllingVehicle", + "address": "0x213570" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitInVehicleControlSeat", + "address": "0x213700" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitHasVehicleUI", + "address": "0x213740" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitTargetsVehicleInRaidUI", + "address": "0x213780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitVehicleSkin", + "address": "0x2137d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitVehicleSeatCount", + "address": "0x213830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitVehicleSeatInfo", + "address": "0x2138c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitSwitchToVehicleSeat", + "address": "0x2139b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitThreatSituation", + "address": "0x213a60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitDetailedThreatSituation", + "address": "0x213b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsControlling", + "address": "0x213c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CanEjectPassengerFromSeat", + "address": "0x213d20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EjectPassengerFromSeat", + "address": "0x213e10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RespondInstanceLock", + "address": "0x213ed0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetPlayerInfoByGUID", + "address": "0x213f90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsXPUserDisabled", + "address": "0x214140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitBuff", + "address": "0x214ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitDebuff", + "address": "0x214cf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitAura", + "address": "0x214d40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVehicleUIIndicator", + "address": "0x214e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVehicleUIIndicatorSeat", + "address": "0x214ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxDevCreate", + "address": "0x281290" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxLog", + "address": "0x2817e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxPrimIndexPtr", + "address": "0x281ab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxDrawLockedElements", + "address": "0x282340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxPrimVertexPtr_FFP", + "address": "0x282400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxPrimLockVertexPtrs", + "address": "0x2828c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxDevApi", + "address": "0x282d20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__IRsForceUpdate", + "address": "0x2859e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__MasterEnableSet", + "address": "0x285eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxRsPop", + "address": "0x285fb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__CGxDevice", + "address": "0x288690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__NewD3d", + "address": "0x289ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceOpenGl__CGxDeviceOpenGl", + "address": "0x28bbc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__NewOpenGl", + "address": "0x28bf20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__NewD3d9Ex", + "address": "0x28c220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceD3d__CGxDeviceD3d", + "address": "0x28fd50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceD3d9Ex__CGxDeviceD3d9Ex", + "address": "0x2a1a90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumWhoResults", + "address": "0x2b33d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetWhoToUI", + "address": "0x2b3430" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumFriends", + "address": "0x2b4060" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFriendInfo", + "address": "0x2b4130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedFriend", + "address": "0x2b4400" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedFriend", + "address": "0x2b44b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ShowFriends", + "address": "0x2b44f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumIgnores", + "address": "0x2b4560" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumMutes", + "address": "0x2b45c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetIgnoreName", + "address": "0x2b4620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetMuteName", + "address": "0x2b4760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedIgnore", + "address": "0x2b48a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetSelectedMute", + "address": "0x2b4950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedIgnore", + "address": "0x2b4a00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetSelectedMute", + "address": "0x2b4a40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetWhoInfo", + "address": "0x2b4a80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SortWho", + "address": "0x2b4eb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddFriend", + "address": "0x2b6af0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SendWho", + "address": "0x2b6b50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddOrDelIgnore", + "address": "0x2b6ba0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddOrDelMute", + "address": "0x2b6bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddIgnore", + "address": "0x2b6c00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddMute", + "address": "0x2b6c30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsIgnored", + "address": "0x2b6c60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsMuted", + "address": "0x2b6cf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_IsIgnoredOrMuted", + "address": "0x2b6d80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_AddOrRemoveFriend", + "address": "0x2b7b70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_RemoveFriend", + "address": "0x2b7bd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetFriendNotes", + "address": "0x2b7c90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DelIgnore", + "address": "0x2b7d70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_DelMute", + "address": "0x2b7da0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontAddToBatch", + "address": "0x2bce10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontRenderBatch", + "address": "0x2bce40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontGetTextExtent", + "address": "0x2bce60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontGetMaxCharsWithinWidth", + "address": "0x2bcea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontSetStringPosition", + "address": "0x2bd0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuDetermineQuotedCode", + "address": "0x2bd5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontDestroyString", + "address": "0x2bdfc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontCreateString", + "address": "0x2be2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontClearBatch", + "address": "0x2be390" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GxuFontCreateBatch", + "address": "0x2bf160" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatTextSetActiveUnit", + "address": "0x34d580" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogSetRetentionTime", + "address": "0x34d5b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLog_Object_IsA", + "address": "0x34d600" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogGetRetentionTime", + "address": "0x34d9e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogGetCurrentEntry", + "address": "0x34f2b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogResetFilter", + "address": "0x34fa60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogGetNumEntries", + "address": "0x34fa70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogSetCurrentEntry", + "address": "0x34fae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogAdvanceEntry", + "address": "0x34fc20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogAddFilter", + "address": "0x34ff70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CombatLogClearEntries", + "address": "0x351120" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SetInputString", + "address": "0x363730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ReserveInputSpace", + "address": "0x3637d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ResetHighlight", + "address": "0x363830" + }, + { + "manual": true, + "module": "wow.exe", + "text": "UpdateHighlight", + "address": "0x363860" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnMouseUp", + "address": "0x3639a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnMouseMove", + "address": "0x3639d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "MakeCommandCurrent", + "address": "0x363a60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandHistoryPrev", + "address": "0x363b40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandHistoryNext", + "address": "0x363b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnKeyUp", + "address": "0x363be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsolePostClose", + "address": "0x363c50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "EventCloseCallback", + "address": "0x363d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "DrawBackground", + "address": "0x363df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "DrawHighLight", + "address": "0x364040" + }, + { + "manual": true, + "module": "wow.exe", + "text": "DrawCaret", + "address": "0x3641a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PaintBackground", + "address": "0x3643f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "GetInputLine", + "address": "0x364520" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PaintText", + "address": "0x3645e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "PasteInInputLine", + "address": "0x364800" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnChar", + "address": "0x364990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_active", + "address": "0x3649af" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnMouseDown", + "address": "0x364a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnKeyDownRepeat", + "address": "0x364b90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleWrite", + "address": "0x365270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleWriteA", + "address": "0x3653b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandExecute", + "address": "0x3658a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnIdle", + "address": "0x3659c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OnKeyDown", + "address": "0x365af0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleScreenInitialize", + "address": "0x366140" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVarLoadFile", + "address": "0x366530" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVar__Set", + "address": "0x3668c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVarSaveFile", + "address": "0x367100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVar__Destroy", + "address": "0x3673f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVar__Register", + "address": "0x367fc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CVar__Initialize", + "address": "0x368340" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommand_Quit", + "address": "0x368410" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandHistory", + "address": "0x368440" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandUnregister", + "address": "0x3689e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandRegister", + "address": "0x369100" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleAccessGetEnabled", + "address": "0x369230" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleDeviceInitialize", + "address": "0x36ab80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SMemSetDebugFlags", + "address": "0x36e4a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SMemAlloc", + "address": "0x36e540" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SMemFree", + "address": "0x36e5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrChr", + "address": "0x36e6e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrCmp", + "address": "0x36e760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrCmpI", + "address": "0x36e780" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrCopy", + "address": "0x36ed20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrLen", + "address": "0x36ee30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrPack", + "address": "0x36ef70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrPrintf", + "address": "0x36f070" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrVPrintf", + "address": "0x36f0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrTokenize", + "address": "0x36f1e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SStrHashHT", + "address": "0x36f640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SRegLoadValue", + "address": "0x370840" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SRegSaveValue", + "address": "0x3709a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SErrSetLogTitleString", + "address": "0x371890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SErrSetLogTitleCallback", + "address": "0x371900" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SErrRegisterHandler", + "address": "0x371b80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SErrCatchUnhandledExceptions", + "address": "0x372b20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCmdRegisterArgList", + "address": "0x373590" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCmdProcess", + "address": "0x373890" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCmdProcessCommandLine", + "address": "0x373990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "StormInitialize", + "address": "0x3739e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "StormSetOption", + "address": "0x373a80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCritSect__SCritSect", + "address": "0x374620" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCritSect__destructor", + "address": "0x374630" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCritSect__Enter", + "address": "0x374640" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SCritSect__Leave", + "address": "0x374650" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SSyncObject__Wait", + "address": "0x374690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SEvent__Set", + "address": "0x374720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SEvent__Reset", + "address": "0x374730" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SRgnDelete", + "address": "0x377940" + }, + { + "manual": true, + "module": "wow.exe", + "text": "SRgnCreate", + "address": "0x377980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceEnumerateOutputDevices", + "address": "0x3dab80" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceEnumerateCaptureDevices", + "address": "0x3dac40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceSelectOutputDevice", + "address": "0x3dacf0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceSelectCaptureDevice", + "address": "0x3dae40" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceGetCurrentOutputDevice", + "address": "0x3daf90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceGetCurrentCaptureDevice", + "address": "0x3dafe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumVoiceSessions", + "address": "0x3db030" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVoiceSessionInfo", + "address": "0x3db0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVoiceCurrentSessionID", + "address": "0x3db1f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SetActiveVoiceChannelBySessionID", + "address": "0x3db280" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumVoiceSessionMembersBySessionID", + "address": "0x3db370" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVoiceStatus", + "address": "0x3db8d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceIsDisabledByClient", + "address": "0x3dc910" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetVoiceSessionMemberInfoBySessionID", + "address": "0x3deef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_UnitIsTalking", + "address": "0x3df0b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellIsTargeting", + "address": "0x3fdcd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellCanTargetItem", + "address": "0x3fdd10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellCanTargetGlyph", + "address": "0x3fdd60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellTargetItem", + "address": "0x4007e0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelItemTempEnchantment", + "address": "0x4021d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CannotBeResurrected", + "address": "0x402270" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellCanTargetUnit", + "address": "0x404190" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CancelUnitBuff", + "address": "0x404220" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellStopTargeting", + "address": "0x409e30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellStopCasting", + "address": "0x409ea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_SpellTargetUnit", + "address": "0x40dc00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetText", + "address": "0x41b720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CreateFont", + "address": "0x41b7b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetCurrentKeyBoardFocus", + "address": "0x41b820" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_EnumerateFrames", + "address": "0x41b9c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetNumFrames", + "address": "0x41bab0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_CreateFrame", + "address": "0x41bb20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_GetFramesRegisteredForEvent", + "address": "0x41be70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "RestoreMouse", + "address": "0x4695b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputInitialize", + "address": "0x469720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputDestroy", + "address": "0x469760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputSetEventPollProc", + "address": "0x469d90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CenterMouse", + "address": "0x469db0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputGet", + "address": "0x469e00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputSetMouseMode", + "address": "0x46a020" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputGetMousePosition", + "address": "0x46a0d0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsInputSetMousePosition", + "address": "0x46a130" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetDefaultWindowRect", + "address": "0x46a1a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetAsyncTimeMs", + "address": "0x46ae20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsSystemEnableCpuLog", + "address": "0x46b0c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetProcessorCount", + "address": "0x46b240" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetExeName", + "address": "0x46bbd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsPathGetRootChars", + "address": "0x46bc30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsPathStripFilename", + "address": "0x46be50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGetExePath", + "address": "0x46bea0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsGuiGetWindow", + "address": "0x46c6a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsIMEInitialize", + "address": "0x46d0a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsIMEDestroy", + "address": "0x46d0c0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCallSetContext", + "address": "0x46f5a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCallInitialize", + "address": "0x46f760" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsCallInitializeContext", + "address": "0x46f880" + }, + { + "manual": true, + "module": "wow.exe", + "text": "OsClipboardPutString", + "address": "0x4722a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_ToggleTris", + "address": "0x4e5250" + }, + { + "manual": true, + "module": "wow.exe", + "text": "ConsoleCommandHistoryDepth", + "address": "0x55bfb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlaySound", + "address": "0x5858b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlayMusic", + "address": "0x585950" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_PlaySoundFile", + "address": "0x5859b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_StopMusic", + "address": "0x585a10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_ChatSystem_GetNumInputDrivers", + "address": "0x585a20" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_ChatSystem_GetInputDriverNameByIndex", + "address": "0x585a50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_ChatSystem_GetNumOutputDrivers", + "address": "0x585ae0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_ChatSystem_GetOutputDriverNameByIndex", + "address": "0x585b10" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_GameSystem_GetNumInputDrivers", + "address": "0x585bb0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_GameSystem_GetInputDriverNameByIndex", + "address": "0x585be0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_GameSystem_GetNumOutputDrivers", + "address": "0x585c70" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_GameSystem_GetOutputDriverNameByIndex", + "address": "0x585ca0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_Sound_GameSystem_RestartSoundSystem", + "address": "0x585d30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_StopCapture", + "address": "0x585d50" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_RecordLoopbackSound", + "address": "0x585d60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_StopRecordingLoopbackSound", + "address": "0x585dd0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_PlayLoopbackSound", + "address": "0x585de0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_StopPlayingLoopbackSound", + "address": "0x585df0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_IsRecordingLoopbackSound", + "address": "0x585e00" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_IsPlayingLoopbackSound", + "address": "0x585e30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_GetCurrentMicrophoneSignalLevel", + "address": "0x585e60" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_ActivatePrimaryCaptureCallback", + "address": "0x585e90" + }, + { + "manual": true, + "module": "wow.exe", + "text": "Script_VoiceChat_StartCapture", + "address": "0x585ef0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__vtable", + "address": "0x62ddc0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceOpenGl__vtable", + "address": "0x62e198" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceD3d__vtable", + "address": "0x62e718" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDeviceD3d9Ex__vtable", + "address": "0x62f500" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_rect", + "address": "0x6dbab4" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_consoleHotKey", + "address": "0x6dbac4" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_historyIndex", + "address": "0x6dbac8" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_fontHeight", + "address": "0x6dbacc" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_hRect", + "address": "0x6dbad4" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_baseTextFlags", + "address": "0x6dbae4" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_mainThread", + "address": "0x7417c8" + }, + { + "manual": true, + "module": "wow.exe", + "text": "g_theGxDevicePtr", + "address": "0x85df88" + }, + { + "manual": true, + "module": "wow.exe", + "text": "CGxDevice__s_shadowConstants", + "address": "0x85dfe0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_caretpixheight", + "address": "0x8a1690" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_caret", + "address": "0x8a1694" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_caretpixwidth", + "address": "0x8a1718" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_inputString", + "address": "0x8a171c" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_currlineptr", + "address": "0x8a1720" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_layerBackground", + "address": "0x8a1724" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_repeatBuffer", + "address": "0x8a1728" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_fontName", + "address": "0x8a1768" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_repeatCount", + "address": "0x8a186c" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_layerText", + "address": "0x8a1870" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_batch", + "address": "0x8a1874" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_partial", + "address": "0x8a1878" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_NumLines", + "address": "0x8a197c" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_completionMode", + "address": "0x8a1980" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_completedCmd", + "address": "0x8a1984" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_textFont", + "address": "0x8a198c" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_consoleResizeState", + "address": "0x8a1990" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_highlightState", + "address": "0x8a1994" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_highlightLeftCharIndex", + "address": "0x8a19a0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_highlightRightCharIndex", + "address": "0x8a19a4" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_charSpacing", + "address": "0x8a19a8" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_consoleHeight", + "address": "0x8a19b0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "carettime", + "address": "0x8a19f0" + }, + { + "manual": true, + "module": "wow.exe", + "text": "g_commandHistory", + "address": "0x8a3a28" + }, + { + "manual": true, + "module": "wow.exe", + "text": "g_commandHistoryIndex", + "address": "0x8aba28" + }, + { + "manual": true, + "module": "wow.exe", + "text": "g_defaultCommand", + "address": "0x8aba2c" + }, + { + "manual": true, + "module": "wow.exe", + "text": "g_consoleCommandHash", + "address": "0x8aba30" + }, + { + "manual": true, + "module": "wow.exe", + "text": "s_consoleAccessEnabled", + "address": "0x8abcc4" + } + ] +} diff --git a/ghidra/ExportSymbolsScript.py b/ghidra/ExportSymbolsScript.py new file mode 100644 index 0000000..6eb9496 --- /dev/null +++ b/ghidra/ExportSymbolsScript.py @@ -0,0 +1,36 @@ +from ghidra.program.model.symbol.SourceType import * + +functionManager = currentProgram.getFunctionManager() + +file_location = askFile("Choose a file to write to", "Go baby go!") + +listing = currentProgram.getListing() + +def export_function_symbols(file): + monitor.setMessage("Exporting function symbols...") + + for f in functionManager.getFunctionsNoStubs(1): + monitor.checkCanceled() # throws exception if canceled + + if f.isExternal() or f.isThunk(): + continue + + func_name = f.getName() + + if func_name.startswith("FUN_"): + continue + + func_start_address = f.getBody().getMinAddress().getOffset() + func_end_address = f.getBody().getMaxAddress().getOffset() + 1 + + line_template = "{name} {start_address:08X} f end={end_address:08X}\n" + + func_line = line_template.format(name = func_name, start_address = func_start_address, end_address = func_end_address) + + file.write(func_line) + + return + +with open(file_location.absolutePath, "w") as file: + export_function_symbols(file) + file.close() \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bd3b615 --- /dev/null +++ b/go.mod @@ -0,0 +1,11 @@ +module github.com/thunderbrewhq/binana + +go 1.22.0 + +require github.com/spf13/cobra v1.8.1 + +require ( + github.com/inconshreveable/mousetrap v1.1.0 // indirect + github.com/pierrec/lz4/v4 v4.1.21 // indirect + github.com/spf13/pflag v1.0.5 // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..b2e456d --- /dev/null +++ b/go.sum @@ -0,0 +1,12 @@ +github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= +github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= +github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ= +github.com/pierrec/lz4/v4 v4.1.21/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= +github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= +github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/go/cmd/binana/LICENSE b/go/cmd/binana/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/go/cmd/binana/cmd/root.go b/go/cmd/binana/cmd/root.go new file mode 100644 index 0000000..b4d64eb --- /dev/null +++ b/go/cmd/binana/cmd/root.go @@ -0,0 +1,44 @@ +/* +Copyright © 2024 NAME HERE +*/ +package cmd + +import ( + "os" + + "github.com/spf13/cobra" +) + +// rootCmd represents the base command when called without any subcommands +var rootCmd = &cobra.Command{ + Use: "binana", + Short: "Binana helper tool", +} + +// Execute adds all child commands to the root command and sets flags appropriately. +// This is called by main.main(). It only needs to happen once to the rootCmd. +func Execute() { + err := rootCmd.Execute() + if err != nil { + os.Exit(1) + } +} + +func init() { + // Here you will define your flags and configuration settings. + // Cobra supports persistent flags, which, if defined here, + // will be global for your application. + + // rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "", "config file (default is $HOME/.binana.yaml)") + + // Cobra also supports local flags, which will only run + // when this action is called directly. + // rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") + + x64dbg_gen.Flags().StringP("game", "g", "3.3.5a", "the game profile") + x64dbg_gen.Flags().StringP("module-name", "m", "wow.exe", "the name of the module") + x64dbg_gen.Flags().StringP("base-address", "b", "00400000", "the base address of the module") + x64dbg_gen.Flags().BoolP("compress", "c", false, "enable/disable lz4 compression of the x64dbg database") + + rootCmd.AddCommand(x64dbg_gen) +} diff --git a/go/cmd/binana/cmd/x64dbg_gen.go b/go/cmd/binana/cmd/x64dbg_gen.go new file mode 100644 index 0000000..5d32e4f --- /dev/null +++ b/go/cmd/binana/cmd/x64dbg_gen.go @@ -0,0 +1,117 @@ +package cmd + +import ( + "fmt" + "os" + "path/filepath" + "strconv" + + "github.com/spf13/cobra" + "github.com/thunderbrewhq/binana/go/symfile" + "github.com/thunderbrewhq/binana/go/x64dbg" +) + +func hex_address(u uint64) string { + return fmt.Sprintf("0x%x", u) +} + +// rootCmd represents the base command when called without any subcommands +var x64dbg_gen = &cobra.Command{ + Use: "x64dbg-gen", + Short: "Generate x64dbg database using a symfile", + Run: x64dbg_gen_func, +} + +func x64dbg_gen_func(cmd *cobra.Command, args []string) { + compress, err := cmd.Flags().GetBool("compress") + if err != nil { + panic(err) + } + + module_name, err := cmd.Flags().GetString("module-name") + if err != nil { + panic(err) + } + + base_address_s, err := cmd.Flags().GetString("base-address") + if err != nil { + panic(err) + } + + base_address, err := strconv.ParseUint(base_address_s, 16, 64) + if err != nil { + panic(err) + } + + game_profile, err := cmd.Flags().GetString("game") + if err != nil { + panic(err) + } + + symfile_path := filepath.Join(game_profile, "symbol", "main.sym") + + file, err := os.Open(symfile_path) + if err != nil { + fmt.Println(err) + os.Exit(1) + return + } + + table := new(symfile.InMemoryTable) + + if err := symfile.Load(table, file); err != nil { + fmt.Println(err) + os.Exit(1) + return + } + + file.Close() + + fmt.Printf("loaded %d symbols\n", table.Len()) + + var dd x64dbg.Database + + for _, entry := range table.Entries { + relative_start_address := entry.StartAddress - base_address + relative_end_address := relative_start_address + + if entry.EndAddress != 0 { + relative_end_address = entry.EndAddress - base_address + // for x64dbg, the end address is the last instruction. + // for us, the end address is the address immediately after the last instruction. + relative_end_address -= 1 + } + + if relative_end_address < relative_start_address || relative_end_address-relative_start_address >= 10000 { + fmt.Printf("Wtf symbol %s %08x %08x (offset %d)\n", entry.Name, relative_start_address, relative_end_address, relative_end_address-relative_start_address) + } + + // create label + var label x64dbg.Label + label.Manual = true + label.Address = hex_address(relative_start_address) + label.Text = entry.Name + label.Module = module_name + dd.Labels = append(dd.Labels, label) + + if entry.Kind == symfile.Function { + var fn x64dbg.Function + fn.Manual = true + fn.Start = hex_address(relative_start_address) + fn.End = hex_address(relative_end_address) + + fn.Module = module_name + + fn.InstructionCount = hex_address(0) + fn.Parent = hex_address(relative_start_address) + + dd.Functions = append(dd.Functions, fn) + } + } + + dd_path := filepath.Join(game_profile, "x32dbg", "game.dd32") + if err = x64dbg.SaveDatabase(dd_path, &dd, compress); err != nil { + fmt.Println(err) + os.Exit(1) + } +} diff --git a/go/cmd/binana/main.go b/go/cmd/binana/main.go new file mode 100644 index 0000000..3bd3269 --- /dev/null +++ b/go/cmd/binana/main.go @@ -0,0 +1,7 @@ +package main + +import "github.com/thunderbrewhq/binana/go/cmd/binana/cmd" + +func main() { + cmd.Execute() +} diff --git a/go/symfile/loader.go b/go/symfile/loader.go new file mode 100644 index 0000000..2ced9b4 --- /dev/null +++ b/go/symfile/loader.go @@ -0,0 +1,139 @@ +package symfile + +import ( + "bufio" + "errors" + "fmt" + "io" + "slices" + "strconv" + "strings" +) + +const min_columns = 3 + +type loader struct { + input *bufio.Reader + table Table + line_number int +} + +func (l *loader) read_line() (line string, err error) { + l.line_number++ + line, err = l.input.ReadString('\n') + if err != nil { + return + } + line = strings.TrimRight(line, "\r\n") + return +} + +func (l *loader) parse_line(line string) (err error) { + // trim extraneous whitespace + line = strings.Trim(line, " \t") + + // split into columns + columns := strings.Split(line, " ") + + // validate + if len(columns) < min_columns { + // this line is discarded but not in error + return + } + var ( + start_address uint64 + comment_text string + ) + + // get name of symbol + name_column := columns[0] + if name_column == "" { + return fmt.Errorf("symfile: (*loader).parse_line: line %d: entry has invalid name '%s", l.line_number, name_column) + } + + start_address, err = strconv.ParseUint(columns[1], 16, 64) + if err != nil { + return + } + + kind_column := columns[2] + if len(kind_column) != 1 { + return fmt.Errorf("symfile: (*loader).parse_line: line %d: entry has invalid kind", l.line_number) + } + + kind := EntryKind(kind_column[0]) + + if !slices.Contains(valid_kinds, kind) { + return fmt.Errorf("symfile: (*loader).parse_line: line %d: entry has invalid kind", l.line_number) + } + + // find index of comment column + index_of_comment := slices.Index(columns, ";") + + var num_semantic_columns int + + if index_of_comment != -1 { + num_semantic_columns = index_of_comment + comment_text_columns := columns[index_of_comment+1:] + comment_text = strings.Join(comment_text_columns, " ") + } else { + num_semantic_columns = len(columns) + } + + // Start to build entry + var entry Entry + entry.Name = name_column + entry.StartAddress = start_address + entry.Kind = kind + entry.Comment = comment_text + + // build attributes + if num_semantic_columns > 3 { + for _, column := range columns[3:] { + key, value, found := strings.Cut(column, "=") + if found { + switch key { + case "end": + entry.EndAddress, err = strconv.ParseUint(value, 16, 64) + if err != nil { + return + } + default: + return fmt.Errorf("symfile: (*loader).parse_line: line %d: unknown attribute '%s'", l.line_number, key) + } + } + } + } + + err = l.table.Insert(&entry) + return +} + +func load(text io.Reader, table Table) (err error) { + l := new(loader) + + l.input = bufio.NewReader(text) + l.table = table + + var ( + line string + ) + + for { + line, err = l.read_line() + if err != nil { + if errors.Is(err, io.EOF) { + err = nil + break + } else { + return + } + } + + if err = l.parse_line(line); err != nil { + return + } + } + + return +} diff --git a/go/symfile/memory_table.go b/go/symfile/memory_table.go new file mode 100644 index 0000000..7068e50 --- /dev/null +++ b/go/symfile/memory_table.go @@ -0,0 +1,29 @@ +package symfile + +import ( + "slices" + "sort" +) + +// Most tables are reasonably-sized and can be kept in memory +type InMemoryTable struct { + Entries []Entry +} + +func (t *InMemoryTable) Insert(entry *Entry) (err error) { + i := sort.Search(len(t.Entries), func(i int) bool { + return t.Entries[i].StartAddress >= entry.StartAddress + }) + + if i < len(t.Entries) { + t.Entries = slices.Insert(t.Entries, i, *entry) + } else { + t.Entries = append(t.Entries, *entry) + } + + return +} + +func (t *InMemoryTable) Len() int { + return len(t.Entries) +} diff --git a/go/symfile/symfile.go b/go/symfile/symfile.go new file mode 100644 index 0000000..100a646 --- /dev/null +++ b/go/symfile/symfile.go @@ -0,0 +1,44 @@ +package symfile + +import ( + "io" +) + +// What kind of Entry is this? +type EntryKind uint8 + +const ( + // Something that can be executed + Function EntryKind = 'f' + // Something that is read or written to + DataLabel EntryKind = 'l' +) + +var ( + valid_kinds = []EntryKind{Function, DataLabel} +) + +// An entry in the table +type Entry struct { + // Undecorated, raw name + Name string + // Offset to the start of the function or data + StartAddress uint64 + // What kind of Entry is this? + Kind EntryKind + // Any table entry can have a comment after a ';' column + Comment string + // Attributes + // end=AABBCCEEDD + EndAddress uint64 +} + +type Table interface { + Insert(entry *Entry) (err error) + // Find() (iter func() (entry *Entry, err error)) +} + +func Load(table Table, text io.Reader) (err error) { + err = load(text, table) + return +} diff --git a/go/x64dbg/database.go b/go/x64dbg/database.go new file mode 100644 index 0000000..2653c36 --- /dev/null +++ b/go/x64dbg/database.go @@ -0,0 +1,91 @@ +package x64dbg + +import ( + "encoding/json" + "io" + "os" + + "github.com/pierrec/lz4/v4" +) + +type Function struct { + Manual bool `json:"manual,omitempty"` + Start string `json:"start,omitempty"` + End string `json:"end,omitempty"` + Module string `json:"module,omitempty"` + InstructionCount string `json:"icount,omitempty"` + Parent string `json:"parent,omitempty"` +} + +type Comment struct { + Manual bool `json:"manual,omitempty"` + Module string `json:"module,omitempty"` + Text string `json:"text,omitempty"` + Address string `json:"address,omitempty"` +} + +type Label struct { + Manual bool `json:"manual,omitempty"` + Module string `json:"module,omitempty"` + Text string `json:"text,omitempty"` + Address string `json:"address,omitempty"` +} + +type Bookmark struct { + Manual bool `json:"manual,omitempty"` + Module string `json:"module,omitempty"` + Address string `json:"address,omitempty"` +} + +type Breakpoint struct { + Address string `json:"address,omitempty"` + CommandText string `json:"commandText,omitempty"` + Enabled bool `json:"enabled,omitempty"` + FastResume string `json:"fastResume,omitempty"` + OldBytes string `json:"oldbytes,omitempty"` + Type string `json:"type,omitempty"` + Module string `json:"module,omitempty"` + TitanType string `json:"titantype,omitempty"` + Name string `json:"name,omitempty"` + BreakCondition string `json:"breakCondition,omitempty"` + LogText string `json:"logText,omitempty"` + LogCondition string `json:"logCondition,omitempty"` + Silent string `json:"silent,omitempty"` + CommandCondition string `json:"commandCondition,omitempty"` +} + +type Database struct { + Functions []Function `json:"functions,omitempty"` + Comments []Comment `json:"comments,omitempty"` + Labels []Label `json:"labels,omitempty"` + Bookmarks []Bookmark `json:"bookmarks,omitempty"` + Breakpoints []Breakpoint `json:"breakpoints,omitempty"` +} + +func SaveDatabase(name string, database *Database, compress bool) (err error) { + var file *os.File + file, err = os.Create(name) + if err != nil { + return + } + + var writecloser io.WriteCloser = file + + if compress { + lz4_writer := lz4.NewWriter(file) + writecloser = lz4_writer + } + + e := json.NewEncoder(writecloser) + e.SetIndent("", " ") + if err = e.Encode(database); err != nil { + return + } + + if compress { + writecloser.Close() + } + + err = file.Close() + return +} diff --git a/script/compile-symbols b/script/compile-symbols index 6be0291..0a37405 100755 --- a/script/compile-symbols +++ b/script/compile-symbols @@ -8,4 +8,4 @@ if [ $# -eq 0 ] exit 1 fi -awk 1 $1/symbol/*/*.sym | sort > $1/symbol/main.sym +awk 1 $1/symbol/*/*.sym | sort -k2 -t' ' > $1/symbol/main.sym