mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
Merge pull request #898 from pondaveia/scholomance
[DB] Scholomance torch fix Authored by @tea91 Ported by @pondaveia Tested by @Knindza Reviewed by @BarbzYHOOL and @Nefertumm Corrected by @Deku
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1527682153565076000');
|
||||
|
||||
UPDATE `smart_scripts` SET
|
||||
`event_type` = 70,
|
||||
`event_param1` = 2,
|
||||
`action_type` = 9,
|
||||
`action_param1` = 0,
|
||||
`target_type` = 14,
|
||||
`target_param1` = 43178,
|
||||
`target_param2` = 175610
|
||||
WHERE `entryorguid` = 177385 AND `id` = 0;
|
||||
Reference in New Issue
Block a user