mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
SQL: fix typo in creature entry number for script npc_hodirs_fury
Thanks gcanoca / georgiosburnham --HG-- branch : trunk rename : sql/updates/9814_world_scriptname.sql => sql/updates/9815_world_scriptname.sql
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_hodirs_fury' WHERE `entry`=33312;
|
||||
|
||||
3
sql/updates/9815_world_scriptname.sql
Normal file
3
sql/updates/9815_world_scriptname.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_hodirs_fury' WHERE `entry`=33212;
|
||||
UPDATE `creature_template` SET `ScriptName`= '' WHERE `entry`=33312;
|
||||
|
||||
Reference in New Issue
Block a user