mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 02:22:19 -04:00
Add files via upload
This commit is contained in:
@@ -5,14 +5,16 @@ local CREATURE_ID = 400096
|
||||
local QUEST_ACCEPT = {
|
||||
[30015] = 20439,
|
||||
[30016] = 20441,
|
||||
[30017] = 20443
|
||||
[30017] = 20443,
|
||||
[30018] = 20449
|
||||
}
|
||||
|
||||
local QUEST_COMPLETE = {
|
||||
[30014] = 20438,
|
||||
[30015] = 20440,
|
||||
[30016] = 20442,
|
||||
[30017] = 20444
|
||||
[30017] = 20444,
|
||||
[30018] = 20450
|
||||
}
|
||||
|
||||
-- Register the event for quest accept
|
||||
|
||||
Reference in New Issue
Block a user